.wcdm-discount-banner {
   background: #121212;
   padding: 1px 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.wcdm-discount-banner .wcdm-discount-item {
    margin: 5px 0;
}

.wcdm-discount-banner p {
    margin: 5px 0;
}

.wcdm-discount-banner strong {
    color: #ac1e12;
  background: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
}

.wcdm-discounts-shortcode {
    margin: 20px 0;
}

.wcdm-discounts-shortcode .wcdm-discount-item {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    background: #f9f9f9;
}

.wcdm-discounts-shortcode h4 {
    margin: 0 0 10px 0;
    color: #333;
}

.wcdm-discount-dates {
    font-style: italic;
    color: #666;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.wcdm-discount-text strong {
    color: #d63638;
    font-weight: bold;
}