.modal {
    max-width: 100vw;
    overflow-y: scroll
}

.modal__container {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.modal__container .close {
    position: absolute;
    right: 30px;
    top: 20px;
    margin-bottom: 15px
}

.modal__container .header {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #444;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    text-transform: uppercase;
    margin-bottom: 15px
}

dates-template, price-template {
    border: 0;
    padding: 0 !important;
    margin: 0;
    background: transparent;
}

@media (max-width: 991.98px) {
    .info__dates {
        width: 100%;
    }

    [_nghost-brq-c10] .details[_ngcontent-brq-c10] .table[_ngcontent-brq-c10] td[_ngcontent-brq-c10] {
        font-size: 10px;
    }
}
