.cwe-resource-card,
.cwe-members-only-box {
    border: 1px solid rgba(90, 77, 66, 0.18);
    border-radius: 16px;
    padding: 18px;
    margin: 16px 0;
    background: #fffaf5;
    box-shadow: 0 8px 24px rgba(60, 45, 35, 0.08);
}
.cwe-resource-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #4c4038;
}
.cwe-resource-button {
    display: inline-block;
    padding: 11px 18px;
    border-radius: 999px;
    background: #4c4038;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 1.2;
}
.cwe-resource-button:hover {
    opacity: 0.9;
}
.cwe-resource-button.cwe-secondary {
    background: transparent;
    color: #4c4038 !important;
    border: 1px solid #4c4038;
}
.cwe-members-only-box {
    text-align: center;
    background: linear-gradient(180deg, #fffaf5 0%, #f7eee6 100%);
}
.cwe-members-only-box h3 {
    margin: 8px 0;
    font-size: 24px;
}
.cwe-members-only-box p {
    margin: 0 auto 16px;
    max-width: 520px;
}
.cwe-lock {
    font-size: 30px;
}
.cwe-members-only-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 600px) {
    .cwe-resource-button {
        display: block;
        width: 100%;
        margin-top: 8px;
        text-align: center;
    }
}
