section.paragraph.paragraph--type--paragraph-block.video-inline {
  background-color: #D3D3D3 !important;
  color: white !important;
}

section.paragraph.paragraph--type--paragraph-block.video-inline h1,
section.paragraph.paragraph--type--paragraph-block.video-inline p,
section.paragraph.paragraph--type--paragraph-block.video-inline a {
  /*color: black !important; /* Ensures all text and links are readable */
}

.inline-video-wrapper video {
  background-color: #D3D3D3 !important; /* Applies green background for the video wrapper, if needed */
}


