/* ============================================================
   SWEETALERT TOKEN
============================================================ */

.swal-token-popup {
    border-radius: 8px;
    padding: 22px 26px 26px;
    width: min(440px, calc(100% - 32px));
}

.swal-token-title {
    color: #2b2f33;
    font-size: 1.45rem;
    margin-bottom: 10px;
}

.swal-token-popup .swal2-image {
    display: block;
    max-width: 220px;
    width: 58%;
    height: auto;
    margin: 0 auto 12px;
    object-fit: contain;
}

.swal-token-list {
    color: #4f555b;
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0 auto;
    max-width: 330px;
    padding: 0;
    text-align: left;
}

.swal-token-list li {
    align-items: flex-start;
    display: grid;
    font-size: 0.94rem;
    grid-template-columns: 26px 1fr;
    line-height: 1.4;
}

.swal-token-list span:first-child {
    text-align: center;
}

.swal-token-popup .swal2-loader {
    margin-top: 18px;
}

.swal-token-loader {
    border-color: #2b6ea6 transparent #2b6ea6 transparent;
}
