/* ================================
   Listing Type Prestataire
================================ */

.ws-type-prestataire-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

/* Liens – état normal */
.ws-type-prestataire-wrapper .ws-type-prestataire-link,
.ws-type-prestataire-wrapper .ws-type-prestataire-link:link,
.ws-type-prestataire-wrapper .ws-type-prestataire-link:visited {
    color: #1E274A !important;
    text-decoration: none !important;
    font-weight: 400;
    transition: color 0.25s ease;
}

/* Hover */
.ws-type-prestataire-wrapper .ws-type-prestataire-link:hover,
.ws-type-prestataire-wrapper .ws-type-prestataire-link:focus {
    color: #EACD90 !important;
}
