.dolikomtext-wrapper {
    width: 100%;
    margin: 5rem auto;
    display: flex;
    justify-content: center;
}

.dolikomtext-content {
    text-align: center;
}

.dolikomtext-title {
    font-family: 'bryant-web', sans-serif;
    font-size: 1.125rem;
    color: #42403D;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 3rem;
}

.dolikomtext-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Bouton EN SAVOIR PLUS — harmonisé avec .dkhb-block__link
   Retour Mélissandre 30/03 : soulignement visible par défaut, couleur foncée au survol */
.dolikomtext-link {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
    font-family: 'bryant-web', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #42403D;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.dolikomtext-link::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: background-color 0.3s ease-in-out;
}

.dolikomtext-link:hover {
    color: #000000;
}

/* Ancien span legacy masqué (on garde le DOM pour éviter un override TPL) */
.dolikomtext-underline {
    display: none;
}

@media (max-width: 767px) {
    .dolikomtext-wrapper {
        margin: 2rem 0;
    }

    .dolikomtext-title {
        font-size: 1.25rem;
    }

    .dolikomtext-text {
        font-size: 0.85rem;
    }
}
