.dak-nexaura-coupons-shortcode {
    width: 100%;
}

.dak-nexaura-coupons-shortcode .wcpc-cards-container {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.dak-nexaura-coupons-shortcode .wcpc-btn-apply {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff !important;
}

.dak-nexaura-coupons-shortcode .wcpc-btn-copy {
    background: transparent !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.dak-nexaura-coupons-shortcode .wcpc-btn-copy:hover,
.dak-nexaura-coupons-shortcode .wcpc-btn-copy:focus {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.dak-nexaura-coupons-shortcode .wcpc-btn-apply:hover,
.dak-nexaura-coupons-shortcode .wcpc-btn-apply:focus {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
    filter: brightness(.92);
}

.dak-nexaura-coupons-shortcode .wcpc-btn-apply.is-loading {
    cursor: wait;
    opacity: .72;
}

form.variations_form.dak-nexaura-needs-selection .variations select {
    border-color: #c62828 !important;
    box-shadow: 0 0 0 2px rgba(198, 40, 40, .12) !important;
}
