.wf-category-guide {
    clear: both;
    margin: 48px 0 32px;
    color: #20242c;
    font-size: 16px;
    line-height: 1.55;
}

.wf-category-guide h2,
.wf-category-guide h3,
.wf-category-guide p {
    margin-top: 0;
}

.wf-category-guide h2 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.25;
}

.wf-category-guide h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.35;
}

.wf-category-guide__intro {
    max-width: 940px;
    margin-bottom: 24px;
}

.wf-category-guide__note {
    color: #6a6f78;
    font-size: 14px;
}

.wf-category-guide__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.wf-category-guide__point,
.wf-category-guide__faq,
.wf-category-guide__links {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background: #fff;
}

.wf-category-guide__point {
    padding: 20px;
}

.wf-category-guide__point p,
.wf-category-guide__faq p {
    margin-bottom: 0;
    color: #555b64;
}

.wf-category-guide__footer {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
    gap: 16px;
}

.wf-category-guide__faq,
.wf-category-guide__links {
    padding: 22px;
}

.wf-category-guide__faq h2,
.wf-category-guide__links h2 {
    font-size: 21px;
}

.wf-category-guide details {
    padding: 13px 0;
    border-top: 1px solid #ededed;
}

.wf-category-guide summary {
    cursor: pointer;
    font-weight: 600;
}

.wf-category-guide details p {
    padding-top: 9px;
}

.wf-category-guide__links a {
    display: block;
    padding: 9px 0;
    color: #a90000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 900px) {
    .wf-category-guide__points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .wf-category-guide {
        margin: 34px 0 24px;
        font-size: 15px;
    }

    .wf-category-guide h2 {
        font-size: 24px;
    }

    .wf-category-guide__footer {
        grid-template-columns: 1fr;
    }

    .wf-category-guide__point,
    .wf-category-guide__faq,
    .wf-category-guide__links {
        padding: 18px;
    }
}
