/* Exclusive-price presentation uses the theme's existing cards and controls. */
.ds-exclusive-price .ds-coupon-card-price-current {
    color: #047f78;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.2;
}

.ds-exclusive-price p {
    margin: 6px 0;
    line-height: 1.45;
}

.ds-exclusive-price small {
    display: block;
    font-size: 0.78rem;
    line-height: 1.5;
}

.ds-exclusive-price .ds-coupon-card-code-wrap {
    margin: 8px 0;
}

/* A taller code card must not stretch neighbouring cards' action buttons. */
.ds-home-deals-grid .ds-home-deal-actions {
    align-self: end;
}

.ds-exclusive-price [hidden] {
    display: none !important;
}
