  .span9 {
      margin-left: auto;
      margin-right: auto;
  }

  .container .row {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .sidebar .sidenav {
      top: 190px !important;
  }

  @media (max-width: 767px) {
      .sidebar {
          display: none;
      }
  }

  .language-switcher a {
      font-size: 0.9em;
      text-decoration: none;
      color: #004080;
      font-weight: bold;
  }

  .language-switcher a:hover {
      text-decoration: underline;
  }


  .container-job-position .section {
      margin-bottom: 30px;
      scroll-margin-top: 100px;
      ;
  }

  .container-job-position {
      margin: 0 auto;
      padding: 10px;
      font-family: Arial, sans-serif;
      color: #333;
  }

  .container-job-position .section h2 {
      font-size: 1.5rem;
      margin-bottom: 4px;
      color: #333;
  }

  .container-job-position .section p {
      margin-bottom: 12px;
      line-height: 1.6;
  }

  .container-job-position .section ul {
      margin-left: 20px;
      list-style-type: disc;
  }

  .job-title {
      text-align: center;
      margin-bottom: 30px;
      padding-bottom: 10px;
      border-bottom: 2px solid #ddd;
      box-shadow: 0px 4px 8px -6px rgba(0, 0, 0, 0.1);
  }

  .job-tags {
      margin: 0.5rem;
      margin-top: 1rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.5em;
  }

  .tag {
      display: inline-block;
      background-color: #28235048;
      /* <- Slightly darker than #f0f8ff */
      color: #000000;
      /* Slightly deeper grey-blue text */
      font-size: 0.75rem;
      padding: 0.3em 0.7em;
      border-radius: 1em;
      white-space: nowrap;
      transition: background-color 0.1s ease, color 0.1s ease;
  }

  .tag:hover {
      background-color: #004080;
      color: white;
  }

  .contact-box {
      background-color: #f1f1f1a4;
      border-left: 0px solid #04192e65;
      padding: 1rem;
      margin-top: 1.5rem;
      font-size: 0.95rem;
      color: #000;
  }

  .contact-box a {
      color: #004080;
      text-decoration: underline;
  }

  .contact-box em {
      font-style: italic;
  }

  .address {
      font-style: italic;
      margin-top: 0.5rem;
      line-height: 1.5;
  }