.buying-guide-single {
    padding: clamp(2.5rem, 6vw, 6rem) 0;
}

.buying-guide-single__breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--color-text-muted, #687268);
}

.buying-guide-single__breadcrumb li + li::before {
    content: "/";
    margin-right: .5rem;
}

.buying-guide-single__article {
    max-width: 52rem;
    margin: clamp(2rem, 5vw, 4rem) auto 0;
}

.buying-guide-single__hero h1 {
    max-width: 18ch;
    margin: 0;
    font-size: clamp(2.25rem, 7vw, 4.75rem);
    overflow-wrap: anywhere;
}

.buying-guide-single__excerpt {
    max-width: 42rem;
    margin: 1.5rem 0 0;
    color: var(--color-text-muted, #5f695f);
    font-size: clamp(1.125rem, 2.5vw, 1.35rem);
    line-height: 1.7;
}

.buying-guide-single__metadata {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1.25rem;
    margin-top: 1.5rem;
    color: var(--color-text-muted, #687268);
    font-size: .95rem;
}

.buying-guide-single__featured-image {
    margin: clamp(2rem, 5vw, 3.5rem) 0 0;
}

.buying-guide-single__featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: clamp(.75rem, 2vw, 1.5rem);
}

.buying-guide-single__content {
    margin-top: clamp(2.5rem, 6vw, 4.5rem);
    font-size: 1.0625rem;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.buying-guide-single__content > * + * {
    margin-top: 1.5rem;
}

.buying-guide-single__content h2,
.buying-guide-single__content h3,
.buying-guide-single__content h4,
.buying-guide-single__content h5,
.buying-guide-single__content h6 {
    margin-top: 2.75rem;
    overflow-wrap: anywhere;
}

.buying-guide-single__content ul,
.buying-guide-single__content ol {
    padding-left: 1.5rem;
}

.buying-guide-single__content ul {
    list-style: disc;
}

.buying-guide-single__content ol {
    list-style: decimal;
}

.buying-guide-single__content li + li {
    margin-top: .5rem;
}

.buying-guide-single__content blockquote {
    margin-left: 0;
    padding: 1rem 1.5rem;
    border-left: .25rem solid var(--color-brand-primary);
    background: var(--color-surface, #f6f8f4);
}

.buying-guide-single__content img,
.buying-guide-single__content figure {
    max-width: 100%;
    height: auto;
}

.buying-guide-single__content figcaption {
    margin-top: .5rem;
    color: var(--color-text-muted, #687268);
    font-size: .9rem;
}

.buying-guide-single__content .wp-block-table,
.buying-guide-single__content table {
    max-width: 100%;
    overflow-x: auto;
}

.buying-guide-single__content table {
    display: block;
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
}

.buying-guide-single__content th,
.buying-guide-single__content td {
    padding: .75rem;
    border: 1px solid var(--color-border, #dce4da);
    text-align: left;
}

.buying-guide-single__content pre {
    max-width: 100%;
    overflow-x: auto;
    padding: 1rem;
    border-radius: .5rem;
    background: #182018;
    color: #fff;
}

.buying-guide-single__content code {
    overflow-wrap: normal;
}

.buying-guide-single__content a {
    text-decoration: underline;
    text-underline-offset: .2em;
}

.buying-guide-single a:focus-visible {
    outline: 3px solid var(--color-brand-primary);
    outline-offset: 3px;
}

.buying-guide-single__empty {
    margin-top: clamp(2.5rem, 6vw, 4.5rem);
    padding: 2rem;
    border: 1px solid var(--color-border, #dce4da);
    border-radius: 1rem;
}

.buying-guide-single__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.buying-guide-products {
    margin-top: clamp(3rem, 7vw, 5rem);
}

.buying-guide-products__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 40rem) {
    .buying-guide-single__metadata {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .buying-guide-single *,
    .buying-guide-single *::before,
    .buying-guide-single *::after {
        scroll-behavior: auto;
    }
}
