:root {
    --sips-blue: #1557b0;
    --sips-blue-dark: #10458f;
    --sips-blue-soft: #edf5ff;
    --sips-ink: #172033;
    --sips-muted: #536076;
    --sips-line: #dde4ec;
    --sips-page: #f6f8fa;
}

/* Single posts only: keep the home page and pages unchanged. */
body.senior-info-post-skin {
    background: var(--sips-page);
    color: var(--sips-ink);
    font-size: 18px;
    line-height: 1.82;
    word-break: keep-all;
}

/* Hide the complete top header and navigation on regular post pages only. */
body.senior-info-post-skin header#masthead,
body.senior-info-post-skin #masthead,
body.senior-info-post-skin .site-header,
body.senior-info-post-skin .site-header .inside-header,
body.senior-info-post-skin .site-branding,
body.senior-info-post-skin .main-navigation,
body.senior-info-post-skin .menu-toggle {
    display: none !important;
}

/* Hide date, author and other post meta on regular post pages only. */
body.senior-info-post-skin .entry-meta,
body.senior-info-post-skin .entry-meta .posted-on,
body.senior-info-post-skin .entry-meta .byline {
    display: none !important;
}

/* Hide the entire comments area, including the closed-comments message. */
body.senior-info-post-skin .comments-area,
body.senior-info-post-skin #comments,
body.senior-info-post-skin .comment-navigation,
body.senior-info-post-skin .comment-respond,
body.senior-info-post-skin .nocomments {
    display: none !important;
}

body.senior-info-post-skin .site-content {
    display: block;
    width: min(calc(100% - 40px), 820px);
    max-width: 820px;
    margin: 32px auto 60px;
    padding: 0;
}

body.senior-info-post-skin #primary,
body.senior-info-post-skin .content-area,
body.senior-info-post-skin main.site-main {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
}

body.senior-info-post-skin #right-sidebar,
body.senior-info-post-skin #left-sidebar,
body.senior-info-post-skin .widget-area {
    display: none;
}

body.senior-info-post-skin article.type-post {
    margin: 0;
    padding: 42px 52px 54px;
    background: #fff;
    border: 1px solid #e5e9ef;
}

body.senior-info-post-skin article.type-post > .inside-article {
    padding: 0;
    background: transparent;
}

body.senior-info-post-skin .entry-header {
    margin: 0 0 32px;
}

body.senior-info-post-skin .entry-title {
    margin: 0;
    color: #101828;
    font-size: clamp(30px, 4.3vw, 42px);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -.04em;
}

body.senior-info-post-skin .cat-links,
body.senior-info-post-skin .tags-links,
body.senior-info-post-skin footer.entry-meta {
    display: none;
}

body.senior-info-post-skin .entry-content {
    margin: 0;
    color: var(--sips-ink);
    font-size: 18px;
    line-height: 1.82;
}

body.senior-info-post-skin .entry-content p {
    margin: 0 0 18px;
}

body.senior-info-post-skin .entry-content .article-intro {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--sips-ink);
    font-size: 18px;
    line-height: 1.82;
}

body.senior-info-post-skin .entry-content h2 {
    margin: 43px 0 22px;
    padding: 15px 19px;
    border: 1px solid #cfdded;
    border-left: 7px solid var(--sips-blue);
    border-bottom: 3px solid var(--sips-blue);
    border-radius: 8px;
    background: linear-gradient(90deg, #e8f2ff 0%, #f5f9fe 100%);
    color: #14233a;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -.025em;
}

body.senior-info-post-skin .entry-content h3 {
    position: relative;
    margin: 32px 0 10px;
    padding-left: 27px;
    color: #24334a;
    font-size: 21px;
    font-weight: 750;
    line-height: 1.5;
}

body.senior-info-post-skin .entry-content h3::before {
    content: "›";
    position: absolute;
    left: 2px;
    top: -3px;
    color: var(--sips-blue);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

body.senior-info-post-skin .entry-content ul,
body.senior-info-post-skin .entry-content ol {
    margin: 0 0 22px;
    padding-left: 25px;
}

body.senior-info-post-skin .entry-content li + li {
    margin-top: 6px;
}

body.senior-info-post-skin .entry-content table {
    width: 100%;
    margin: 23px 0;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.65;
}

body.senior-info-post-skin .entry-content th,
body.senior-info-post-skin .entry-content td {
    padding: 14px;
    border: 1px solid #d9e0e8;
    text-align: left;
}

body.senior-info-post-skin .entry-content th {
    width: 31%;
    background: #f1f5f9;
    color: #344054;
}

/* Optional summary box: add class="info-summary" to an aside tag. */
body.senior-info-post-skin .info-summary {
    margin: 38px 0 46px;
    padding: 23px 25px;
    border: 1px solid #cbdff8;
    background: #f4f8fe;
}

body.senior-info-post-skin .info-summary strong {
    display: block;
    margin-bottom: 7px;
    font-size: 21px;
}

body.senior-info-post-skin .info-summary ul {
    margin-bottom: 0;
}

/* Optional warning box: icon is written directly in the post content. */
body.senior-info-post-skin .info-notice {
    margin: 40px 0;
    padding: 21px 23px;
    border: 1px solid #f0dfb7;
    background: #fff8e8;
}

body.senior-info-post-skin .info-notice strong {
    display: block;
    margin-bottom: 4px;
    color: #765000;
}

body.senior-info-post-skin .info-notice p:last-child {
    margin-bottom: 0;
    font-size: 16px;
}

/* Optional button: insert this markup wherever a button is needed. */
body.senior-info-post-skin .custom-btn-wrap {
    margin: 28px 0;
    text-align: center;
}

body.senior-info-post-skin .custom-post-button {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 12px;
    background: var(--sips-blue);
    color: #fff !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none !important;
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

body.senior-info-post-skin .custom-post-button:hover {
    transform: translateY(-4px);
    background: var(--sips-blue-dark);
    box-shadow: 0 7px 14px rgba(21, 87, 176, .22);
}

body.senior-info-post-skin .custom-post-button:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 7px rgba(21, 87, 176, .18);
}

body.senior-info-post-skin .custom-post-button:focus-visible {
    outline: 3px solid #8bb9f5;
    outline-offset: 3px;
}

body.senior-info-post-skin .button-arrow {
    font-size: 1.4em;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-1px);
}

/* FAQ stays permanently open because it uses ordinary headings and paragraphs. */
body.senior-info-post-skin .info-faq {
    margin-top: 46px;
}

body.senior-info-post-skin .info-faq-item {
    padding: 18px 4px;
    border-bottom: 1px solid var(--sips-line);
}

body.senior-info-post-skin .info-faq-item h3 {
    position: relative;
    min-height: 32px;
    margin: 0 0 8px;
    padding-left: 44px;
    font-size: 18px;
}

body.senior-info-post-skin .info-faq-item p {
    position: relative;
    min-height: 32px;
    margin: 0;
    padding-left: 44px;
    color: var(--sips-muted);
    font-size: 16px;
}

body.senior-info-post-skin .info-faq-item h3::before,
body.senior-info-post-skin .info-faq-item p::before {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

body.senior-info-post-skin .info-faq-item h3::before {
    content: "Q";
    top: 0;
    background: var(--sips-blue);
}

body.senior-info-post-skin .info-faq-item p::before {
    content: "A";
    background: #df7617;
}

@media (max-width: 680px) {
    body.senior-info-post-skin {
        font-size: 17px;
    }

    body.senior-info-post-skin .site-content {
        width: 100%;
        margin: 16px auto 40px;
    }

    body.senior-info-post-skin article.type-post {
        padding: 28px 20px 42px;
        border-right: 0;
        border-left: 0;
    }

    body.senior-info-post-skin .entry-title {
        font-size: 29px;
    }

    body.senior-info-post-skin .entry-content {
        font-size: 17px;
    }

    body.senior-info-post-skin .entry-content .article-intro {
        font-size: 17px;
    }

    body.senior-info-post-skin .entry-content h2 {
        padding: 14px 15px;
        font-size: 23px;
    }

    body.senior-info-post-skin .entry-content h3 {
        font-size: 20px;
    }

    body.senior-info-post-skin .entry-content h3::before {
        font-size: 26px;
    }

    body.senior-info-post-skin .info-faq-item h3,
    body.senior-info-post-skin .info-faq-item p {
        min-height: 30px;
        padding-left: 40px;
    }

    body.senior-info-post-skin .info-faq-item h3::before,
    body.senior-info-post-skin .info-faq-item p::before {
        width: 28px;
        height: 28px;
        font-size: 15px;
    }

    body.senior-info-post-skin .info-summary {
        padding: 21px 18px;
    }

    body.senior-info-post-skin .custom-post-button {
        font-size: 17px;
    }

    body.senior-info-post-skin .entry-content table {
        display: block;
        overflow-x: auto;
    }
}
