/* ================================
   Listing Département
================================ */

.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;
}

/* ================================
   Layouts
================================ */

/* Vertical : 1 lien par ligne */
.ws-type-prestataire-wrapper.is-vertical {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

/* Horizontal (default) */
.ws-type-prestataire-wrapper.is-horizontal {
    flex-direction: row;
}
