p strong{
    color : white !important;
}
select option {
	color: #000 !important;
}
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
    display: block !important;
}

span, p, b, strong, i, u, input, label, select, textarea, ul, li {
	font-size: inherit;
	font-weight: inherit;
}

.content p strong {
	color: #000 !important;
}

/* Default Heading untuk the_content() dengan font Avenir */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "Avenir", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #222;
}

/* Ukuran berdasarkan hierarki */
.content h1 {
  font-size: 2rem; /* ~32px */
}

.content h2 {
  font-size: 1.75rem; /* ~28px */
}

.content h3 {
  font-size: 1.5rem; /* ~24px */
}

.content h4 {
  font-size: 1.25rem; /* ~20px */
}

.content h5 {
  font-size: 1.125rem; /* ~18px */
}

.content h6 {
  font-size: 1rem; /* ~16px */
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Responsif untuk mobile */
@media (max-width: 768px) {
  .content h1 { font-size: 1.75rem; }
  .content h2 { font-size: 1.5rem; }
  .content h3 { font-size: 1.375rem; }
  .content h4 { font-size: 1.125rem; }
}
iframe {
    width: 100%;
}