.modal-xxl {
    max-width: 95% !important;
    width: 95% !important;
    margin: auto;
}

.modal-dialog {
    display: flex;
    align-items: center;
    min-height: 100vh;  /* ensures vertical centering */
}

.modal-content {
    height: 75vh;
    border-radius: 12px;
    margin: auto;
}

.modal-body iframe {
    height: 70vh !important;
    width: 85%;
    border: none;
}

@media only screen and (max-width: 768px) {
    .theme-container {
        margin: 20px 10px !important;
        padding: 15px !important;
    }
}


@media only screen and (max-width: 768px) {
    .suite-card .card-title {
        font-size: 1rem;
    }

    .suite-card {
        margin: 10px auto !important;
        width: 95% !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 480px) {
    .suite-card .card-title {
        font-size: 0.95rem;
    }

    .suite-card {
        padding: 0 !important;
    }

    .suite-card img {
        height: 160px !important;
    }
}
