/* AeroTravel v82 — monthly factual analytics */
.monthProgressV82{padding:16px;margin:0 0 16px;border:1px solid #dbe5ff;border-radius:17px;background:linear-gradient(135deg,#f7f9ff,#fff)}
.monthProgressV82>div:first-child{display:flex;justify-content:space-between;gap:16px;align-items:center}
.monthProgressV82 b{font-size:15px}.monthProgressV82 span{font-size:13px;color:#53627a;font-weight:800}
.monthProgressV82__bar{height:9px;margin:11px 0 8px;background:#e8edfa;border-radius:999px;overflow:hidden}
.monthProgressV82__bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2455ff,#29a6ff);min-width:2px}
.monthProgressV82 small{display:block;color:#68758a;line-height:1.45}
.monthIntelV82 .infoGridV60 article strong{font-size:18px;color:#101828}
.monthStatusV82>b{display:block;font-size:30px;line-height:1;color:#2455ff;margin:8px 0}
@media(max-width:720px){
  .monthProgressV82{padding:14px}
  .monthProgressV82>div:first-child{align-items:flex-start;flex-direction:column;gap:4px}
  .monthIntelV82 .infoGridV60{display:grid!important;grid-template-columns:1fr!important}
}
