/* CareSync v0.15.3 — Weekly Travel Attention */
.travel-attention{margin:18px 0 22px;padding:18px 20px;border-radius:14px;background:#edf7f1;border-left:5px solid #29965a}
.travel-attention.has-issues{background:#fff3df;border-left-color:#d99100}
.travel-attention-main{display:flex;justify-content:space-between;gap:22px;align-items:center}
.travel-attention h2{margin:0 0 5px;font-size:20px}
.travel-attention p{margin:5px 0 0;color:#60798a}
.travel-attention-count{font-size:18px;font-weight:800}
.travel-attention-stats{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.travel-attention-stats span{background:rgba(255,255,255,.72);padding:9px 12px;border-radius:10px;white-space:nowrap}
.travel-attention-note{margin-top:10px;font-size:13px;color:#765b36}
@media(max-width:700px){
 .travel-attention-main{display:block}
 .travel-attention-stats{justify-content:flex-start;margin-top:12px}
}
