body.videos {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
  font-style: italic;
  font-weight: bold;
}

body.videos h1::after {
  content: "";
  display: block;
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 10px auto;
}

body.videos h1,
body.videos h2,
body.videos h3 {
  font-size: 1em;
  text-align: center;
  font-weight: bold;
}

body.videos p,
body.videos .video-source {
  font-size: 0.9em;
}

body.videos .video-block {
  text-align: center;
  margin-bottom: 2rem;
}

body.videos video {
  max-width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}

body.videos video:hover {
  transform: scale(1.03);
  filter: brightness(1.05);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

body.videos .video-divider {
  border: 1px solid #626262;
  width: 50%;
  margin: 15px auto;
}

body.videos .video-source {
  color: #888;
  margin-top: 5px;
}

body.videos footer {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.9em;
  color: #ccc;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

body.videos section {
  text-align: center;
  margin-bottom: 2rem;
}

body.videos .video-container {
  display: inline-block;
  border-radius: 15px;
  overflow: hidden;
}

body.videos .video-container video {
  display: block;
  width: 100%;
  height: auto;
}
