.em2-item-links{
    background: #1e2d42;
    padding: 40px;
    & .em2-label::before{
        display: none;
    }
    & .em2-title{
        font-size: 26px;
        color: var(--white);
        line-height: 1;
        margin-bottom: 0px;
    }
    & ul{
        list-style: none;
        margin: 0px;
        padding: 0px;
        & li{
            border-bottom: 1px solid rgba(255,255,255,.07);
            padding: 20px 0px;
            &:last-child{
                border: none;
                padding-bottom: 0px;
            }
            & a, & span{
                display: block;
            }
            & .title{
                font-size: 15px;
                color: var(--white);
                font-weight: 500;
            }
            & .subtitle{
                font-size: 12px;
                color: rgba(255,255,255,.4);
            }
            & a:hover *{
                transform: translateX(15px);
            }
        }
    }
}
.em2-item-links.style_1{
    background: var(--white);
    border-radius: 10px;
    border: 1px solid var(--border);
    overflow: hidden;
    padding: 0px;
    & .heading{
        padding: 18px 20px 14px;
        border-bottom: 1px solid var(--border);
        background: var(--navy);
        & .em2-title{
            color: var(--white);
            font-size: 16px;
            font-family: var(--fraunces);
            font-style: italic;
            margin: 0px;
        }
        & .em2-label{
            font-size: 10px;
            letter-spacing: 2px;
            margin: 0px;
            display: block;
        }
    }
    & ul{
        padding: 12px 20px 16px;
        & li{
            padding: 7px 0;
            border-bottom: 1px solid var(--border);
            display: flex;
            align-items: center;
            gap: 8px;
            &:last-child{
                border-bottom: none;
                padding-bottom: 0px;
            }
            &::before{
                content: '';
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background: var(--wood);
            }
            & a, & span{
                font-size: 13px;
                color: var(--text-mid);
                font-weight: 400;
            }
        }
    }
}
.em2-item-links.style_2{
    background: var(--smoke);
    border-radius: 12px;
    padding: 36px;
    border: 1px solid var(--border);
    & .heading{
        margin-bottom: 20px;
        & .em2-title{
            font-size: 20px;
            font-family: var(--fraunces);
            font-style: italic;
            margin: 5px;
            color: var(--navy);
        }
        & .em2-label{
            font-size: 14px;
            letter-spacing: 0px;
            margin: 0px;
            display: block;
            text-transform: none;
            color: var(--text-soft);
            font-weight: 400;
        }
    }
    & ul{
        & li:not(.link), & li > a{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        & li{
            border-bottom: 1px solid var(--border);
            padding: 10px 0px;
            &:last-child{
                border-bottom: none;
            }
            & a, & span{
                color: var(--text-mid);
            }
            & .title{
                font-weight: 300;
            }
            & .subtitle{
                color: var(--navy);
                font-weight: 600;
            }
        }
    }
}
.em2-item-links.style_3{
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    padding: 24px 28px;
    & ul li{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
        
        &:last-child{
            border: none;
        }
        & .title, & .subtitle{
            color: rgba(255,255,255,.5);
            font-size: 14px;
            & strong{
                color: var(--white);
            }
        }
    }
}
.em2-item-links.style_4{
    border-radius: 12px;
    padding: 40px;
    & .heading{
        margin-bottom: 25px;
    }
    & .em2-label{
        font-size: 13px;
        color: rgba(255, 255, 255, .4);
        text-transform: none;
        letter-spacing: 0;
        margin-bottom: 4px;
    }
    & ul li{
        display: flex;
        justify-content: space-between;
        background: rgba(255, 255, 255, .06);
        border-radius: 8px;
        padding: 18px 20px;
        border: none;
        margin-bottom: 15px;
        align-items: center;
        & .title{
            font-family: var(--fraunces);
            font-size: 26px;
            color: var(--wood-pale);
            font-weight: 300;
            line-height: 1;
            & sub{
                bottom: 0;
                font-size: 16px;
            }
        }
        & .subtitle{
            font-size: 12px;
            color: rgba(255, 255, 255, .45);
            text-align: right;
            line-height: 1.4;
            max-width: 120px;
        }
    }
}
.em2-item-links.style_5 ul li{
    display: block;
    & .subtitle{
        max-width: unset;
        text-align: left;
    }
    & .title{
        margin: 2px 0px;
    }
}