/* ==========================================================
   UIP Contact Item — для футера всередині [ux_menu]
   ========================================================== */

.uip-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 4px 0;
}

.uip-contact-item__icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: var(--color-accent, #40B026);
    display: flex;
    align-items: center;
}

.uip-contact-item__icon svg {
    width: 16px;
    height: 16px;
}

.uip-contact-item__text {
    font-size: var(--font-size-sm, 0.875rem);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s ease;
}

a.uip-contact-item__text:hover {
    color: #fff;
    text-decoration: none;
}
