/* ==========================================================
   GWW 3.70 — Professional soft overlay + no white image mat
   ========================================================== */

/* Professional soft overlay behind words, keeping gold frame feel */
html body .gww70-pro-text-panel {
    background: rgba(4, 17, 43, 0.38) !important;
    -webkit-backdrop-filter: blur(4px) saturate(110%) !important;
    backdrop-filter: blur(4px) saturate(110%) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.03),
        0 10px 28px rgba(0,0,0,0.18) !important;
}

/* Preserve transparent/gold framed feel */
html body .gww70-pro-text-panel[data-gww70-frame='1'] {
    border-color: rgba(199, 154, 66, 0.78) !important;
}

/* Remove white mat around portrait shell but keep gold outer border */
html body [data-gww70-headshot-shell='1'] {
    background: transparent !important;
    border: 2px solid rgba(212, 171, 83, 0.95) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.22) !important;
    overflow: hidden !important;
}

html body [data-gww70-headshot-shell='1'],
html body [data-gww70-headshot-shell='1'] * {
    background-clip: padding-box !important;
}

html body [data-gww70-image-mat='1'] {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

html body [data-gww70-headshot-shell='1'] img,
html body [data-gww70-headshot-img='1'] {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    background: transparent !important;
    margin: 0 !important;
}
