﻿* {
    font-family: Nunito;
}
.offer-3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    border-radius: 25px;
    background: #ffffff;
    height: 100%;
    isolation: isolate;
}
.offer-3__upper {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    position: relative;
    padding: 10px 0;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex: 0 0 auto;
}
.offer-3__upper__pill {
    position: absolute;
    transform: translateY(-50%);
    max-width: 100%;
    inset: 0 0 auto;
    width: fit-content;
    margin: auto;
    font-size: 1.6rem;
    z-index: 25;
}
.offer-3__upper__pill.pill {
    padding-top: 2px;
    padding-bottom: 2px;
}
.offer-3__upper__price {
    position: relative;
    z-index: 20;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}
.offer-3__upper__price__old {
    font-size: 2.6rem;
    text-decoration: line-through;
}
.offer-3__upper__price__old--alt {
    text-decoration: none;
    background-size: 100% 1em;
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%) no-repeat center;
}
.offer-3__upper__price__current {
    font-size: 4.6rem;
}
.offer-3__upper__basis {
    position: relative;
    font-size: 2rem;
    z-index: 22;
    font-weight: 300;
}
.offer-3__upper:before {
    content: '';
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    position: absolute;
    inset: 0;
    background: #ffffff;
    pointer-events: none;
    z-index: 15;
}
.offer-3__upper:after {
    content: '';
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    position: absolute;
    inset: 0 40px;
    background: #ffffff;
    pointer-events: none;
    box-shadow: #CCCCCC 0 0 20px;
    z-index: 5;
}
.offer-3__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 40px 40px 40px;
    flex: 1;
}
.offer-3__content__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.2;
    text-wrap: balance;
}
.offer-3__content__list__item + .offer-3__content__list__item {
    margin-top: 30px;
}
.offer-3__content__button {
    flex: 0 0 auto;
    margin-top: auto;
}