.elementor-1466 .elementor-element.elementor-element-abe3d88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1466 .elementor-element.elementor-element-c36b9bc{text-align:center;}.elementor-1466 .elementor-element.elementor-element-151dcf79{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-536f98cf *//* =======================
   Voice Intro Modern Style
========================= */
.voice-intro-section {
  max-width: 850px;
  margin: 0 auto 60px;
  padding: 60px 30px;
  text-align: left;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease-in-out;
}

.voice-intro {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.voice-intro.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Quote styling */
.voice-intro-section blockquote {
  border-left: 4px solid #c41423;
  padding-left: 20px;
  margin: 0;
  font-style: italic;
  font-size: 1.15rem;
  color: #222;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.voice-intro-section blockquote.visible {
  opacity: 1;
  transform: translateY(0);
}

.voice-intro-section cite {
  display: block;
  margin-top: 10px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #888;
}

/* Paragraphs */
.voice-intro-section + p,
.voice-intro-section ~ p {
  max-width: 850px;
  margin: 0 auto 20px;
  padding: 0 30px;
  color: #444;
  line-height: 1.7;
  font-size: 1rem;
}

/* Audio clips */
.wp-block-audio {
  max-width: 850px;
  margin: 30px auto;
  padding: 20px 30px;
  background: #fafafa;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.wp-block-audio:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.wp-element-caption {
  font-size: 0.95rem;
  color: #555;
  margin-top: 10px;
  text-align: left;
}

/* Audio player tweaks */
.wp-block-audio audio {
  width: 100%;
  border-radius: 8px;
}

/* Link styling in captions */
.wp-element-caption a {
  color: #c41423;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.wp-element-caption a:hover {
  color: #ff9a9d;
}/* End custom CSS */