.website--modal * {
    color: #111;
}

.website--modal .modal--header {
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 18px;
}

.modal--bundle-desc {
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .modal--bundle-desc {
        font-size: 15px;
    }

    .website--modal .modal--header {
        padding: 6px 0px 2px;
    }
    .website--modal .modal--header h5 {
        font-size: 18px;
    }
}

/* plan features modal */
.plan--features-modal .modal--header {
    background-color: #23262b;
    border-bottom: 1px solid #383838;
}

.plan--features-modal .modal-body {
    background-color: #23262b;
}

.plan--features-modal .service--card {
    /* border: 1px solid #383838; */
}

.plan--features-modal .key-features--wrapper {
    height: auto;
}

.modal--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    color: var(--bs-warning);
}

.modal--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    color: #75ab9f;
}

.modal--fallback .spinner-border {
    border-width: 6px;
}
