.product-coupon-list {
    border-top: 1px solid #d7d7d7;
    color: #00143f;
    font-family: inherit;
    margin: 18px 0 0;
    padding: 18px 0 0;
}

.product-coupon-list-title {
    align-items: center;
    color: #00143f;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.product-coupon-list-icon {
    border: 1.5px solid currentColor;
    border-radius: 2px;
    display: inline-block;
    height: 13px;
    position: relative;
    transform: rotate(45deg);
    width: 13px;
}

.product-coupon-list-icon:before {
    background: currentColor;
    border-radius: 50%;
    content: '';
    height: 3px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 3px;
}

.product-coupon-item {
    margin: 0 0 20px;
}

.product-coupon-item:last-child {
    margin-bottom: 0;
}

.product-coupon-name {
    color: #00143f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
}

.product-coupon-row {
    color: #00143f;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 6px;
    padding-left: 18px;
    position: relative;
}

.product-coupon-row:before {
    background: #00143f;
    border-radius: 50%;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 4px;
}

.product-coupon-row strong {
    font-weight: 700;
}

.product-coupon-terms {
    background: transparent;
    border: 0;
    color: #ff3f6c;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 2px 0 0;
    padding: 0;
}

.product-coupon-terms:hover,
.product-coupon-terms:focus {
    color: #ff3f6c;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .product-coupon-list {
        margin-top: 16px;
        padding-top: 16px;
    }

    .product-coupon-list-title,
    .product-coupon-name {
        font-size: 16px;
    }

    .product-coupon-row,
    .product-coupon-terms {
        font-size: 14px;
    }
}
