/* Ensure the hero cover is a positioning context */
.wp-block-cover {
  position: relative;
}

/* Unmute button styling */
.hero-unmute-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 5;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.hero-unmute-btn:hover {
  background: rgba(0,0,0,0.6);
}

.hero-unmute-btn:focus {
  outline: 2px solid rgba(255,255,255,0.8);
  outline-offset: 2px;
}
.breadcrumb-white,
.breadcrumb-white a {
  color: #ffffff !important;
}