.popup .popup__close {
    background: none;
    align-self: flex-end;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 0;
    font-weight: 300;
}

.popup.modal.open {
    background: white;
    width: 300px;
    height:200px;
    max-height:auto;
    overflow: auto;
    height: auto;
    right: 1rem;
    left: auto;
    top: auto;
    bottom: 1rem;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}