.matched-betting-support-page {
    padding: clamp(2rem, 4vw, 4rem) 1rem;
}

.matched-betting-support-content {
    color: #1f2933;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 760px;
}

.matched-betting-support-content h1 {
    color: #0f172a;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 1.25rem;
}

.matched-betting-support-content h2 {
    color: #0f172a;
    font-size: 1.45rem;
    line-height: 1.3;
    margin: 2rem 0 0.75rem;
}

.matched-betting-support-content h3 {
    color: #0f172a;
    font-size: 1.1rem;
    line-height: 1.35;
    margin: 1.25rem 0 0.5rem;
}

.matched-betting-support-content p,
.matched-betting-support-content ul {
    margin-bottom: 1rem;
}

.matched-betting-support-content ul {
    padding-left: 1.25rem;
}

.matched-betting-support-content hr {
    border: 0;
    border-top: 1px solid #d9e2ec;
    margin: 2rem 0;
}

.matched-betting-support-content a {
    color: #0f172a;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.matched-betting-guide-image {
    margin: 1.5rem 0;
}

.matched-betting-guide-image img {
    border-radius: 8px;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.matched-betting-guide-warning {
    align-items: flex-start;
    background: #fff7e6;
    border: 1px solid #f0c36d;
    border-radius: 6px;
    color: #7a4d00;
    display: flex;
    font-size: 0.95rem;
    gap: 0.5rem;
    margin: 1rem 0;
    padding: 12px 14px;
}

.matched-betting-guide-callout {
    background: #eff6ff;
    border-left: 3px solid #2563eb;
    border-radius: 0 8px 8px 0;
    margin: 1rem 0;
    padding: 12px 14px;
}

.matched-betting-guide-callout p:last-child {
    margin-bottom: 0;
}

.matched-betting-guide-cross-links {
    font-weight: 600;
    line-height: 1.6;
    margin-top: 2rem;
}

@media (max-width: 600px) {
    .matched-betting-support-content h1 {
        font-size: 1.6rem;
    }
}
