.rc-content {
    padding: 80px 0;
    background: #fff;
}

.rc-content__wrapper {
    max-width: 720px !important;
    margin: 0 auto;
    color: #27272c;
    font-family: var(--font-inter);
    font-size: 18px;
    line-height: 1.6;
}

.rc-content__wrapper h2 {
    color: #27272c;
    font-family: var(--font-aeonik);
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 3rem 0 1.5rem 0;
}

.rc-content__wrapper h3 {
    color: #27272c;
    font-family: var(--font-aeonik);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 2.5rem 0 1.25rem 0;
}

.rc-content__wrapper h4 {
    color: #27272c;
    font-family: var(--font-aeonik);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 2rem 0 1rem 0;
}

.rc-content__wrapper p {
    margin-bottom: 1.5rem;
    color: #4a4a52;
}

.rc-content__wrapper a {
    color: #e0572a;
    text-decoration: underline;
    transition: color 0.2s ease;
    text-underline-offset: 3px;
}

.rc-content__wrapper a:hover {
    color: #c44a20;
}

.rc-content__wrapper ul,
.rc-content__wrapper ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    color: #4a4a52;
}

.rc-content__wrapper li {
    margin-bottom: 0.75rem;
}

.rc-content__wrapper blockquote {
    margin: 2.5rem 0;
    padding: 2rem;
    border-left: 4px solid #e0572a;
    background: #fafafa;
    font-family: var(--font-aeonik);
    font-size: 1.25rem;
    font-style: italic;
    color: #27272c;
    border-radius: 0 8px 8px 0;
}

.rc-content__wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.rc-content__wrapper figure {
    margin: 2rem 0;
}

.rc-content__wrapper figcaption {
    text-align: center;
    font-size: 14px;
    color: #686873;
    margin-top: 10px;
    font-family: var(--font-inter);
}

.rc-content__wrapper pre {
    background: #f5f5f5;
    padding: 1.5rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 2rem 0;
    border: 1px solid #e8e8e8;
}

.rc-content__wrapper code {
    background: #f5f5f5;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    color: #e0572a;
}

.rc-content__wrapper pre code {
    background: none;
    padding: 0;
    color: inherit;
}

.rc-content__wrapper hr {
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 3rem 0;
}

.wp-caption-text {
    margin-top: -10px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .rc-content {
        padding: 40px 0;
    }

    .rc-content__wrapper {
        font-size: 1rem;
        padding: 0 0px;
    }

    .rc-content__wrapper h2 {
        font-size: 1.75rem;
        margin: 2.5rem 0 1.25rem 0;
    }

    .rc-content__wrapper h3 {
        font-size: 1.5rem;
        margin: 2rem 0 1rem 0;
    }

    .rc-content__wrapper h4 {
        font-size: 1.25rem;
    }

    .rc-content__wrapper blockquote {
        padding: 1.5rem;
        font-size: 1.125rem;
        margin: 2rem 0;
    }

    .rc-content-container,
    .container {
        padding: 0 16px !important;
    }
}
