/* Subscriptions Modules */

.dsh-subscription-message {
    padding: 30px;
    background: var(--dsh-bg-light);
    border: 1px solid var(--dsh-border);
    border-radius: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.dsh-subscription-message h2 {
    color: var(--dsh-primary);
    font-size: 24px;
    margin-bottom: 16px;
}

.dsh-subscription-message p {
    font-size: 16px;
    color: var(--dsh-text);
    line-height: 1.6;
}

.dsh-subscription-message a {
    color: var(--dsh-primary);
    font-weight: 700;
}
