/* Scope new photograph framing and attribution to Casa's presentation. */
.bahia-redesign .casa-quality-booking-hero { display:grid; grid-template-columns:minmax(0,1fr) minmax(240px,34%); align-items:center; gap:36px; }
.bahia-redesign .casa-quality-booking-hero figure { margin:0; height:200px; overflow:hidden; }
.bahia-redesign .casa-quality-booking-hero figure img { display:block; width:100%; height:100%; object-fit:cover; }
.bahia-redesign .casa-photo-credits { padding-top:10px; padding-bottom:22px; font-size:12px; line-height:1.65; }
.bahia-redesign .casa-photo-credits summary { width:fit-content; cursor:pointer; text-decoration:underline; text-underline-offset:3px; }
.bahia-redesign .casa-photo-credits p { margin:10px 0; font-size:inherit; }
.bahia-redesign .casa-photo-credits ul { margin:0; padding-left:18px; }
.bahia-redesign .casa-photo-credits a { text-decoration:underline; text-underline-offset:2px; }
@media (max-width:700px) {
  .bahia-redesign .casa-quality-booking-hero { grid-template-columns:1fr; gap:18px; }
  .bahia-redesign .casa-quality-booking-hero figure { height:140px; }
  .bahia-redesign .bp-hero-photo.casa-quality-photo { object-position:65% 40% !important; }
}
