.cot-dynamic-coupon-preview {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 10px 0 14px;
    padding: 12px 14px;
    border: 1px solid #f6c98d;
    border-radius: 10px;
    background: #fff9f0;
    color: #111827;
}

.cot-dynamic-coupon-preview[hidden] {
    display: none !important;
}

.cot-dynamic-coupon-preview__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 8px;
    background: #ffedcf;
    color: #f7590f;
    font-weight: 800;
}

.cot-dynamic-coupon-preview__content p {
    margin: 0;
}

.cot-dynamic-coupon-preview__price {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.cot-dynamic-coupon-preview__price strong {
    color: #16803C;
}

.cot-dynamic-coupon-preview__detail {
    margin-top: 3px !important;
    color: #5f6673;
    font-size: 13px;
    line-height: 1.45;
}

.cot-dynamic-coupon-preview__detail strong,
.cot-dynamic-coupon-preview__price .woocommerce-Price-amount {
    color: #16803c;
}

.cot-guaranteed-fresh {
    margin: 2px 0 14px;
    color: #16803C !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.cot-guaranteed-fresh time {
    color: inherit;
    font: inherit;
}

@media (max-width: 767px) {
    .cot-dynamic-coupon-preview {
        padding: 11px 12px;
    }

    .cot-guaranteed-fresh {
        font-size: 16px;
    }
}
