/* =========================================================
   COSTA MODERNA V36
   CONTACTO VISIBLE Y MODERNO EN TARJETAS DE ASESORES
   ========================================================= */

.modern-team-contact-list-v36 {
    display: grid;
    gap: 8px;
    margin: 2px 0 18px;
}

.modern-team-contact-item-v36 {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 8px 10px;
    border: 1px solid #dce6f0;
    border-radius: 15px;
    color: #29445f;
    background: linear-gradient(135deg, #fbfdff 0%, #f6f9fc 100%);
    text-decoration: none;
    transition:
        transform .23s ease,
        border-color .23s ease,
        background .23s ease,
        box-shadow .23s ease;
}

.modern-team-contact-item-v36:hover {
    transform: translateY(-2px);
    border-color: #bfd3ea;
    background: #fff;
    box-shadow: 0 12px 28px rgba(19, 55, 91, .08);
}

.modern-team-contact-icon-v36 {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d6e3f0;
    border-radius: 13px;
    color: var(--modern-blue, #1765e8);
    background: linear-gradient(135deg, #eef5ff, #f8fbff);
    transition:
        color .23s ease,
        background .23s ease,
        border-color .23s ease;
}

.modern-team-contact-icon-v36 svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.modern-team-contact-copy-v36 {
    min-width: 0;
}

.modern-team-contact-copy-v36 small,
.modern-team-contact-copy-v36 strong {
    display: block;
}

.modern-team-contact-copy-v36 small {
    margin-bottom: 3px;
    color: #8998a9;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.modern-team-contact-copy-v36 strong {
    overflow: hidden;
    color: #203b56;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modern-team-contact-arrow-v36 {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    color: #8090a3;
    background: #fff;
    font-size: 12px;
    font-weight: 900;
    transition:
        color .23s ease,
        background .23s ease,
        transform .23s ease;
}

.modern-team-contact-item-v36:hover .modern-team-contact-arrow-v36 {
    color: #fff;
    background: var(--modern-blue, #1765e8);
    transform: translate(1px, -1px);
}

.modern-team-contact-whatsapp-v36 .modern-team-contact-icon-v36 {
    color: #148c54;
    border-color: #cce9da;
    background: linear-gradient(135deg, #edf9f3, #f9fdfb);
}

.modern-team-contact-whatsapp-v36:hover {
    border-color: #b8dfcb;
}

.modern-team-contact-whatsapp-v36:hover .modern-team-contact-arrow-v36 {
    background: #15945a;
}

@media (max-width: 760px) {
    .modern-team-contact-copy-v36 strong {
        font-size: 10px;
    }
}
