.forecast{flex-direction:row;justify-content:center;align-items:center;width:100%;padding:20px;display:flex}.forecast button{z-index:0;background:var(--gradient-bg);-webkit-text-fill-color:#0000;-webkit-background-clip:text;border-radius:24px;width:100%;position:relative}.forecast button:before{content:"";border-radius:inherit;background:var(--gradient-bg);-webkit-mask-composite:xor;pointer-events:none;z-index:-1;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.forecast button span{font-size:1.25rem;font-weight:700;line-height:2rem}.forecast button image{width:17px;height:22px}
.rates{width:100%;position:relative}.rates__wrapper{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:10px;display:flex}.rates__header{flex-direction:row;justify-content:flex-start;align-items:center;width:100%;display:flex}.rates__header h2{width:100%}.rates__bookmakers{scrollbar-width:none;width:200%;overflow-x:auto}.rates__bookmakers-wrapper{flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem;width:fit-content;display:flex}.rates__bookmakers-item{border:1px solid var(--color-border);border-radius:3px;max-height:28px;overflow:hidden}.rates__bookmakers-item a{padding:0}.rates__bookmakers-logo{object-fit:cover}.rates__content{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.rates__card{background-color:var(--color-contrast-bg);border:1px solid var(--color-border);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:100%;padding:10px;font-weight:600;display:flex}.rates__card-content{flex-direction:row;justify-content:center;align-items:center;width:100%;display:flex}.rates__card-title{color:var(--color-muted);text-align:center;width:100%}.rates__card-icon{width:12px}.rates__card-icon--arrow-up{color:var(--color-accept)}.rates__card-icon--arrow-down{color:var(--color-error)}.rates__card-value{letter-spacing:0%;margin-left:5px;font-family:Poppins,sans-serif;font-weight:600}
