.verdinRecallModal[hidden] {
    display: none !important;
}

.verdinRecallModal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999999999;
}

.verdinRecallModal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .68);
}

.verdinRecallModal__dialog {
    position: relative;
    width: 100%;
    max-width: 860px;
    max-height: calc(100vh - 40px);
    padding: 30px;
    background: #fff;
    color: #000;
    border-radius: 20px;
    overflow-y: auto;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .35);
}

@media screen and (min-width:1024px) {
    .verdinRecallModal__dialog {
        padding: 50px 60px;
    }
}

.verdinRecallModal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #000;
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.verdinRecallModal__close:hover {
    color: #2c6d3f;
}

.verdinRecallModal h2 {
    display: block;
    margin: 0 40px 25px 0;
    color: #2c6d3f;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

@media screen and (min-width:1024px) {
    .verdinRecallModal h2 {
        font-size: 34px;
    }
}

.verdinRecallModal__content {
    font-size: 16px;
    line-height: 1.55;
}

@media screen and (min-width:1024px) {
    .verdinRecallModal__content {
        font-size: 18px;
    }
}

.verdinRecallModal__content p {
    margin: 0 0 16px;
}

.verdinRecallModal__button {
    margin-top: 10px;
    border-color: #2c6d3f;
    background: #2c6d3f;
    color: #fff;
}

.verdinRecallModal__button:hover {
    border-color: #fae34c;
    background: #fae34c;
    color: #000;
}

body.verdinRecallModalOpen {
    overflow: hidden;
}
