/* B2B Registration public form — loaded only on B2B page */

.b2b-registration-page.section-content {
    text-align: left;
}

.b2b-registration-form .form-control,
.b2b-registration-form select.form-control {
    background: #fff !important;
    color: #444 !important;
    border: 1px solid #ddd !important;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    z-index: 2;
}

.b2b-registration-form .row {
    position: relative;
    z-index: 1;
}

.b2b-registration-form label {
    color: #333;
    font-weight: 600;
    display: block;
}

.b2b-registration-form .form-group {
    margin-bottom: 20px;
}

.b2b-registration-form .section-flow-break {
    clear: both;
    height: 4px;
}

.b2b-registration-form .section-flow-break-tight {
    height: 0;
}

.b2b-registration-layout {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.b2b-registration-layout .inner_title {
    margin-bottom: 20px;
}

.b2b-registration-form .section-heading {
    margin: 6px 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.b2b-registration-form .g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
}

.b2b-registration-form .b2b-registration-recaptcha {
    margin-bottom: 12px;
}

.checkbox-group-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fcfcfc;
}

.b2b-checkbox-inline {
    margin: 0;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #333;
    font-weight: 500;
    display: inline-flex !important;
    align-items: center;
    line-height: 1.4;
}

.b2b-checkbox-inline input[type="checkbox"] {
    margin: 0 7px 0 0;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    position: relative;
    top: 0;
    accent-color: #029b3c;
}

.b2b-checkbox-inline:hover {
    border-color: #d9d9d9;
    background: #fafafa;
}

.b2b-registration-form .declaration-block {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 14px 16px;
}

.b2b-registration-form .b2b-registration-submit {
    background: #e1a70f !important;
    color: #fff !important;
    border: none !important;
    padding: 8px 22px;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    font-size: 13px;
    border-radius: 25px;
    font-weight: 600;
    outline: none !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.b2b-registration-form .b2b-registration-submit:hover,
.b2b-registration-form .b2b-registration-submit:focus {
    color: #fff !important;
    background: #d4a00f !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 14px 0 rgba(0, 0, 0, 0.16);
}

.b2b-registration-form .b2b-registration-submit:active {
    color: #fff !important;
    background: #c9960e !important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
}