/**
 * Beranda — page-specific CSS overrides
 * Style global ada di /assets/css/style.css.
 * File ini hanya untuk tweak yang spesifik di halaman beranda.
 */
.quote-result-row{
  display:flex; justify-content:space-between; align-items:center;
  padding:.75rem 0; border-bottom:1px solid #eef1f7;
}
.quote-result-row:last-child{ border-bottom:0; }
