/* Header image styling */
.its-header-image {
  max-width: 420px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Card that wraps the accordions */
.its-accordion-card {
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Accordion title tweaks */
.uk-accordion-title {
  font-size: 1.1rem;
  font-weight: 600;
}

/* Add a subtle border between accordion items */
.uk-accordion > li {
  border-bottom: 1px solid #eee;
}

/* A bit more breathing room for content */
.uk-accordion-content {
  padding-top: 8px;
}

/* Optional: make embeds nicely responsive if you wrap them in a .its-video-wrapper */
.its-video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
}

.its-video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
