.price-box{display:flex;flex-direction:column;color:#fff;margin:1rem;margin-bottom:0;padding:1.5rem}.price-box>h2{align-self:center;width:fit-content;text-align:center;margin-top:0;margin-bottom:1rem;color:transparent;background-clip:text;background-image:linear-gradient(to left,#c5a721,white)}.price-box::after{background:#c5a721}.price-wrap{display:flex;align-items:center;height:auto;margin-top:.5rem}.price-wrap p:nth-of-type(1){width:auto;min-width:fit-content;margin-left:.8rem;margin-right:.5rem}.price-wrap p:nth-of-type(2){width:unset;min-width:fit-content;margin-left:1rem;margin-right:.8rem;text-align:right;color:#cfb749}.price-separator{border-left:0;border-right:0;border-top:0;height:8px;width:100%;border-style:dotted;border-image-slice:1;border-image-source:linear-gradient(to left,#c5a721,white)}@media only screen and (width >= 900px){.price-box{margin-top:0;width:30%;min-width:17rem;height:fit-content;position:sticky;top:7rem}}