.elementor-1788 .elementor-element.elementor-element-b7e6ab8{--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-1788 .elementor-element.elementor-element-b7e6ab8:not(.elementor-motion-effects-element-type-background), .elementor-1788 .elementor-element.elementor-element-b7e6ab8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#82251A;}.elementor-widget-heading .neb-protected-content-message, .elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1788 .elementor-element.elementor-element-478763c{text-align:center;}.elementor-1788 .elementor-element.elementor-element-478763c .elementor-heading-title{font-family:"Georgia", Sans-serif;font-size:51px;font-weight:600;color:#FFFFFF;}.elementor-1788 .elementor-element.elementor-element-cac9146{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1788 .elementor-element.elementor-element-7131f25{--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-widget-html .neb-protected-content-message, .elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1788 .elementor-element.elementor-element-f478600{--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-1788 .elementor-element.elementor-element-8754571{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1788 .elementor-element.elementor-element-b8ee08f{--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-1788 .elementor-element.elementor-element-52efaf3{--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;}@media(min-width:768px){.elementor-1788 .elementor-element.elementor-element-7131f25{--width:50%;}.elementor-1788 .elementor-element.elementor-element-f478600{--width:50%;}.elementor-1788 .elementor-element.elementor-element-b8ee08f{--width:50%;}.elementor-1788 .elementor-element.elementor-element-52efaf3{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-b7e6ab8 *//* Outer section */
.map2025-audio-testimony-section {
  background-color: #fefcf9;
  padding: 2.5rem 1.5rem;
}

/* Card wrapper */
.map2025-audio-testimony-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  border: 1px solid #e2d7cf;
  border-radius: 10px;
  padding: 1.75rem;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  position: relative; /* important for full-width audio bar */
  overflow: hidden;   /* keeps edges clean */
}

/* Image */
.map2025-audio-testimony-image-wrapper {
  flex: 0 0 180px;
  max-width: 180px;
}

.map2025-audio-testimony-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  border: 3px solid #82251a;
}

/* Text content */
.map2025-audio-testimony-content {
  flex: 1 1 auto;
  color: #3b2a26;
  position: relative;
  z-index: 2; /* ensures text appears over full-width audio bar */
}

.map2025-audio-testimony-title {
  margin: 0 0 0.3rem 0;
  font-size: 1.0rem;
  line-height: 1.25;
  color: #82251a;
  margin-bottom: 15px;
}

.map2025-audio-testimony-date {
  margin: 0 0 0.9rem 0;
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #8c7468;
  display: none;
}

.map2025-audio-testimony-description {
  margin: 0 0 1.25rem 0;
  font-size: .85rem;
  line-height: 1.6;
  color: #4a332e;
}

/* 🔥 Full-width audio wrapper across entire card */
.map2025-audio-testimony-player-wrapper {
  width: calc(100% + 3.5rem); /* overrides card padding */
  margin-left: calc(-1.75rem);
  margin-right: calc(-1.75rem);
  margin-top: 1.5rem;
  padding: 1rem 1.75rem;

  background: linear-gradient(
    135deg,
    rgba(130, 37, 26, 0.07),
    rgba(130, 37, 26, 0.03)
  );
  border-top: 1px solid rgba(130, 37, 26, 0.15);
}

/* Label */
.map2025-audio-testimony-listen-label {
  margin: 0 0 0.5rem 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #82251a;
}

/* Actual audio element */
.map2025-audio-testimony-audio-element {
  width: 100%;
  display: block;
  margin: 0;
  outline: none;
}

/* Responsive */
@media (max-width: 768px) {
  .map2025-audio-testimony-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .map2025-audio-testimony-image-wrapper {
    flex: 0 0 auto;
    max-width: 260px;
    margin: 0 auto 1rem auto;
  }

  .map2025-audio-testimony-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .map2025-audio-testimony-section {
    padding: 1.75rem 1rem;
  }

  .map2025-audio-testimony-inner {
    padding: 1.25rem;
  }

  .map2025-audio-testimony-player-wrapper {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 1rem 1.25rem;
  }

  .map2025-audio-testimony-description {
    font-size: 0.95rem;
  }
}/* End custom CSS */