:root{--color-primary:#201f68;--color-secodnary:#4b4b88;--color-black:#000;--color-grey:#f8f7fc;--color-green:#008170;--color-red:#e70858;--border-color:var(--color-grey);--color-positive:var(--color-green);--color-negative:var(--color-red);--text-color:var(--color-primary)}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}html{font-size:16px}body{font-family:Reddit Sans,sans-serif;font-size:1rem;font-weight:500;color:var(--text-color);background-color:rgba(0,0,0,0);width:100%;margin:0;padding:0}.shareprice{container-type:inline-size}.shareprice__header,.shareprice__main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.shareprice__header{margin-bottom:1rem}.shareprice__company,.shareprice__symbol{font-size:1.5rem}.shareprice__last{position:relative;font-size:34px;font-weight:900;padding-left:40px}.shareprice__last-wrapper{margin-bottom:1rem}.shareprice__icon{width:30px;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.shareprice__currency{color:var(--color-secodnary);font-size:24px}.shareprice__date{position:relative;font-size:20px}.shareprice__date:before{content:"";width:12px;height:12px;border-radius:50%;display:inline-block;background:var(--color-red);margin-right:10px}.shareprice__change{font-size:20px;margin-bottom:4px}.shareprice.positive .shareprice__change,.shareprice.positive .shareprice__icon{color:var(--color-positive)}.shareprice.positive .shareprice__icon{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.shareprice.negative .shareprice__change,.shareprice.negative .shareprice__icon{color:var(--color-negative)}.shareprice.trade-open .shareprice__date:before{background:var(--color-green)}@container (min-width: 250px){.shareprice__last{font-size:48px}}@container (min-width: 500px){.shareprice__header,.shareprice__main{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem}.shareprice__header{margin-bottom:2rem}.shareprice__last-wrapper{margin:0}.shareprice__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.shareprice__change{margin-bottom:0;margin-top:4px}}