.color-box{--bg:#ffefe8;--border:#f25d23;--color:#f25d23;--bgValid:#fff;--colorValid:#cc5223}.color-box__yellow{--bg:#fff9e5;--border:#ffb12d;--color:#ffb12d;--bgValid:#fff;--colorValid:#ffb12d}.color-box__green{--bg:#e8f8f2;--border:#59c78f;--color:#59c78f;--bgValid:#fff;--colorValid:#59c78f}.color-box__blue{--bg:#e8f8f2;--border:#20afc1;--color:#20afc1;--bgValid:#fff;--colorValid:#20afc1}.color-box__black{--bg:#fff;--border:#000;--color:#000;--bgValid:#000;--colorValid:#fff}.color-box{background:var(--bg);color:var(--color);max-width:50rem;padding:.75rem 1rem 1rem}.color-box__black{--bg:#f1f1f1}.color-box__esipkyGreenLight{--bg:var(--color-green-500);--color:#000;--bgValid:#fff;--colorValid:#000}.color-box__esipkyGreenDark{--bg:#0a671c;--color:#fff;--bgValid:var(--color-green-500);--colorValid:#000}.color-box+.color-box{margin-top:2rem}.color-box__head{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.color-box__title{font-size:var(--text-h4);font-weight:800;line-height:1.6}.color-box__valid-to{background:var(--bgValid);border-radius:1rem;color:var(--colorValid);font-size:var(--text-13);line-height:1;padding:.5rem .75rem}.color-box__content{padding-top:1rem}.color-box__content a{text-decoration:underline}