.mtb-number-cards{--card-border:#d9dee7;--card-bg:#fff;--card-text:#0f172a;--card-body:#475569;--card-radius:1.25rem;--card-shadow:0 8px 24px rgba(15,23,42,.06);--card-gap:1.5rem;font-family:Roboto,Arial,sans-serif}.mtb-number-cards__grid{display:grid;gap:var(--card-gap);grid-template-columns:repeat(1,minmax(0,1fr))}.mtb-number-cards__card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);padding:1.5rem}.mtb-number-cards__row{align-items:start;display:grid;gap:1rem;grid-template-columns:2.5rem 1fr}.mtb-number-cards__number{align-items:center;background:var(--card-number-bg,#0083ca);border-radius:999px;color:var(--card-number-text,#fff);display:flex;font-size:.9rem;font-weight:700;height:2rem;justify-content:center;line-height:1;margin-top:.25rem;width:2rem}.mtb-number-cards__content{display:flex;flex-direction:column}.mtb-number-cards__title{color:var(--card-text);font-size:1.25rem;font-weight:700;line-height:1.25;margin:0 0 .5rem}.mtb-number-cards__body{color:var(--card-body);font-size:.95rem;line-height:1.65}.mtb-number-cards__body>:first-child{margin-top:0}.mtb-number-cards__body>:last-child{margin-bottom:0}@media (min-width:768px){.mtb-number-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.mtb-number-cards__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}