/* Gallery Lightbox */
.gdx-glb {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
}
.gdx-glb.gdx-glb--open {
  display: flex;
}
.gdx-glb__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(25px);
}
.gdx-glb__stage {
  position: relative;
  max-width: 1240px;
  max-height: calc(90vh - 180px);
  z-index: 2;
  margin-bottom: 16px;
}
.gdx-glb__img {
  display: block;
  max-width: 100%;
  max-height: calc(90vh - 180px);
  object-fit: contain;
  /*border-radius: 16px;*/
  /*background: #000;*/
}
.gdx-glb__close,
.gdx-glb__prev,
.gdx-glb__next {
  position: absolute;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}
.gdx-glb__close {
  top: 16px;
  right: 16px;
}
.gdx-glb__prev {
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.gdx-glb__next {
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.gdx-glb__prev:disabled,
.gdx-glb__next:disabled {
  opacity: 0.4;
  cursor: default;
}
body.gdx-glb-open {
  overflow: hidden;
}

/* Show only the first image of galleries in content; lightbox still loads all items */
.wp-block-gallery.has-nested-images > figure:not(:first-child),
.wp-block-gallery:not(.has-nested-images) > figure:not(:first-child) {
  display: none;
}

.gdx-glb__thumbs {
  position: relative;
  width: 100%;
  max-width: 1240px;
  z-index: 2;
  height: 10vh;
  overflow: hidden;
  margin-top: 12px;
}
.gdx-glb__thumb-list {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 8px;
  height: 100%;
  scroll-behavior: smooth;
  justify-content: center;
}

.gdx-glb__thumb-list {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gdx-glb__thumb-list::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: none;
}

.gdx-glb__thumb {
  border: 2px solid transparent;
  padding: 0;
  background: transparent;
  cursor: pointer;
  /*border-radius: 8px;*/
  flex: 0 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gdx-glb__thumb img {
  display: block;
  height: 100%;
  /*width: auto;*/
  max-width: 120px;
  object-fit: contain;
  border-radius: 0 0 0 0;
  background: transparent;
}
/*.gdx-glb__thumb.is-active {
  border-color: #fff;
}*/

.entry-content .wp-block-gallery .wp-block-image:first-of-type,
.gdx-single__content .wp-block-gallery .wp-block-image:first-of-type,
.gdx-single__content-main .wp-block-gallery .wp-block-image:first-of-type {
  position: relative;
}

.entry-content .wp-block-gallery .wp-block-image:first-of-type::after,
.gdx-single__content .wp-block-gallery .wp-block-image:first-of-type::after,
.gdx-single__content-main .wp-block-gallery .wp-block-image:first-of-type::after {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 6px;
  color: var(--wp--preset--color--primary, #64a078);
  font-family: "Atkinson Hyperlegible Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  pointer-events: none;
  content: "Galéria";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14' viewBox='0 0 22 14' fill='none'%3E%3Cpath d='M1.94002 14C1.40648 14 0.949756 13.8094 0.569854 13.4282C0.189951 13.0469 0 12.5886 0 12.0532V1.94681C0 1.4114 0.189951 0.953077 0.569854 0.571846C0.949756 0.190615 1.40648 0 1.94002 0H12.0112C12.5447 0 13.0015 0.190615 13.3814 0.571846C13.7613 0.953077 13.9512 1.4114 13.9512 1.94681V12.0532C13.9512 12.5886 13.7613 13.0469 13.3814 13.4282C13.0015 13.8094 12.5447 14 12.0112 14H1.94002ZM17.0725 5.92308C16.7926 5.92308 16.5602 5.83019 16.3752 5.64442C16.1901 5.45883 16.0976 5.22559 16.0976 4.94469V0.978653C16.0976 0.697576 16.1901 0.464243 16.3752 0.278653C16.5602 0.092884 16.7926 0 17.0725 0H21.0248C21.3049 0 21.5374 0.092884 21.7223 0.278653C21.9074 0.464243 22 0.697576 22 0.978653V4.94469C22 5.22559 21.9074 5.45883 21.7223 5.64442C21.5374 5.83019 21.3049 5.92308 21.0248 5.92308H17.0725ZM17.7073 4.30769H20.3902V1.61538H17.7073V4.30769ZM1.94002 12.3846H12.0112C12.1076 12.3846 12.1867 12.3536 12.2486 12.2915C12.3105 12.2294 12.3415 12.1499 12.3415 12.0532V1.94681C12.3415 1.85006 12.3105 1.77064 12.2486 1.70854C12.1867 1.64644 12.1076 1.61538 12.0112 1.61538H1.94002C1.84362 1.61538 1.76447 1.64644 1.70259 1.70854C1.6407 1.77064 1.60976 1.85006 1.60976 1.94681V12.0532C1.60976 12.1499 1.6407 12.2294 1.70259 12.2915C1.76447 12.3536 1.84362 12.3846 1.94002 12.3846ZM2.78622 10.1791H11.165L8.45122 6.54446L6.43902 9.23677L4.96341 7.27138L2.78622 10.1791ZM17.0725 14C16.7926 14 16.5602 13.9071 16.3752 13.7213C16.1901 13.5358 16.0976 13.3024 16.0976 13.0213V9.05531C16.0976 8.77441 16.1901 8.54117 16.3752 8.35558C16.5602 8.16981 16.7926 8.07692 17.0725 8.07692H21.0248C21.3049 8.07692 21.5374 8.16981 21.7223 8.35558C21.9074 8.54117 22 8.77441 22 9.05531V13.0213C22 13.3024 21.9074 13.5358 21.7223 13.7213C21.5374 13.9071 21.3049 14 21.0248 14H17.0725ZM17.7073 12.3846H20.3902V9.69231H17.7073V12.3846Z' fill='%2364a078'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  padding-left: 36px; /* icon width (22) + gap (8) + base padding overlap adjustment */
}

