/* Secure-VPN v3.5.6 — distinguish selected-time vs whole-window destination ranking. */
.summary-grid.svpn-two-best-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.summary-card .summary-explainer{margin:0 0 14px;padding:9px 10px;border:1px solid #1f3c5d;border-radius:7px;background:rgba(16,36,58,.42);color:#8fa8c4;font-size:11px;line-height:1.55;}
.summary-card .summary-explainer b{color:#cfe0f4;font-weight:650;}
.summary-card.overall-best-card{border-color:#225074;}
.summary-card.overall-best-card h2{color:#d9efff;}
.summary-card .summary-window-label{color:#dbe8f6;}
@media(max-width:700px){.summary-grid.svpn-two-best-grid{grid-template-columns:1fr;}}
