/* Focused readability pass for Shop product/plan selection. */
.shop-product-card > h3 { font-size: 23px !important; line-height: 1.25 !important; }
.shop-product-summary { min-height: 0 !important; color: rgba(255,255,255,.66) !important; font-size: 14px !important; line-height: 1.65 !important; }
.shop-product-card > .scg { font-size: 11px !important; }
.shop-product-card > .scp { font-size: 22px !important; }
.shop-product-card > .scd { font-size: 12px !important; }
.shop-modal-head > span { font-size: 11px !important; }
.shop-modal-head h3 { font-size: 24px !important; line-height: 1.25 !important; }
.shop-modal-head p { color: rgba(255,255,255,.66) !important; font-size: 14px !important; line-height: 1.65 !important; }
.shop-modal-features { display: none !important; }
.shop-wallet-choice { padding: 15px !important; }
.shop-wallet-choice strong { font-size: 13px !important; }
.shop-wallet-choice span { font-size: 12px !important; }
.shop-plan-list { gap: 11px !important; }
.shop-option-row { min-height: 82px; padding: 16px 18px !important; gap: 20px !important; border-radius: 14px !important; }
.shop-plan-duration { font-size: 11px !important; letter-spacing: .6px; }
.shop-option-row h4 { margin-top: 6px !important; font-size: 15px !important; line-height: 1.3 !important; }
.shop-option-row .loader-card-side { gap: 18px !important; }
.shop-option-row .loader-card-side > strong { font-size: 17px !important; }
.shop-option-row .btn { min-height: 39px !important; padding: 0 13px !important; font-size: 12px !important; }
@media(max-width:650px) {
  .shop-option-row { align-items: stretch !important; }
  .shop-option-row .loader-card-side { align-items: center; }
  .shop-option-row .loader-card-side > div { display: grid !important; grid-template-columns: 1fr 1fr; flex: 1; }
  .shop-option-row .btn { width: 100%; }
}
