.oda-meta{margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid #EDF4F2;text-align:left}
.oda-meta__zone{min-height:5.6rem;margin-bottom:1.1rem}

.oda-ax{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:1rem}
.oda-ax:last-child{margin-bottom:0}
.oda-ax__label{font-size:1.05rem;line-height:1;color:#0B3B36;white-space:nowrap}
.oda-ax__dots{display:flex;gap:4px;flex:0 0 auto}
.oda-ax__dot{width:10px;height:10px;border-radius:999px;background:#DDEAE7;display:block}
.oda-ax__dot.is-on{background:#078B7E}

.oda-rt{display:flex;align-items:center;gap:.8rem;font-size:1.15rem;line-height:1.3;color:#3D5450;margin:0 0 1rem}
.oda-rt:last-child{margin-bottom:0}
.oda-rt svg{flex:0 0 auto;color:#078B7E}
.oda-rt b{color:#0B3B36;font-weight:600}

.oda-usp{display:flex;align-items:center;gap:.9rem;font-size:1.15rem;line-height:1.25;color:#0B3B36;background:#F1F8F6;border-radius:999px;padding:.7rem 1.2rem .7rem .7rem;margin:0}
.oda-usp__badge{flex:0 0 auto;width:2.6rem;height:2.6rem;border-radius:999px;background:#E1F0EC;display:flex;align-items:center;justify-content:center;color:#078B7E}

@media (max-width:1023px){
  .oda-ax{gap:.6rem}
  .oda-ax__label{font-size:1rem}
  .oda-ax__dots{gap:3px}
  .oda-ax__dot{width:8px;height:8px}
  .oda-rt{font-size:1.05rem;gap:.7rem}
  .oda-usp{font-size:1.05rem;padding:.6rem 1rem .6rem .6rem}
  .oda-usp__badge{width:2.4rem;height:2.4rem}
  .oda-meta__zone{min-height:5.2rem}
}
