/* Gallery content page styles moved from gallery.html */
.gallery-page .carousel-control-prev-icon,
.gallery-page .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  color: #117DBF;
  background-size: 100%, 100%;
  border-radius: 50%;
}

.gallery-page .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23117DBF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.gallery-page .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23117DBF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* Shared utility classes for page templates */
.cover-fit { object-fit: cover !important; }
.w-80 { width: 80% !important; }
.w-50 { width: 50% !important; }
.bg-f4f9ff { background-color: #F4F9FF !important; }
.bg-f3f9ff { background-color: #F3F9FF !important; }
.bg-ededed { background-color: #EDEDED !important; }
.cursor-pointer { cursor: pointer !important; }
.no-text-decoration { text-decoration: none !important; }
.img-height-180 { height: 180px !important; }
.rounded-md { border-radius: 8px !important; }
.pin-marker { color: #d66523 !important; }
.text-blue-dark { color: #034873 !important; }
.text-teal { color: #117DBF !important; }
