.subscription-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 2rem;
    background-color: #f9fafb;
}


.subscription-card {
    background: white;
    padding: 3rem;
    max-width: 480px;
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.subscription-card .sad-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.icon-wrapper {
    margin-bottom: 1.5rem;
    color: #16a34a;
}

.checkmark-icon {
    width: 48px;
    height: 48px;
}

.subscription-card h1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem;
}

.subscription-card p {
    font-size: 1rem;
    color: #374151;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.subscription-card .subtext {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 2rem;
}

/* Button */
.actions {
    margin-top: 1rem;
}

