/* Remove underlines from all hyperlinks */
a {
  text-decoration: none;
}

/* Optional: Add underline only on hover for better usability */
a:hover {
  text-decoration: underline;
}

/* Center profile image for marquee template - enhanced specificity */
.quarto-about-marquee .about-image {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 1.5rem;
  width: 33% !important;
  height: auto;
  text-align: center !important;
  margin: 0 auto !important; /* Force center alignment */
}

*/

/* Center the entire marquee content container */
.quarto-about-marquee {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

/* Force center alignment for the container */
.quarto-about-marquee .about-content {
  text-align: center !important;
  width: 100% !important;
}

/* Desktop layout (large screens) */
@media (min-width: 992px) {
  /* Marquee template styles */
  .quarto-about-marquee .about-image {
    margin-top: 2rem;
  }
}

/* Tablet layout (medium screens) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Marquee template styles */
  .quarto-about-marquee .about-image img {
    max-height: 180px;
  }
  
}

/* Mobile layout (small screens) */
@media (max-width: 767.98px) {
  /* Marquee template styles */
  .quarto-about-marquee .about-image img {
    max-height: 150px;
  }
}

/* Additional styles for marquee template links */
.quarto-about-marquee .about-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
}

/* Ensure content doesn't overlap with navbar */
.quarto-title-block .quarto-title-banner {
  margin-top: 1rem;
}

p {
  text-align: justify;
}

td {
  text-align: justify;
}
