/* Тема SweetAlert2 — как окно «Как начать играть»; размер под сайт (ПК и мобила) */
.swal2-popup {
    background: #2D2937 !important;
    border-radius: 15px !important;
    border: 1px solid #262b2f !important;
    max-width: 520px !important;
    width: 90% !important;
    padding: 24px 20px 20px !important;
    box-sizing: border-box !important;
}
.swal2-title {
    font-size: 20px !important;
    color: #f1f1f1 !important;
}
.swal2-html-container {
    color: #cbd5e0 !important;
}
.swal2-confirm:not([disabled]):hover,
.swal2-confirm {
    background: rgba(255, 189, 37, 0.86) !important;
    color: #1f1a0f !important;
    border-radius: 8px !important;
}
@media (max-width: 576px) {
    .swal2-popup {
        width: calc(100% - 32px) !important;
        max-width: none !important;
        padding: 20px 16px 16px !important;
    }
}
