/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 54:0 Unexpected "<"

**/
<style>
/* === Rental Summary Styling === */
.rental-summary {
  background: #f9f9f9;
  padding: 10px 12px;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.5;
}
.rental-summary div {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
}
.rental-summary strong {
  color: #333;
}
/* --- Rental Details Styling --- */
.rental-details {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 6px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
}
.rental-details strong {
  color: #333;
  display: block;
  margin-bottom: 4px;
}
.rental-details p {
  margin: 2px 0;
}
.rental-details {
  background: #f8f8f8;
  padding: 12px;
  margin-top: 10px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
}
.rental-details p {
  margin: 0 0 4px;
}

</style>
