.wps-dml-gallery.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.wps-dml-gallery .wps-dml-item img {
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.wps-dml-gallery .wps-dml-item a:hover img {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.wps-dml-modal.modal {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wps-dml-modal .modal-dialog {
  margin: auto !important;
}
.wps-dml-modal .modal-content {
  border-radius: 0.75rem;
  width: auto !important;
}
.wps-dml-modal .modal-body {
  background: #000;
}
.wps-dml-modal .modal-body .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.wps-dml-modal img {
  max-height: 80vh;
  object-fit: contain;
}

.wps-dml-message {
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  font-size: 0.9375rem;
}

/*# sourceMappingURL=front.css.map */
