.club-quest-section,
.club-quest-reverse {
padding-top: 72px;
}
.club-quest-section .anime-card-grid > [data-club-quest-item],
.club-quest-products .product-grid > [data-club-quest-item] {
min-width: 0;
}
.club-quest-section .anime-card-grid > [data-club-quest-item] > *,
.club-quest-products .product-grid > [data-club-quest-item] > * {
height: 100%;
}
.club-quest-affiliate-note {
margin: 18px 0 0;
color: var(--as-muted);
font-size: 12px;
line-height: 1.5;
}
.club-quest-reverse {
padding-bottom: 30px;
}
.single-post-content.is-club-quest .content-readable {
max-width: 920px;
}
.single-post-content.is-club-quest .content-readable h2 {
margin-top: 42px;
}
.single-post-content.is-club-quest .content-readable a {
color: var(--as-cyan);
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}
@media (max-width: 640px) {
.club-quest-section,
.club-quest-reverse {
padding-top: 50px;
}
}