.s-speaker__title {
    max-width: 820px;
    margin: 0 auto 15px;
    color: #202124;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: .01em;
    text-transform: none;
}

.article-info {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 36px;
    padding-top: 8px;
}

.article-date {
    color: #70757a;
    font-size: 15px;
    line-height: 1.4;
}

.article-image {
    max-width: 960px;
    margin: 0 auto 42px;
}

.article-image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 14px;
    background: #f2f3f5;
}

.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px 24px;
    color: #333;
    font-size: 18px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.article-content p {
    margin: 0 0 1.45em;
    font-size: inherit;
    line-height: inherit;
}

.article-content h2 {
    margin: 2.15em 0 .8em;
    padding-left: 18px;
    border-left: 5px solid #e6453a;
    color: #202124;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.article-content h3 {
    margin: 1.8em 0 .65em;
    color: #25272a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}

.article-content ul,
.article-content ol {
    margin: 0 0 1.55em;
    padding-left: 1.45em;
}

.article-content li {
    margin-bottom: .65em;
    padding-left: .2em;
}

.article-content a {
    color: #c9342b;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.article-content a:hover {
    color: #9f251f;
}

.article-content a:focus-visible,
.article-content summary:focus-visible {
    outline: 3px solid rgba(201, 52, 43, .35);
    outline-offset: 3px;
}

.article-lead {
    margin: 0 0 34px !important;
    padding: 24px 28px;
    border-left: 5px solid #e6453a;
    border-radius: 0 12px 12px 0;
    background: #fff3ef;
    color: #272727;
    font-size: 20px !important;
    line-height: 1.7 !important;
}

.article-callout {
    margin: 30px 0;
    padding: 22px 26px;
    border-radius: 12px;
}

.article-callout > :last-child,
.article-checklist > :last-child,
.article-cta > :last-child {
    margin-bottom: 0;
}

.article-callout--neutral {
    border: 1px solid #dde1e5;
    background: #f6f7f8;
}

.article-callout--accent {
    border-left: 5px solid #e6453a;
    background: #fff0e9;
}

.article-figure {
    max-width: 860px;
    margin: 38px auto 42px;
    text-align: center;
}

.article-figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.article-figure figcaption {
    margin-top: 12px;
    color: #6f7378;
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
}

.article-table-wrap {
    width: 100%;
    margin: 30px 0 38px;
    overflow-x: auto;
    border: 1px solid #dfe2e5;
    border-radius: 12px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.article-table {
    width: 100%;
    min-width: 700px;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.55;
}

.article-table th,
.article-table td {
    padding: 15px 17px;
    border: 0;
    border-right: 1px solid #e5e7e9;
    border-bottom: 1px solid #e5e7e9;
    text-align: left;
    vertical-align: top;
}

.article-table th:last-child,
.article-table td:last-child {
    border-right: 0;
}

.article-table tr:last-child td {
    border-bottom: 0;
}

.article-table th {
    background: #f1f2f4;
    color: #202124;
    font-weight: 700;
}

.article-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.article-checklist {
    margin: 34px 0;
    padding: 26px 28px;
    border: 1px solid #dde1e5;
    border-radius: 14px;
    background: #f7f8f9;
}

.article-checklist h2,
.article-checklist h3 {
    margin-top: 0;
}

.article-checklist ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.article-checklist li {
    position: relative;
    padding-left: 30px;
}

.article-checklist li::before {
    position: absolute;
    top: 0;
    left: 2px;
    color: #c9342b;
    content: "✓";
    font-weight: 700;
}

.article-faq {
    margin: 28px 0 40px;
}

.article-faq-item {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #dfe2e5;
    border-radius: 12px;
    background: #fff;
}

.article-faq-item summary {
    padding: 18px 52px 18px 20px;
    color: #202124;
    cursor: pointer;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
}

.article-faq-item[open] summary {
    border-bottom: 1px solid #eceef0;
    background: #fafafa;
}

.article-faq-item p {
    margin: 0;
    padding: 18px 20px 22px;
}

.article-cta {
    margin: 46px 0 12px;
    padding: 30px;
    border-left: 5px solid #e6453a;
    border-radius: 0 14px 14px 0;
    background: #fff0e9;
}

.article-cta__button {
    display: inline-block;
    margin-top: 6px;
    padding: 13px 24px;
    border-radius: 8px;
    background: #c9342b;
    color: #fff !important;
    font-weight: 700 !important;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
}

.article-cta__button:hover {
    background: #a92922;
    color: #fff !important;
}

@media (max-width: 767px) {
    .s-speaker__title {
        font-size: 34px;
        line-height: 1.2;
    }

    .article-info {
        margin-bottom: 24px;
    }

    .article-image {
        margin-bottom: 30px;
    }

    .article-image-wrapper {
        border-radius: 10px;
    }

    .article-content {
        padding-right: 4px;
        padding-left: 4px;
        font-size: 17px;
        line-height: 1.72;
    }

    .article-content h2 {
        margin-top: 1.85em;
        padding-left: 14px;
        border-left-width: 4px;
        font-size: 26px;
    }

    .article-content h3 {
        font-size: 21px;
    }

    .article-lead {
        padding: 19px 20px;
        font-size: 18px !important;
    }

    .article-callout,
    .article-checklist,
    .article-cta {
        padding: 20px;
    }

    .article-figure {
        margin: 28px auto 32px;
    }

    .article-table-wrap {
        margin: 24px 0 32px;
    }

    .article-table th,
    .article-table td {
        padding: 13px 14px;
    }
}

@media (max-width: 480px) {
    .s-speaker__title {
        font-size: 30px;
    }

    .article-cta__button {
        display: block;
        width: 100%;
    }
}
