.coupons__list{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;gap:16px}.coupons__item{position:relative;width:100%;padding:24px;text-align:center;background-color:var(--background);color:var(--text)}.coupons__item:after,.coupons__item:before{position:absolute;top:8px;width:12px;height:calc(100% - 16px);background-image:radial-gradient(circle at center,#fff 6px,transparent 0),radial-gradient(circle at center,#fff 6px,transparent 0);background-size:12px 18px;background-position:top;content:""}.coupons__item:before{left:-6px}.coupons__item:after{right:-6px}.coupons__item-code{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:8px;width:100%;height:56px;margin:24px 0 16px;padding:0 24px;border-radius:30px;background-color:var(--button-background);color:var(--button-text)}.coupons__item-code .text-link{margin-left:auto}@media only screen and (min-width:576px){.coupons__item-code{width:auto;min-width:320px}}@media only screen and (min-width:992px){.coupons__list{-webkit-flex-direction:row;flex-direction:row;gap:24px;margin-inline:auto}.coupons__list--tight{width:66.6%}.coupons__item{width:40%;-webkit-flex-grow:1;flex-grow:1;padding:32px}.coupons__item-code{padding:0 16px}}@media only screen and (min-width:1200px){.coupons__item{width:30%}.coupons__item-code{min-width:unset}}@media only screen and (min-width:1400px){.coupons__item-code{min-width:320px;padding:0 24px}}