.swal2-popup {
    font-size: 18px;
}

.swal2-html-container {
    text-align: left;
    font-size: 0.95em;
    line-height: 1.5;
}

.swal2-html-container > a {
    color: #007bff;
    text-decoration: underline;
}

.custom-swal-backdrop,
.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.custom-swal-popup,
.swal2-backdrop-show {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.lineage-popup-button {
    font-size: 1.125rem;
    border-radius: .75rem;
    padding: .625em 1.25em;
    line-height: 1;
    box-shadow: none;
    font-family: "Zilla Slab", serif;
    font-weight: 600;
    border: 2px solid transparent;
    background-clip: border-box;
    will-change: transform;
    background-color: #398cc4;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}