@charset "UTF-8";
/* CSS Document */

.bli-slide-viewer {
  max-width: 1100px;
  margin: 30px auto;
  padding: 20px;
  background: #f5f2ea;
  border: 1px solid #d6cdbd;
  border-radius: 12px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  position: relative;
  z-index: auto;
}

#bli-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.50);
    z-index: 900;
}

.bli-slide-stage {
  width: 100%;
  background: #111;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: auto;
}

.bli-slide-stage.bli-stage-active {
	z-index: 950;
}

.bli-slide-stage img {
  width: 100%;
  height: auto;
  display: block;
  border: none !important;
}

.bli-slide-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 14px 0 10px;
}

.bli-slide-heading {
    display: flex;
    flex-direction: column;
}

#bli-slide-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}

#bli-slide-subtitle {
    font-size: 14px;
    color: #666;
    line-height: 1.2;
    margin-top: 2px;
}

#bli-popup-subtitle {
    font-size: 18px;
    color: #2A4D6F;
    line-height: 1.2;
	font-weight: 700;
    margin-top: -12px !important;
}

#bli-slide-counter {
    font-size: 16px;
    color: #333;
}

#bliSlideAudio {
  width: 100%;
  margin: 10px 0 16px;
}

.bli-slide-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.bli-slide-controls button {
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  background: #17324d;
  color: white;
  font-size: 15px;
  cursor: pointer;
}

.bli-slide-controls button:hover {
  background: #244b72;
}

.bli-slide-controls button:disabled {
  background: #999;
  cursor: not-allowed;
}

#p7PBXp_1 {
	z-index: 1000;
}

.pbx-content {
	margin-right: 40px;
}

/* Keep PVII Adaptive Menu above slider/photo layers */
.p7AMM {
    position: relative;
    z-index: 10000 !important;
}

/* First-level dropdowns */
.p7AMM ul ul, .p7AMM li, .p7AMM ul ul {
    z-index: 10001 !important;
}

@media (max-width: 700px) {
  .bli-slide-viewer {
    padding: 12px;
  }

  .bli-slide-info {
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
  }

  .bli-slide-controls button {
    width: 100%;
  }
}