.elementor-18112 .elementor-element.elementor-element-f5519b5{--display:flex;}.elementor-18112 .elementor-element.elementor-element-1e1534e{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-09d61ba *//* === FORM CONTAINER === */
.bsaProOrderingForm {
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 24px rgba(0,0,0,0.07);
}

/* === LEFT PANEL === */
.bsaProInputs.bsaProInputsLeft {
    padding: 36px;
    border-top: 4px solid #cc0000;
    border-right: 1px solid #f0f0f0;
    background-color: #ffffff;
}

/* === RIGHT PANEL === */
.bsaProInputs.bsaProInputsRight {
    padding: 36px;
    border-top: 4px solid #c9a84c;
    background-color: #f8f8f8;
}

/* === HEADINGS === */
.bsaProOrderingForm h3 {
    font-size: 11px;
    font-weight: 700;
    color: #004274;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding-bottom: 10px;
    border-bottom: 2px solid #cc0000;
    margin-bottom: 24px;
}

.bsaProInputsRight h3 {
    border-bottom-color: #c9a84c;
}

/* === LABELS === */
.bsaProInput label,
.bsaProInputsRight label {
    font-size: 11px;
    font-weight: 600;
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: block;
    margin-bottom: 7px;
}

/* === TEXT / EMAIL / URL INPUTS === */
.bsaProInput input[type="text"],
.bsaProInput input[type="email"],
.bsaProInput input[type="url"] {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222222;
    background-color: #ffffff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    outline: none;
    -webkit-appearance: none;
}

.bsaProInput input[type="text"]:focus,
.bsaProInput input[type="email"]:focus,
.bsaProInput input[type="url"]:focus {
    border-color: #cc0000;
    box-shadow: 0 0 0 3px rgba(204,0,0,0.08);
}

/* === SELECT DROPDOWN === */
.bsaProSelectSpace select {
    width: 100%;
    padding: 11px 36px 11px 14px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222222;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23cc0000' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    transition: border-color 0.25s ease;
}

.bsaProSelectSpace select:focus {
    border-color: #cc0000;
    box-shadow: 0 0 0 3px rgba(204,0,0,0.08);
}

/* === FILE UPLOAD === */
.bsaProInput input[type="file"] {
    width: 100%;
    padding: 10px 14px;
    border: 2px dashed #dddddd;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #666666;
    background-color: #fafafa;
    cursor: pointer;
    transition: border-color 0.25s ease;
    outline: none;
}

.bsaProInput input[type="file"]:hover {
    border-color: #c9a84c;
    background-color: #fdf9f0;
}

/* === DATE PICKER === */
.bsaProInput input.bsa_pro_calendar {
    width: 100%;
    padding: 11px 40px 11px 14px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222222;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23c9a84c' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}

.bsaProInput input.bsa_pro_calendar:focus {
    border-color: #c9a84c;
    box-shadow: 0 0 0 3px rgba(201,168,76,0.1);
}

/* === INPUT SPACING === */
.bsaProInput {
    margin-bottom: 18px;
}

/* === BILLING MODEL — CPD BADGE === */
.bsaGetBillingModels .bsaProBillingTitle,
.bsaGetBillingModels > div > label:first-child {
    display: inline-block;
    background-color: #c9a84c;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 14px;
    border-radius: 5px;
    margin-bottom: 14px;
}

/* === BILLING MODEL CARDS (30/60/90 days) === */
.bsaProInputsRight .bsaInputInner {
    background-color: #ffffff;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    padding: 14px 12px;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    text-align: center;
}

.bsaProInputsRight .bsaInputInner:hover {
    border-color: #c9a84c;
    box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
}

/* === PRICE TEXT === */
.bsaProPrice {
    color: #cc0000 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    display: block;
    margin-top: 4px;
}

.bsaProDiscount {
    color: #2e7d32 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

/* === AD PREVIEW — CRITICAL: DO NOT SET background SHORTHAND === */
/* Only set border/radius/padding — never override background-color or background */
.bsaTemplatePreview {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    min-height: 110px;
}

.bsaTemplatePreviewInner {
    min-height: 110px;
}

/* === PAY NOW BUTTON === */
.bsaProSubmit {
    display: block !important;
    width: 100% !important;
    padding: 17px 30px !important;
    background-color: #cc0000 !important;
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: background-color 0.25s ease !important;
    margin-top: 0 !important;
}

.bsaProSubmit:hover,
.bsaProSubmit:focus {
    background-color: #a30000 !important;
    outline: 3px solid rgba(204,0,0,0.3) !important;
}

/* === ERROR ALERT === */
.bsaProAlert.bsaProAlertFailed {
    background-color: #fff5f5;
    border: 1px solid #ffcccc;
    border-left: 4px solid #cc0000;
    border-radius: 0 6px 6px 0;
    color: #8b0000;
    padding: 12px 16px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* === RESPONSIVE === */
@media (max-width: 767px) {
    .bsaProInputs.bsaProInputsLeft,
    .bsaProInputs.bsaProInputsRight {
        padding: 24px 20px;
    }
    .bsaProInputs.bsaProInputsLeft {
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }
}/* End custom CSS */