/*------------------------------------------------
Hero
------------------------------------------------*/
.hero.legal {
    background-image: url("https://ahead.africa/wp-content/uploads/2024/09/shapes-tile-yellow-1.svg");
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.break-word {
    word-break: break-all;
}

.legal-content :is(h2) {
    color: var(--wp--preset--color--primary);
    font-size: var(--wp--preset--font-size--h-6);
}
.legal-content :is(h3) {
    font-size: var(--wp--preset--font-size--h-6);
}
.legal-content :is(h4) {
    color: var(--wp--preset--color--secondary);
    font-size: var(--wp--preset--font-size--h-6);
}

.cookie-table tbody {
    background-color: #F5EFE9;
}
.cookie-table thead {
    border-bottom: none;
}