.detalle-prestamo { display:grid; grid-template-columns:repeat(2, 1fr); gap:.8rem; margin-bottom:1rem; }
.detalle-prestamo div { padding:.8rem; border-radius:.75rem; background:#f5f8f6; }
.detalle-prestamo span, .detalle-prestamo strong { display:block; }
.detalle-prestamo span { color:var(--muted); font-size:.73rem; }
.detalle-prestamo strong { margin-top:.18rem; font-size:1rem; }
@media (max-width:400px) { .detalle-prestamo { grid-template-columns:1fr; } }

