/*NUR DESKTOP*/
@media (min-width: 769px) {
    .hs-coupon-container {
        height: 40px;
        display: contents;
    }
}

@media (min-width: 769px) {
    .hs-coupon-container {
        height: 40px;
        display: contents;
    }
}

/*NUR MOBILE!!! */
@media (max-width: 768px) {
    .hs-coupon-container {
        width: 100%
    }
}

.hs-coupon-toggle-text {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.hs-coupon-toggle-tx-pointer {
    cursor: pointer;
}

.hs-coupon-content {
    display: none;
}


.hs-coupon-content.hs-coupon-active {
    display: block;
}

.hs-coupon-collapsed {
    display: none;
}

.hs-coupon-toggle-A-svg {
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
}

.hs-coupon-toggle-B-svg {
    width: 18px;
    height: 18px;
    /*margin-bottom: 0px;*/
}
