.limoncello-modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.limoncello-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 4rem;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    position: relative;
    height:100%;
    overflow-y: auto;
}

.limoncello-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.limoncello-modal-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.limoncello-modal-trigger{
    font-family: "contralto-medium", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-secondary);
    margin: 0px -60px 0px 0px;
    padding: 6px 20px;
    border-radius: 2px;
    position: fixed;
    right: 0px;
    top: 50vh;
    transform: rotate(270deg);
    z-index: 999;
}
.limoncello-modal-trigger:hover{
    color: var( --e-global-color-45e0a194 );
    background-color: #FEFEE6;
}