#tm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-modal {
    background: #fff;
    padding: 40px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.tm-modal img {
    max-width: 90px;
    margin-bottom: 16px;
}

.tm-modal-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-bottom: 8px;
}


.tm-modal-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}