.offer-container .product-list .product-name {
    width: 100px;
    font-size: 14px;
}

.special-offer-container .product-list .product-name {
    font-size: 13px;
    width: 100%;
}

.special-offer-container .promo-image {
    height: auto;
}

#exclusive-offer-modal .image-widget-container {
    width: 100%;
}

.offer-container .with-icon {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
}

.offer-container .with-icon .icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

.offer-container .with-icon .icon img {
    width: 100%;
    height: 100%;
}

.offer-container .with-icon .content {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.offer-container .with-icon.expert-box {
    padding: 10px 8px;
    background-color: #FFFFFF;
    box-shadow: 2px 4px 4px 2px #00000040;
    border-radius: 10px;
    margin-top: 12px;
}

.offer-container .with-icon.expert-box .icon {
    width: 70px;
    height: 70px;
}

.offer-container .with-icon.expert-box .content {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
}

.offer-container .with-icon.expert-box .content-header {
    font-weight: 700;
}

.offer-container .with-icon.expert-box .content-body {
    font-weight: 400;
}

.offer-container .with-icon.expert-box .rating {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
}

.offer-container .with-icon.expert-box .rating > span {
    font-weight: 400;
    font-size: 9px;
    color: #000;
}

.offer-container .with-icon.expert-box .rating > span:last-child {
    color: #7A7A7A;
}

.offer-container .with-icon.expert-box .rating .stars {
    background: url("/funnels/Up8CoH2/images/StarRatings1.png") no-repeat center;
    background-size: 100%;
    height: 14px;
    width: 84px;
}

.answers-widget .image-radio-widget {
    width: 100%;
    height: auto;
}
.image-radio-widget.age-slide {
    border-radius: 12px;
    border: 1px solid #E1E1E1;
    background: #EEF9FF;
}

.image-radio-widget.age-slide label span:before {
    display: none;
}

.image-radio-widget.age-slide label span {
    background: #0163DF;
    color: #FFFFFF;
    border-radius: 0 0 12px 12px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.image-radio-widget.age-slide input:checked + label span {
    color: #FFFFFF;
}

.image-radio-widget.age-slide label span:before {
    display: none;
}

.image-radio-widget.age-slide label span:after {
    display: block;
    content: '';
    width: 5px;
    height: 9px;
    background: url("/funnels/Mi4Gr5M/images/shevron.svg") no-repeat center;
}

.image-radio-widget.age-slide .image-radio-widget-selected-background:after {
    display: none;
}