.resource-single-page {
    background: linear-gradient(180deg, #f3f8fd 0%, #ffffff 28%);
    min-height: 100vh;
}

.resource-single-topbar {
    padding: 36px 0 10px;
}

.resource-breadcrumb {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    margin-bottom: 16px;
    color: #6b7280;
    font-size: 0.92rem;
}

.resource-breadcrumb a {
    color: #6aa2d9;
    font-weight: 600;
}

.resource-single-wrap {
    padding: 10px 0 70px;
}

.resource-single-heading {
    margin-bottom: 18px;
}

.resource-single-title {
    max-width: 900px;
    margin-bottom: 0;
    color: #1e293b;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.resource-single-article {
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 24px 50px -18px rgba(30, 41, 59, 0.18);
}

.resource-single-content {
    padding: 38px;
}

.resource-single-content > *:last-child {
    margin-bottom: 0;
}

.resource-single-content h2,
.resource-single-content h3,
.resource-single-content h4 {
    margin-top: 1.7rem;
    color: #1e293b;
}

.resource-single-content p,
.resource-single-content li {
    color: #475569;
    font-size: 13px;
    line-height: 1.65;
}

.resource-single-content ul,
.resource-single-content ol {
    margin: 0 0 1.2rem 1.3rem;
}

.resource-single-content ul {
    list-style: disc;
}

.resource-single-content ol {
    list-style: decimal;
}

.resource-single-content a {
    color: #3b82f6;
    font-weight: 600;
}

.resource-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.resource-single-content .wp-block-separator {
    border: 0;
    border-top: 1px solid;
    color: #dae3eb;
}

@media (max-width: 768px) {
    .resource-single-topbar {
        padding-top: 24px;
    }

    .resource-single-content {
        padding: 24px 20px;
    }
}
