.block-hero .content {
    margin-bottom: 3rem;
    padding: 1.5rem;
    background: white;
    border-radius: 2rem;
}
@media (min-width: 768px) {
    .block-hero .content {
        padding: 3rem 2rem 2rem 2rem;
        border-radius: 3rem;
    }
}
.block-hero .page-title {
    font-size: var(--wp--preset--font-size--medium-large);
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -9%;
}

.block-hero h1 {
    font-size: var(--wp--preset--font-size--xx-large);
    line-height: 0.9;
    margin-bottom: 0.25em;
}

.block-hero h1 span {
    display: inline-block;
    background: linear-gradient(90deg, #FFE7B9 0%, #FCB936 32.69%, #FBAE17 100%);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    padding: 0 1rem 1rem 0;
}

.block-hero .tags {
    list-style: none;
    padding: 0;
}

.block-hero .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem 1rem;
    margin-bottom: 1.5em;
}
@media (min-width: 1400px) {
    .block-hero .tags {
        gap: 1rem 1.5rem;
    }
}
@media (min-width: 1640px) {
    .block-hero .tags {
        gap: 1.5rem 2rem;
    }
}

.block-hero .tags .tag {
    padding: 0.15em 0.6em;
    border: 1px solid var(--wp--preset--color--color-1);
    border-radius: 5rem;
    color: var(--wp--preset--color--color-1);
    font-size: clamp(1.25rem, 0.8131rem + 1.2136vw, 1.875rem);
    font-weight: 800;
}

.block-hero .description {
    font-size: var(--wp--preset--font-size--medium-large);
    line-height: 1.2;
    letter-spacing: -9%;
}