/* Custom styles for SaziHotel documentation */

/* Content images - only images within markdown content get shadow */
.md-typeset img {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  transition: box-shadow 0.3s ease;
}

/* Enhanced shadow on hover for content images */
.md-typeset img:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Responsive image sizing */
@media screen and (max-width: 600px) {
  .md-typeset img {
    margin: 12px 0;
  }
}
