/* ==========================================================
   GWW LEFT SIDEBAR STRUCTURAL FIX — V1.23.3.76

   Reimplementation of the proven V1.23.3.41 structure.
   Existing tier classes continue to own colors / border / hover.
   ========================================================== */

.gww-cta76-fullrow {
    box-sizing: border-box !important;

    grid-column: 1 / -1 !important;
    flex: 0 0 100% !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    display: block !important;
    position: relative !important;

    margin-top: 10px !important;
    margin-bottom: 12px !important;

    padding: 0 !important;
    overflow: visible !important;
}

.gww-cta76-button {
    box-sizing: border-box !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    position: static !important;
    inset: auto !important;

    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;

    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

    margin: 0 !important;
    flex: none !important;

    /*
     * DO NOT set background/color/border/transform.
     * Current tier/hover design stays authoritative.
     */
}

/* Old geometry classes must not influence the new structural row. */
.gww-cta76-button.gww-cta39-sidebar-website,
.gww-cta76-button.gww-cta40-sidebar-website,
.gww-cta76-button.gww-cta41-button {
    left: auto !important;
    right: auto !important;
}

/* Exact orphan public Website button only. */
[data-gww76-orphan-website="1"] {
    display: none !important;
}
