/* =========================================================
   Быстрое добавление строителя при отправке на замер
   ========================================================= */

.builder-select-row {
    display: grid !important;
    grid-template-columns: 1fr 42px !important;
    gap: 8px !important;
    align-items: center !important;
}

.builder-quick-add-btn,
.mini-add-btn.builder-quick-add-btn {
    width: 42px !important;
    min-width: 42px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #111111 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.builder-quick-add-btn:hover {
    background: #d71920 !important;
    border-color: #d71920 !important;
}

.builder-quick-hint {
    background: #f8fafc;
    border: 1px solid #dbe4ee;
    border-left: 5px solid #111111;
    color: #374151;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 14px;
    line-height: 1.45;
    font-weight: 700;
}

#quickBuilderPrices {
    min-height: 90px !important;
}

@media (max-width: 950px) {
    .builder-select-row {
        grid-template-columns: 1fr 48px !important;
    }

    .builder-quick-add-btn {
        height: 46px !important;
        min-height: 46px !important;
        width: 48px !important;
        min-width: 48px !important;
    }
}
