/* OZBSI styles */
.ozbsi-banner{background:#f7f7f7;border:1px solid #eee;padding:.6rem .8rem;margin:.6rem 0;border-radius:6px;font-size:14px}
.ozbsi-banner small{color:#666;margin-left:.4rem}
.ozbsi-progress{margin:.6rem 0 1rem}
.ozbsi-progress--micro{margin:.4rem 0 .8rem}
.ozbsi-progress__labels-top{position:relative;height:20px;margin-bottom:6px;font-size:12px;color:#666}
.ozbsi-progress__labels-top span{position:absolute;transform:translateX(-50%);white-space:nowrap}
.ozbsi-progress__bar{position:relative;height:16px;background:#eee;border-radius:999px;overflow:hidden}
.ozbsi-progress__fill{position:absolute;top:0;left:0;height:100%;width:0;background:linear-gradient(90deg,#000000,#cc0000);transition:width .3s}
.ozbsi-progress__ticks{position:absolute;top:0;left:0;right:0;bottom:0}
.ozbsi-progress__tick{position:absolute;top:-3px;width:2px;height:16px;background:#ccc}
.ozbsi-progress__meta{margin-top:6px;font-size:13px;color:#333}
.ozbsi-box{border:1px solid #eee;border-radius:6px;padding:.8rem;margin:.8rem 0;background:#fafafa}
.ozbsi-box__title{font-weight:600;margin-bottom:.5rem}
.ozbsi-list{list-style:none;margin:0;padding:0}
.ozbsi-list li{display:flex;justify-content:space-between;padding:.3rem 0;border-bottom:1px dotted #eee}
.ozbsi-list li:last-child{border-bottom:0}
.ozbsi-list--sub em{color:#666;font-style:normal}
.ozbsi-disclosure{margin-top:.4rem}
.ozbsi-disclosure summary{cursor:pointer}
.ozbsi-total{display:flex;justify-content:space-between;margin-top:.5rem;font-weight:600}
