/* ==========================================================
   GWW HERO POLISH — V1.23.3.66
   Does NOT own hero placement.
   ========================================================== */

/* ----------------------------------------------------------
   PROFESSIONAL — remove wrapper-level panel chrome.
   Copy itself is framed by the 3.66 runtime because 3.57 uses
   inline !important declarations that stylesheet CSS cannot beat.
   ---------------------------------------------------------- */

html body .gww-profile-tier--professional.gww-tier-advanced
.gww-hero-inner,
html body .gww-modern-profile.gww-tier-advanced
.gww-hero-inner,
html body .gww-restricted-tier-shell.gww-tier-advanced
.gww-profile-preview-grid,
html body .gww-restricted-tier-shell.gww-tier-advanced
.gww-profile-preview-hero > .gww-inner {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

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

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

/* No inner wrapper pseudo-element may repaint a half-hero panel. */
html body .gww-profile-tier--professional.gww-tier-advanced
.gww-hero-inner::before,
html body .gww-profile-tier--professional.gww-tier-advanced
.gww-hero-inner::after,
html body .gww-modern-profile.gww-tier-advanced
.gww-hero-inner::before,
html body .gww-modern-profile.gww-tier-advanced
.gww-hero-inner::after,
html body .gww-restricted-tier-shell.gww-tier-advanced
.gww-profile-preview-grid::before,
html body .gww-restricted-tier-shell.gww-tier-advanced
.gww-profile-preview-grid::after {
    content: none !important;
    display: none !important;
    background: none !important;
    box-shadow: none !important;
}

/* ----------------------------------------------------------
   BUSINESS — make share row unmistakably interactive.
   ---------------------------------------------------------- */

html body .gww-business-social-share {
    position: relative !important;
    z-index: 80 !important;

    pointer-events: auto !important;
    overflow: visible !important;
}

html body .gww-business-social-share a {
    position: relative !important;
    z-index: 81 !important;

    pointer-events: auto !important;
    cursor: pointer !important;

    touch-action: manipulation !important;
}

html body .gww-business-social-share a::before,
html body .gww-business-social-share a::after {
    pointer-events: none !important;
}
