
/*
|--------------------------------------------------------------------------
| Partner & Affiliate OS v1.3.5a
| Hero Bottom Clip & Top Bar Divider Fix 1.0
|--------------------------------------------------------------------------
*/

/* Keep the rounded metallic artwork contained while giving its lower edge
   enough vertical room to display completely. */
.gsp-workspace-header.gsp-workspace-header--metallic {
    min-height: 176px !important;
    height: auto !important;
    padding-bottom: 34px !important;
    overflow: hidden !important;
    background-position: center center !important;
}

.gsp-workspace-header.gsp-workspace-header--metallic .gsp-workspace-header__body {
    min-height: 122px !important;
    height: auto !important;
    padding-top: 18px !important;
    padding-bottom: 8px !important;
    align-items: stretch !important;
}

.gsp-workspace-header.gsp-workspace-header--metallic .gsp-workspace-header__content,
.gsp-workspace-header.gsp-workspace-header--metallic .gsp-workspace-header__aside {
    min-height: 112px !important;
}

/* Production GO SPORTS PRO green rule below the shared top bar. */
.ui-topbar {
    border-bottom: 1px solid #90cf07 !important;
    box-shadow: 0 1px 0 rgba(144, 207, 7, .12) !important;
}

@media (max-width: 1100px) {
    .gsp-workspace-header.gsp-workspace-header--metallic {
        min-height: 0 !important;
        padding-bottom: 24px !important;
    }

    .gsp-workspace-header.gsp-workspace-header--metallic .gsp-workspace-header__body {
        min-height: 0 !important;
        padding-bottom: 0 !important;
    }

    .gsp-workspace-header.gsp-workspace-header--metallic .gsp-workspace-header__content,
    .gsp-workspace-header.gsp-workspace-header--metallic .gsp-workspace-header__aside {
        min-height: 0 !important;
    }
}
