/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 07:07:48 */
.sermonblockUIux {
  background: #0b1a33; /* dark navy to match site */
  border-left: 5px solid #e63946; /* red accent line */
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sermonblockUIux:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

.sermonblockUIux h3,
.sermonblockUIux h4,
.sermonblockUIux h5 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 6px;
}

.sermonblockUIux audio {
  width: 100% !important;
  border-radius: 6px;
}

.sermonblockUIux .wp-audio-shortcode {
  width: 100% !important;
  border-radius: 6px;
  background: #ffffff !important;
}

.sermonblockUIux .mejs-container,
.sermonblockUIux .mejs-embed,
.sermonblockUIux .mejs-embed body {
  background: #ffffff !important;
  border-radius: 6px;
}

.sermonblockUIux .mejs-controls {
  background: #ffffff !important;
  border-radius: 0 0 6px 6px;
}

.sermonblockUIux .mejs-button > button {
  filter: invert(25%) sepia(80%) saturate(1200%) hue-rotate(340deg); /* red/navy tint */
}
