/*
 *= require_tree .
 *= require_self
 */

body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "wdth" 100;
}

nav[aria-label="Breadcrumb"] a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s ease;
}

nav[aria-label="Breadcrumb"] a:hover {
  color: #1d4ed8;
}

.dark nav[aria-label="Breadcrumb"] a {
  color: #3b82f6;
}

.dark nav[aria-label="Breadcrumb"] a:hover {
  color: #2563eb;
}

@media (max-width: 639px) {
  .youtube-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }

  .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .youtube-shorts-container {
    position: relative;
    width: 100%;
    padding-bottom: 177.78%; /* 16:9 flipped to 9:16 */
    height: 0;
  }

  .youtube-shorts-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}