/* Менеджеры и администратор: окно строителей и цен */
.builders-nav-btn {
    border-color: #111827 !important;
    color: #111827 !important;
    background: #ffffff !important;
}

.builders-nav-btn:hover {
    background: #f3f4f6 !important;
    color: #111827 !important;
    border-color: #111827 !important;
}

.builders-info-modal-box {
    width: 1180px !important;
    max-width: 96vw !important;
}

.builders-info-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-left: 5px solid #111827;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
}

.builders-info-title {
    font-size: 16px;
    font-weight: 900;
    color: #111827;
}

.builders-info-hint {
    margin-top: 4px;
    color: #6b7280;
    font-size: 13px;
}

.builders-info-top button {
    width: auto !important;
    min-width: 170px !important;
    height: 38px !important;
    min-height: 38px !important;
    white-space: nowrap !important;
}

.builders-info-table-wrap {
    max-height: 62vh;
    overflow: auto !important;
}

.builders-info-table-wrap table {
    min-width: 1050px !important;
}

.builders-info-table-wrap th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f3f4f6 !important;
    color: #111827 !important;
}

.builders-info-table-wrap td {
    vertical-align: middle !important;
}

.builder-prices-preview-cell {
    max-width: 330px !important;
}

.builder-prices-preview-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 32px !important;
    display: block !important;
    text-align: left !important;
    padding: 6px 9px !important;
    border-radius: 8px !important;
    border: 1px solid #d1d5db !important;
    background: #ffffff !important;
    color: #374151 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    box-shadow: none !important;
}

.builder-prices-preview-btn:hover {
    background: #f8fafc !important;
    color: #111827 !important;
    border-color: #6b7280 !important;
}

@media (max-width: 950px) {
    .builders-info-modal-box {
        width: 100% !important;
        max-width: 100% !important;
    }

    .builders-info-top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .builders-info-top button {
        width: 100% !important;
        min-width: 0 !important;
    }

    .builders-info-table-wrap {
        max-height: 65vh;
    }

    .builders-info-table-wrap table {
        min-width: 0 !important;
    }

    .builder-prices-preview-cell {
        max-width: 100% !important;
    }

    .builder-prices-preview-btn {
        white-space: normal !important;
        max-height: 44px !important;
    }
}
