/* Правая колонка: Реквизиты */
.figma_details_right {
    font-family: 'Inter', sans-serif;
}

.figma_details_title {
    color: #292A2A;
    font-size: 20px;
    font-weight: 600;
}

.figma_download_btn {
    color: #00B1BA;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.3s;
}

.figma_download_btn:hover {
    opacity: 0.7;
}

.figma_company_info {
    color: #292A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.40px;
}

/* Таблица */
.figma_details_table {
    width: 100%;
    border-top: none;
}

.figma_table_col {
    display: flex;
    flex-direction: column;
}

.figma_table_labels {
    width: 80px;
    flex-shrink: 0;
}

.figma_table_values {
    flex: 1;
}

.figma_table_cell {
    padding: 12px 24px 12px 0;
    border-bottom: 1px solid #DEE2E3;
    display: flex;
    align-items: center;
}

.figma_table_cell_high {
    min-height: 68px;
    align-items: flex-start;
}

.figma_table_cell_last {
    border-bottom: none;
}

.figma_table_labels .figma_table_cell {
    color: #878D91;
    font-size: 16px;
    font-weight: 400;
}

.figma_table_values .figma_table_cell {
    color: #292A2A;
    font-size: 16px;
    font-weight: 500;
}