/* SnapSAFE — article-style WSH page */

.page-snapsafe {
    margin: 0;
    min-height: 100vh;
    background: #fff;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: #0c0d0d;
    font-size: 16px;
    line-height: 1.55;
}

.page-snapsafe .ea-nav > a[aria-current="page"] {
    color: #005a8c;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.snapsafe-main {
    max-width: 800px;
    margin: 0 auto;
    padding: 28px 20px 40px;
}

.snapsafe-main h1 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 20px;
    color: #0c0d0d;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.snapsafe-main h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 30px 0 15px;
    color: #0c0d0d;
    line-height: 1.3;
}

.snapsafe-main p,
.snapsafe-main li {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 15px;
}

.snapsafe-main a:not(.ea-share-icons a) {
    color: #006eab;
    text-decoration: underline;
}

.snapsafe-main a:not(.ea-share-icons a):hover {
    color: #005a8c;
}

.snapsafe-main ul {
    margin: 0 0 18px;
    padding-left: 1.35em;
}

.snapsafe-main li {
    margin-bottom: 8px;
}

.snapsafe-note {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 22px 0 28px;
    padding: 16px 18px;
    background: #e7f3ff;
    border-radius: 6px;
    border: 1px solid #b8daf5;
}

.snapsafe-note__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #006eab;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.snapsafe-note p {
    margin: 0;
    font-size: 15px;
    color: #222;
}

.snapsafe-note strong {
    color: #0c0d0d;
}

.snapsafe-video {
    position: relative;
    width: 100%;
    margin: 8px 0 28px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #111;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.snapsafe-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 600px) {
    .snapsafe-main h1 {
        font-size: 1.65rem;
    }

    .snapsafe-main h2 {
        font-size: 1.3rem;
    }
}
