.fp-contact-method a {
    display: flex;
    align-items: flex-start;
    gap: 0;
    line-height: 1.45;
    word-break: break-word;
}

.fp-contact-method-whatsapp span {
    background: #25d366 !important;
}

.fp-contact-channels {
    padding-top: 70px;
    padding-bottom: 70px;
}

.fp-contact-channels-grid {
    margin-top: 10px;
}

.fp-contact-channel-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    height: 100%;
    padding: 24px 22px;
    border-radius: 18px;
    border: 1px solid rgba(17, 23, 41, 0.08);
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 23, 41, 0.06);
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.fp-contact-channel-card:hover {
    transform: translateY(-3px);
    border-color: rgba(17, 23, 41, 0.14);
    box-shadow: 0 18px 36px rgba(17, 23, 41, 0.1);
    color: inherit;
}

.fp-contact-channel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(17, 23, 41, 0.06);
    color: var(--color-primary, #111729);
    font-size: 22px;
}

.fp-contact-channel-card strong {
    font-size: 15px;
    color: var(--color-secondary, #111729);
}

.fp-contact-channel-card span:last-child {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(17, 23, 41, 0.72);
    white-space: pre-line;
}

.fp-contact-channel-whatsapp .fp-contact-channel-icon {
    background: rgba(37, 211, 102, 0.14);
    color: #128c7e;
}

.fp-contact-channel-email .fp-contact-channel-icon {
    background: rgba(29, 78, 216, 0.1);
    color: #1d4ed8;
}

.fp-contact-channel-phone .fp-contact-channel-icon {
    background: rgba(15, 123, 70, 0.1);
    color: #0f7b46;
}

.fp-contact-channel-address .fp-contact-channel-icon {
    background: rgba(201, 168, 76, 0.16);
    color: #9a7b2f;
}

.fp-contact-channel-tax {
    cursor: default;
}

.fp-contact-channel-tax:hover {
    transform: none;
}

.fp-contact-channel-tax .fp-contact-channel-icon {
    background: rgba(17, 23, 41, 0.08);
    color: #111729;
}

.fp-contact-tax-list {
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
    width: 100%;
    display: grid;
    gap: 10px;
}

.fp-contact-tax-list li {
    display: grid;
    gap: 2px;
}

.fp-contact-tax-list li > span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(17, 23, 41, 0.5);
}

.fp-contact-tax-list li > strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    color: rgba(17, 23, 41, 0.88);
}

@media (max-width: 767px) {
    .fp-contact-channels {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
