/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 21:03:31 */

/* Fix VideoPress inside Otter Accordion */
.wp-block-themeisle-blocks-accordion .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.wp-block-themeisle-blocks-accordion .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  border: 0;
}

/* Prevent accordion overflow */
.wp-block-themeisle-blocks-accordion-item__content {
  overflow: hidden;
}