.lg-list-a3121e0d {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.lg-item-a3121e0d {
    position: relative;
    overflow: hidden;
    /* Glassmorphism defaults, usually overridden by Elementor controls */
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px 20px;
}

/* Add a subtle highlight for the glass effect */
.lg-item-a3121e0d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.lg-item-link-a3121e0d {
    text-decoration: none;
    color: inherit;
    display: block;
}

.lg-item-link-a3121e0d:hover, 
.lg-item-link-a3121e0d:focus {
    text-decoration: none;
    color: inherit;
}

.lg-item-content-a3121e0d {
    display: flex;
    align-items: center;
    gap: 15px;
}

.lg-icon-a3121e0d {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lg-icon-a3121e0d i {
    line-height: 1;
}

.lg-icon-a3121e0d svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.lg-text-a3121e0d {
    flex-grow: 1;
}