.probability-panel { display: flex; flex-direction: column; }
.prob-intro { margin: 15px 0 0; color: #aab6c5; font-size: 12px; line-height: 1.55; }
.prob-intro strong { color: #fff; }
.chance-meter-label { display: flex; align-items: center; justify-content: space-between; margin: 2px 0 7px; color: #8492a4; font-size: 10px; }
.chance-meter-label b { color: #30c4e8; font-size: 12px; }
.prob-help { margin-top: 15px; padding: 12px 13px; border-left: 3px solid #30c4e8; background: #111923; color: #9eacbd; }
.prob-help b { display: block; margin-bottom: 4px; color: #e9eef5; font-size: 11px; }
.prob-help p { margin: 0; font-size: 10px; line-height: 1.5; }
@media (max-width: 700px) { .prob-intro { font-size: 11px; } }
