/* --- Global Font Override --- */

body,
bodycopy,
h1,
h2,
small,
.gallery_image_caption,
.header-text,
.thumbnails .title,
.thumbnails .tags,
.quick-view-caption {
  font-family: "Neue Haas Grotesk", Helvetica, Arial, sans-serif !important;
}

html, body {
  font-size: 13px !important;
}

/* --- Links --- */

a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

/* --- Vertical Rhythm System --- */

[grid-row],
.content > img,
.content > video,
.content > .image-gallery,
.content > div:not([grid-row]) {
  margin-bottom: 1.2rem;
}

/* Remove extra space after last element */
.content > *:last-child {
  margin-bottom: 0;
}

/* --- Media Behavior --- */

/* Make videos behave like images */
video {
  width: 100%;
  height: auto;
  display: block;
}

/* Ensure images align consistently inside grid */
[grid-col] img,
[grid-col] video {
  width: 100%;
  height: auto;
  display: block;
}

/* Thumbnail title font size */
.gallery_image_caption {
  font-size: 0.85em;
  margin-top: 8px;
}

/* Prevent nav shift from scrollbar appearing/disappearing */
html {
  overflow-y: scroll;
}

/* El Moro — equal vertical & horizontal spacing */
[data-ce-model-id="38349620"] > br {
  display: none;
}
[data-ce-model-id="38349620"] > img {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
}
[data-ce-model-id="38349620"] > [grid-row] {
  margin-top: -16.17px;
  margin-bottom: 0px;
}