.iy-woo-account-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.iy-woo-account-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: color 0.3s ease;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 0;
}

.iy-woo-account-btn:hover {
    color: #666; /* Fallback hover color if not set in Elementor */
}

.iy-woo-account-btn svg {
    display: block;
}
