/* =========================================================
   Добавление строителя: маска телефона и цены по видам работ
   ========================================================= */

.builder-phone-input {
    letter-spacing: .2px !important;
    font-weight: 800 !important;
}

.builder-phone-input::placeholder {
    color: #9ca3af !important;
    font-weight: 500 !important;
}

.builder-prices-block {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-left: 5px solid #111827;
    border-radius: 12px;
    padding: 12px;
}

.builder-prices-block > label:first-child {
    color: #111827 !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.builder-prices-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.builder-prices-grid div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 9px;
}

.builder-prices-grid span {
    display: block;
    margin-bottom: 6px;
    color: #374151;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
}

.builder-prices-grid input {
    min-height: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
}

.builder-other-label {
    margin-top: 12px !important;
    color: #374151 !important;
    font-size: 13px !important;
}

.builder-prices-block textarea {
    min-height: 88px !important;
    background: #ffffff !important;
}

@media (max-width: 950px) {
    .builder-prices-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .builder-prices-block {
        padding: 10px;
    }

    .builder-prices-grid div {
        padding: 8px;
    }

    .builder-prices-grid input {
        min-height: 40px !important;
        height: 40px !important;
    }
}
