.dsm-theme-premium .dsm-card {
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 48%, #eef2ff 100%);
    color: #1f2937;
    border: 1px solid #d6c7a1;
}

.dsm-theme-premium .dsm-status {
    background: #111827;
    color: #facc15;
}

.dsm-theme-premium .dsm-headline,
.dsm-theme-premium .dsm-description {
    color: #4b5563;
}

.dsm-theme-premium .dsm-price {
    color: #92400e;
}

.dsm-theme-premium .dsm-button {
    background: #92400e;
    color: #ffffff;
}

.dsm-theme-premium .dsm-secondary {
    color: #92400e;
    border: 1px solid #92400e;
    background: rgba(255, 255, 255, 0.72);
}

.dsm-theme-premium .dsm-contact-form input[type="submit"] {
    background: #92400e;
    color: #ffffff;
}
