body {
  font-family: 'Lato', sans-serif;
  color: #4a4a4a;
  line-height: 1.6;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .title, .subtitle {
  font-family: 'Montserrat', sans-serif;
  color: #2c3e50;
}

.hero {
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
}

.hero.teaser {
    background: transparent;
}

.hero .title.publication-title {
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #1a1a1a;
}

.publication-authors {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.publication-authors a {
   color: #3273dc !important;
   transition: color 0.3s ease;
}

.publication-authors a:hover {
    color: #1a1a1a !important;
    text-decoration: none;
}

.button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: #fff;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.button.is-dark:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* Image styling */
img {
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

img:hover {
    /* transform: scale(1.01); */
}

/* Table styling */
.table-container {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    background: white;
    padding: 1rem;
    border: 1px solid #f0f0f0;
}

.table th {
    background-color: #f9f9f9;
    color: #363636;
    border-bottom: 2px solid #dbdbdb;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.table td, .table th {
    vertical-align: middle;
    padding: 0.75em 0.75em;
}

/* Abstract & Sections */
.content p {
    font-size: 1.1rem;
    text-align: justify;
}

.section {
    padding: 3rem 1.5rem;
}

/* Section Title Decoration */
.title.is-3 {
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.title.is-3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #3273dc; /* Use a nice accent blue */
    border-radius: 2px;
}

/* Footer */
.footer {
    background-color: #fafafa;
    padding: 3rem 1.5rem 3rem;
}

.footer .icon-link {
    font-size: 25px;
    color: #4a4a4a;
    transition: color 0.3s ease;
}

.footer .icon-link:hover {
    color: #3273dc;
}

/* Existing styles */
.dnerf {
  font-variant: small-caps;
}

.teaser .hero-body {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

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

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}
