.vs-2d0ebffd-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background-color: #F7FAFC;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, sans-serif;
}

.vs-2d0ebffd-card {
    background: #ffffff;
    max-width: 800px;
    width: 100%;
    padding: 50px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid #E1E1E1;
}

.vs-2d0ebffd-title {
    margin-bottom: 12px;
}

.vs-2d0ebffd-subtitle {
    margin-bottom: 24px;
}

.vs-2d0ebffd-desc {
    margin-bottom: 40px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.vs-2d0ebffd-btn-wrap {
    display: flex;
    justify-content: center;
}

.vs-2d0ebffd-btn {
    display: inline-block;
    padding: 20px 40px;
    border: none;
    border-radius: 6px;
    cursor: not-allowed;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(1, 88, 159, 0.15);
    width: 100%;
    max-width: 580px;
    opacity: 0.95;
}

.vs-2d0ebffd-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(1, 88, 159, 0.25);
}

@media (max-width: 768px) {
    .vs-2d0ebffd-card {
        padding: 30px 20px;
    }
}
