.dsm-theme-minimal .dsm-card {
    background: #fafafa;
    color: #18181b;
    border: 1px solid #e4e4e7;
    box-shadow: none;
}

.dsm-theme-minimal .dsm-status {
    background: #e4e4e7;
    color: #3f3f46;
}

.dsm-theme-minimal .dsm-headline,
.dsm-theme-minimal .dsm-description {
    color: #52525b;
}

.dsm-theme-minimal .dsm-price {
    color: #18181b;
}

.dsm-theme-minimal .dsm-button {
    background: #18181b;
    color: #ffffff;
}

.dsm-theme-minimal .dsm-secondary {
    color: #18181b;
    border: 1px solid #d4d4d8;
}

.dsm-theme-minimal .dsm-contact-form input[type="submit"] {
    background: #18181b;
    color: #ffffff;
}
