/* ==========================================================================
   BBC-EQ Bridge Stylesheet
   /application/themes/bbcv1/css/bbc-eq-bridge.css
   
   Bridges EQ framework classes to BBC visual design, provides BBC
   page-level components, and resolves layout conflicts between
   eq-theme.css and bbc-portal.css.
   
   Loaded AFTER eq-theme.css and bbc-portal.css.
   ========================================================================== */


/* ==========================================================================
   0. HIDE EQ DEFAULT CHROME — Replaced by BBC header/footer
   ========================================================================== */

header.header,
body > .header,
.navbar.navbar-default {
    display: none !important;
}

footer.footer {
    display: none !important;
}

#pageHeader.page-header {
    display: none;
}

/* Fix EQ sticky footer negative margin and constrain page width */
#pre-sticky-footer {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    min-height: 0 !important;
    padding-bottom: 0;
    overflow: visible !important;
}

/* ==========================================================================
   1. SEAMLESS WHITE COLUMN — Header, content, footer join as one panel
   ========================================================================== */

section#main {
    background-color: white;
    overflow: visible;
    margin-bottom: 0;
    padding-bottom: 0;
}

section#main > .container {
    background-color: white;
    overflow: visible;
    margin-bottom: 0;
    padding-bottom: 0;
}

#pre-sticky-footer {
    padding-bottom: 0;
}

.bbc-header {
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.bbc-footer {
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

/* ==========================================================================
   2. BBC PAGE HEADER — Title bar with optional action link
   ========================================================================== */

.bbc-page-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    gap: 6px;
}

.bbc-page-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--neutral-800);
    display: flex;
    align-items: center;
    margin: 0;
}

.bbc-page-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: var(--primary);
    margin-right: 10px;
    border-radius: 2px;
}

.bbc-page-action {
    font-size: 14px;
    color: var(--neutral-600);
    margin: 0;
}

.bbc-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.bbc-link:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

@media (min-width: 768px) {
    .bbc-page-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .bbc-page-title {
        font-size: 20px;
    }
}


/* ==========================================================================
   3. BBC NOTICE BOXES — Security notice, info boxes
   ========================================================================== */

.bbc-notice {
    border-radius: var(--radius-md);
    padding: 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.bbc-notice-info {
    background: linear-gradient(135deg, var(--primary-light) 0%, #F0F7FF 100%);
    border: 1px solid var(--neutral-200);
    border-left: 4px solid var(--primary);
}

.bbc-notice-icon {
    width: 24px;
    height: 24px;
    background-color: var(--primary);
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.bbc-notice-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 4px;
}

.bbc-notice-content {
    flex: 1;
}

.bbc-notice-content p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--neutral-700);
    margin: 0 0 6px;
}

.bbc-notice-content p:last-child {
    margin-bottom: 0;
}

.bbc-notice-content strong {
    color: var(--neutral-800);
}

@media (min-width: 768px) {
    .bbc-notice {
        padding: 16px;
        gap: 12px;
    }

    .bbc-notice-title {
        font-size: 18px;
    }
}


/* ==========================================================================
   4. BBC HELP BAR — Bottom of page help link
   ========================================================================== */

.bbc-help-bar {
    text-align: center;
    margin-top: 16px;
    padding: 12px 16px;
    background-color: var(--neutral-50);
    border: 1px solid var(--neutral-200);
    border-radius: var(--radius-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.bbc-help-text {
    font-size: 14px;
    color: var(--neutral-600);
}

.bbc-help-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.bbc-help-link:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

@media (min-width: 768px) {
    .bbc-help-bar {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}


/* ==========================================================================
   5. EQ VALIDATION STATES → BBC BORDER COLOURS
   ========================================================================== */

.has-error .form-control {
    border-color: var(--error) !important;
    background-color: var(--error-light);
}

.has-error .form-control:focus {
    border-color: var(--error) !important;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

.has-success .form-control {
    border-color: var(--success) !important;
    background-color: white;
}

.has-success .form-control:focus {
    border-color: var(--success) !important;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1);
}


/* ==========================================================================
   6. HIDE EQ TICK/CROSS FEEDBACK ICONS
   ========================================================================== */

.form-control-feedback {
    display: none !important;
}


/* ==========================================================================
   7. VALIDATION — Hidden on load, shown on submit or interaction
   
   EQ framework adds .has-error on load for empty required fields.
   We keep .has-error in the DOM (framework needs it for submit check)
   but hide the visual feedback until the user submits or interacts.
   ========================================================================== */

.has-feedback .form-text {
    font-size: var(--font-size-xs);
    color: var(--error);
    margin-top: 4px;
}

/* While form is pristine, suppress all error/success visuals */
.bbc-pristine .has-error .form-text {
    display: none !important;
}

.bbc-pristine .has-error .form-control {
    border-color: var(--neutral-300) !important;
    background-color: white !important;
}

.bbc-pristine .has-success .form-control {
    border-color: var(--neutral-300) !important;
    background-color: white !important;
}

/* ==========================================================================
   8. EQ FORM CONTROL OVERRIDES — BBC styling
   ========================================================================== */

.form-control {
    border: 2px solid var(--neutral-300);
    border-radius: var(--radius-md);
    font-size: 16px;
    color: var(--neutral-800);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    min-height: 44px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.form-control:hover {
    border-color: var(--neutral-400);
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(15, 76, 129, 0.1);
    background-color: white;
}

@media (min-width: 768px) {
    .form-control {
        font-size: 15px;
    }
}

.form-label,
.col-form-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--neutral-700);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.card-body > p {
    font-size: 14px;
    color: var(--neutral-600);
    line-height: 1.5;
}


/* ==========================================================================
   9. EQ BUTTON OVERRIDES — BBC styling
   ========================================================================== */

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: var(--radius-md);
    font-weight: 500;
    min-height: 44px;
    padding: 10px 24px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: all 0.2s ease;
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-danger,
.btn-secondary {
    background-color: var(--neutral-200);
    border-color: var(--neutral-200);
    color: var(--neutral-700);
    border-radius: var(--radius-md);
    font-weight: 500;
    min-height: 44px;
    padding: 10px 24px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.btn-danger:hover,
.btn-secondary:hover {
    background-color: var(--neutral-300) !important;
    border-color: var(--neutral-300) !important;
    color: var(--neutral-900) !important;
}

/* ==========================================================================
   FILE UPLOAD BUTTON BORDER-RADIUS FIX
   ========================================================================== */
.input-group .btn.rounded-start {
    border-radius: var(--radius-md) 0 0 var(--radius-md) !important;
}
.input-group .btn.rounded-end {
    border-radius: 0 var(--radius-md) var(--radius-md) 0 !important;
}
.input-group .form-control {
    border-radius: 0 !important;
}
.input-group .input-group-btn {
    display: flex;
}
.input-group .btn.rounded-start,
.input-group .btn.rounded-end {
    height: 100%;
    align-self: stretch;
}

/* ==========================================================================
   10. EQ COLLAPSIBLE CARD OVERRIDES
   ========================================================================== */

.card.collapsible {
    border: 1px solid var(--neutral-200);
    border-radius: var(--radius-md);
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.card.collapsible .card-header {
    display: none;
}

.card.collapsible .card-body {
    overflow: visible;
    padding: 16px;
}

@media (min-width: 768px) {
    .card.collapsible .card-body {
        padding: 24px;
    }
}


/* ==========================================================================
   11. EQ ALERT SYSTEM OVERRIDES
   ========================================================================== */
#alertBoxes .alert,
#alertBoxesContainer .alert {
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    font-size: 14px;
    line-height: 1.5;
    padding: 16px 20px;
    margin-bottom: 20px;
    position: relative;
}
#alertBoxes .alert::before,
#alertBoxesContainer .alert::before {
    display: none !important;
}
#alertBoxes .alert h4,
#alertBoxesContainer .alert h4 {
    margin: 0 0 4px 0;
    font-size: 15px;
    font-weight: 600;
}
#alertBoxes .alert h4 .fa,
#alertBoxes .alert h4 .fas,
#alertBoxesContainer .alert h4 .fa,
#alertBoxesContainer .alert h4 .fas {
    margin-right: 8px;
}
#alertBoxes .alert .close,
#alertBoxes .alert button[data-bs-dismiss="alert"],
#alertBoxesContainer .alert .close,
#alertBoxesContainer .alert button[data-bs-dismiss="alert"] {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 20px;
    color: var(--neutral-500);
    cursor: pointer;
    padding: 0;
    line-height: 1;
}
#alertBoxes .alert .close::before,
#alertBoxes .alert .close::after,
#alertBoxesContainer .alert .close::before,
#alertBoxesContainer .alert .close::after {
    display: none !important;
}
#alertBoxes .alert-danger,
#alertBoxesContainer .alert-danger {
    background-color: var(--error-light);
    border-color: var(--error);
    color: var(--neutral-800);
}
#alertBoxes .alert-warning,
#alertBoxesContainer .alert-warning {
    background-color: var(--warning-light);
    border-color: var(--warning);
    color: var(--neutral-800);
}
#alertBoxes .alert-success,
#alertBoxesContainer .alert-success {
    background-color: var(--success-light);
    border-color: var(--success);
    color: var(--neutral-800);
}

/* Hide EQ ::before pseudo on ALL alerts (not just in alertBoxes containers) */
.alert::before {
    display: none !important;
}

/* ==========================================================================
   12. JQUERY UI DATEPICKER — BBC THEME
   ========================================================================== */

.ui-datepicker {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--neutral-200);
    z-index: 9999 !important;
    padding: 0;
}

.ui-datepicker .ui-datepicker-header {
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    padding: 10px;
}

.ui-datepicker .ui-datepicker-title {
    color: white;
    font-weight: 600;
}

.ui-datepicker .ui-datepicker-title select {
    color: var(--neutral-800);
    border-radius: 4px;
    padding: 2px 4px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    top: 10px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: rgba(255, 255, 255, 0.2);
    border: none;
}

.ui-datepicker table {
    font-size: 14px;
}

.ui-datepicker th {
    color: var(--neutral-500);
    font-weight: 500;
    padding: 8px 4px;
}

.ui-datepicker td {
    padding: 2px;
}

.ui-datepicker td a,
.ui-datepicker td span {
    text-align: center;
    border-radius: 4px;
    padding: 6px;
}

.ui-datepicker td a:hover {
    background-color: var(--primary-light);
    color: var(--primary);
}

.ui-datepicker td a.ui-state-active {
    background-color: var(--primary);
    color: white;
    border: none;
}

.ui-datepicker td a.ui-state-highlight {
    background-color: var(--neutral-100);
    border: 1px solid var(--neutral-300);
}


/* ==========================================================================
   13. EQ FORM LAYOUT ADJUSTMENTS
   ========================================================================== */

.top-margin-40 {
    margin-top: 16px;
}

.form-actions {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--neutral-200);
}


/* ==========================================================================
   14. INPUT GROUP DATEPICKER ADDON — BBC styling
   ========================================================================== */

.input-group-addon.datepicker-container {
    background-color: var(--neutral-50);
    border: 2px solid var(--neutral-300);
    border-left: none;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.input-group-addon.datepicker-container:hover {
    background-color: var(--primary-light);
    border-color: var(--primary);
}

.input-group-addon.datepicker-container .fa-calendar-alt {
    color: var(--primary);
}

.input-group .form-control.datepicker {
    border-radius: var(--radius-md) 0 0 var(--radius-md);
}

/* ==========================================================================
   15. BBC STEP INDICATOR
   Append to bbc-eq-bridge.css
   ========================================================================== */
 
.bbc-steps {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 24px;
    padding: 16px 0;
    border-bottom: 1px solid var(--neutral-200);
}
 
.bbc-step {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 16px;
}
 
.bbc-step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--neutral-200);
    color: var(--neutral-500);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
    margin-right: 8px;
}
 
.bbc-step-active .bbc-step-number {
    background-color: var(--primary);
    color: white;
}
 
.bbc-step-future .bbc-step-number {
    background-color: var(--neutral-100);
    color: var(--neutral-400);
}
 
.bbc-step-completed .bbc-step-number {
    background-color: var(--success);
    color: white;
}
 
.bbc-step-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--neutral-500);
    white-space: nowrap;
}
 
.bbc-step-active .bbc-step-label {
    color: var(--primary);
    font-weight: 600;
}
 
.bbc-step-future .bbc-step-label {
    color: var(--neutral-400);
}
 
.bbc-step-completed .bbc-step-label {
    color: var(--success);
    font-weight: 600;
}
 
/* Connecting line between steps */
.bbc-step-line {
    display: none;
}
 
.bbc-step + .bbc-step::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background-color: var(--neutral-200);
    position: absolute;
    left: -16px;
    top: 50%;
}
 
.bbc-step-completed + .bbc-step::before {
    background-color: var(--success);
}
 
/* Mobile: stack vertically */
@media (max-width: 480px) {
    .bbc-steps {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 12px 16px;
    }
 
    .bbc-step + .bbc-step::before {
        display: none;
    }
}
 
 
/* ==========================================================================
   16. BBC FIELD HELP TEXT — Contextual help below a field
   ========================================================================== */
 
.bbc-field-help {
    background: var(--info-light, #DBEAFE);
    border: 1px solid var(--info, #3B82F6);
    border-radius: var(--radius-md);
    padding: 10px 12px;
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--neutral-700);
}
 
.bbc-field-help strong {
    color: var(--neutral-800);
}
 
.bbc-field-help a {
    color: var(--primary);
    text-decoration: underline;
}
 
 
/* ==========================================================================
   17. BBC NOTICE — Email variant (reuses .bbc-notice base)
   ========================================================================== */
 
.bbc-notice-email {
    background: linear-gradient(135deg, var(--primary-light) 0%, #F0F7FF 100%);
    border: 1px solid var(--neutral-200);
    border-left: 4px solid var(--primary);
    margin-top: 16px;
}
 
.bbc-tips {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(15, 76, 129, 0.15);
    font-size: 13px;
}
 
.bbc-tips strong {
    color: var(--primary);
}
 
.bbc-tips ul {
    margin: 6px 0 0;
    padding-left: 18px;
}
 
.bbc-tips li {
    margin-bottom: 4px;
    color: var(--neutral-600);
    line-height: 1.4;
}
 
.bbc-tips li:last-child {
    margin-bottom: 0;
}
 
 
/* ==========================================================================
   18. SPACING ADJUSTMENTS
   ========================================================================== */
 
/* More space between page header and content above it */
.bbc-page-header {
    margin-top: 8px;
    margin-bottom: 20px;
}

/* ==========================================================================
   19. BBC HINT DISPLAY — Password hint value styling
   Append to bbc-eq-bridge.css
   ========================================================================== */

.bbc-notice-hint {
    background: linear-gradient(135deg, var(--primary-light) 0%, #F0F7FF 100%);
    border: 1px solid var(--neutral-200);
    border-left: 4px solid var(--primary);
}

.bbc-hint-value {
    font-size: 18px;
    font-weight: 600;
    color: var(--neutral-800);
    padding: 8px 0 0;
    line-height: 1.4;
}


/* ==========================================================================
   20. BBC SECTION TITLE — Standalone heading between blocks
   ========================================================================== */

.bbc-section-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--neutral-800);
    margin: 20px 0 12px;
}

@media (min-width: 768px) {
    .bbc-section-title {
        font-size: 18px;
    }
}


/* ==========================================================================
   21. BBC DECISION CARDS — Side-by-side choice cards
   ========================================================================== */

.bbc-decision-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.bbc-decision-card {
    border: 1px solid var(--neutral-200);
    border-radius: var(--radius-md);
    padding: 16px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.bbc-decision-card p {
    font-size: 14px;
    color: var(--neutral-600);
    line-height: 1.5;
    margin: 8px 0 12px;
}

.bbc-decision-card .btn {
    width: 100%;
}

.bbc-decision-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: var(--neutral-800);
}

.bbc-decision-success .icon {
    color: var(--success);
}

.bbc-decision-help .icon {
    color: var(--primary);
}

.bbc-decision-card .bbc-tips {
    margin-top: 0;
    margin-bottom: 12px;
    padding-top: 0;
    border-top: none;
}

@media (min-width: 768px) {
    .bbc-decision-cards {
        flex-direction: row;
    }

    .bbc-decision-card {
        flex: 1;
    }

    .bbc-decision-card .btn {
        width: auto;
    }
}

/* ── Alert box spacing ── */
#alertBoxes .alert,
.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
    padding: 10px 16px;
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: var(--font-size-sm);
}

#alertBoxes .alert p {
    margin: 0;
    line-height: 1.4;
}

#alertBoxes .alert ul {
    margin: 4px 0;
    padding-left: 20px;
}

#alertBoxes .alert li {
    margin-bottom: 2px;
}

/* ==========================================================================
   bbc-eq-bridge.css — additions for equal-height column layouts
   --------------------------------------------------------------------------
   Append these to bbc-eq-bridge.css. Two pieces, both build on EQ's
   existing `.row-eq-height` opt-in idiom (eq-theme.css §658):

     .row-eq-height > [class*="col-"]
                       — augments EQ's row-level flex by making each
                         direct-child column a flex container in its own
                         right. With this in place, any direct child of a
                         col can use `margin-top: auto` to anchor itself
                         to the foot of the column.

     .col-foot         — utility class for that anchor. Pushes the block
                         to the bottom of its parent col, centres its
                         contents, and adds a sensible top gap. Falls
                         back to a fixed top margin on mobile, where the
                         cols stack and there's nothing to anchor against.

   Why bridge rather than portal-additions: this is a Bootstrap / EQ
   framework override. `.row-eq-height` is EQ's class, the col selector
   is Bootstrap's grid. Sits naturally alongside the bridge's other
   Bootstrap-grid touches (the small-screen `.row` margin reset at the
   bottom of eq-theme.css, the input-group radius fix in §13, etc.).

   Scope is opt-in via `.row-eq-height` — no risk of bleeding into
   plain `.row` layouts elsewhere in the portal.
   ========================================================================== */


/* ==========================================================================
   N. EQUAL-HEIGHT GRID — col-level flex extension
   ========================================================================== */

.row-eq-height > [class*="col-"] {
    display: flex;
    flex-direction: column;
}


/* ==========================================================================
   N+1. .col-foot — anchor a block to the bottom of a flex column
   --------------------------------------------------------------------------
   Use inside a col that's a flex container (i.e. inside .row-eq-height,
   given the rule above). Typical use: an action button at the foot of
   a card column where another column in the same row has more content.

   Markup:
     <div class="row row-eq-height">
         <div class="col-md-6">
             <h4>Address</h4>
             <p>…address lines…</p>
             <div class="col-foot">
                 <a href="…" class="btn btn-primary">Change Address</a>
             </div>
         </div>
         <div class="col-md-6">
             <h4>Email & Phone</h4>
             <div>…contact rows…</div>
             <div class="col-foot">
                 <a href="…" class="btn btn-primary">Change Email & Phone</a>
             </div>
         </div>
     </div>
   ========================================================================== */

.col-foot {
    margin-top: auto;
    padding-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-foot .btn {
    min-width: 200px;
}

/* When the foot slot holds a notice instead of a button (e.g. PeopleView
   notice replaces "Change Address" for active members), fill the column
   width naturally rather than centring at button width. */
.col-foot .bbc-notice {
    width: 100%;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    /* Cols stack — nothing to anchor against. Replace auto margin with a
       fixed top gap so the action sits a sensible distance below content. */
    .row-eq-height > [class*="col-"] {
        display: block;
    }
    .col-foot {
        margin-top: 16px;
        padding-top: 0;
    }
    .col-foot .btn {
        width: 100%;
        min-width: 0;
    }
}

/* Fix double scrollbar — only html handles page scroll */
html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
body.bbc-default-v1 {
    height: auto !important;
    overflow-y: visible !important;
    min-height: 100%;
}