/* ==========================================================
   GWW PUBLIC PROFILE CLEANUP — V1.23.3.75
   ========================================================== */

/* ----------------------------------------------------------
   PROFESSIONAL INTERMEDIATE
   Force hero background layer to fill the full hero.
   ---------------------------------------------------------- */

html body
.gww-profile-tier--professional.gww-tier-intermediate
.gww-hero::before,
html body
.gww-modern-profile.gww-tier-intermediate
.gww-hero::before,
html body
.gww-restricted-tier-shell.gww-profile-tier--professional.gww-tier-intermediate
.gww-profile-preview-hero::before {
    content: "" !important;
    display: block !important;

    position: absolute !important;

    inset: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

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

    margin: 0 !important;

    transform: none !important;
    clip-path: none !important;

    background-position:
        var(--gww-tier-focal-x, 50%)
        var(--gww-tier-focal-y, 50%)
        !important;

    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* Photo-side wrappers discovered at runtime: remove solid panel paint. */
html body [data-gww75-intermediate-photo-clean="1"] {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

html body [data-gww75-intermediate-photo-clean="1"]::before,
html body [data-gww75-intermediate-photo-clean="1"]::after {
    content: none !important;
    display: none !important;

    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* ----------------------------------------------------------
   PROFESSIONAL ORPHAN WEBSITE CTA
   ---------------------------------------------------------- */

html body [data-gww75-orphan-website="1"] {
    display: none !important;
}

/* ----------------------------------------------------------
   BUSINESS CONTACT — match Professional contact card
   ---------------------------------------------------------- */

html body .gww75-business-contact {
    box-sizing: border-box !important;

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

    padding: 14px 12px !important;

    background: rgba(3,22,43,.97) !important;

    border: 1px solid rgba(216,171,78,.62) !important;
    border-radius: 7px !important;

    box-shadow:
        0 10px 24px rgba(0,0,0,.18)
        !important;
}

/* Kill the extra inner frame visible on Business. */
html body .gww75-business-contact
[data-gww75-inner-frame="1"] {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

html body .gww75-business-contact
[data-gww75-heading="1"] {
    margin: 0 0 12px !important;

    color: #f2cf7a !important;

    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
}

html body .gww75-business-contact
[data-gww75-row="1"] {
    width: 100% !important;

    margin: 0 !important;
    padding: 10px 0 !important;

    border-bottom:
        1px solid rgba(225,233,242,.68)
        !important;
}

html body .gww75-business-contact
[data-gww75-filled="1"] {
    display: flex !important;

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

    box-sizing: border-box !important;

    width: 100% !important;
    min-height: 40px !important;

    margin: 6px 0 !important;
    padding: 8px 10px !important;

    background: #dfb24f !important;
    color: #07182c !important;

    border: 1px solid #e4b954 !important;
    border-radius: 5px !important;

    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
}

html body .gww75-business-contact
[data-gww75-map="1"] {
    display: flex !important;

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

    box-sizing: border-box !important;

    width: 100% !important;
    min-height: 40px !important;

    margin: 6px 0 0 !important;
    padding: 8px 10px !important;

    background: transparent !important;
    color: #f5d484 !important;

    border: 2px solid #dfb24f !important;
    border-radius: 5px !important;

    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
}
