/* ActressNetWorth.com — Static / Legal Page Layout */
:root{--c1:#1a1a2e;--c2:#e94560;--c3:#0f3460;--bg2:#f7f8fa;--tx:#23272f;--tx2:#5f6b7a;--bd:#e6e9ef;--r:12px;--r2:8px}

/* Page title */
.page .entry-header,.page .entry-content{max-width:780px;margin-left:auto;margin-right:auto}
.page .entry-title{font-size:1.9rem;line-height:1.2;font-weight:800;color:var(--c1);letter-spacing:-.02em;margin:0 0 6px;padding-bottom:16px;position:relative}
.page .entry-title::after{content:"";position:absolute;left:0;bottom:0;width:54px;height:4px;background:var(--c2);border-radius:2px}
@media(min-width:768px){.page .entry-title{font-size:2.4rem}}

/* Legal / content wrapper */
.anw-legal{font-size:1.02rem;line-height:1.8;color:var(--tx)}
.anw-legal__badge{display:inline-block;font-size:.74rem;font-weight:700;color:var(--c2);background:#fdeef1;border:1px solid #f7c6d0;border-radius:50px;padding:5px 14px;margin:0 0 18px;text-transform:uppercase;letter-spacing:.04em}
.anw-legal__lead{font-size:1.1rem;line-height:1.7;color:var(--c1);font-weight:500;margin:0 0 26px;padding-bottom:22px;border-bottom:1px solid var(--bd)}
.anw-legal p{margin:0 0 18px}
.anw-legal h2{font-size:1.35rem;font-weight:800;color:var(--c1);line-height:1.3;margin:34px 0 12px;padding-left:15px;position:relative}
.anw-legal h2::before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:5px;border-radius:3px;background:var(--c2)}
@media(min-width:768px){.anw-legal h2{font-size:1.5rem}}
.anw-legal h3{font-size:1.12rem;font-weight:700;color:var(--c3);margin:24px 0 8px}
.anw-legal a{color:var(--c2);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.anw-legal a:hover{color:var(--c3)}
.anw-legal strong{color:var(--c1);font-weight:700}

/* Lists */
.anw-legal ul,.anw-legal ol{margin:0 0 20px;padding-left:0;list-style:none}
.anw-legal li{position:relative;padding-left:28px;margin-bottom:11px;line-height:1.7}
.anw-legal ul li::before{content:"";position:absolute;left:6px;top:11px;width:8px;height:8px;border-radius:50%;background:var(--c2)}
.anw-legal ol{counter-reset:anwl}
.anw-legal ol li{counter-increment:anwl}
.anw-legal ol li::before{content:counter(anwl);position:absolute;left:0;top:1px;width:21px;height:21px;background:var(--c1);color:#fff;border-radius:50%;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center}

/* Contact card */
.anw-contact-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;background:linear-gradient(135deg,#1a1a2e,#0f3460);border-radius:var(--r);padding:30px 24px;margin:0 0 30px;color:#fff}
.anw-contact-card__label{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.7)}
.anw-contact-card__email{font-size:1.3rem;font-weight:800;color:#fff !important;text-decoration:none !important;word-break:break-all}
.anw-contact-card__email:hover{color:#ffd2db !important}
.anw-contact-card__note{font-size:.82rem;color:rgba(255,255,255,.65)}
@media(min-width:768px){.anw-contact-card__email{font-size:1.5rem}}
