/* work.css - NUR NOCH WORK-SPEZIFISCHE STYLES */

.work-date, .note-excerpt-date {
  font-size: small;
  margin-bottom: 0!important;
}

dl {
  font-size: small;
  dd {
    margin-bottom: 1em;
  }
}

/* Work-spezifische Styles bleiben hier */
/* Gallery-Styles sind jetzt in gallery.css */

.work-prevnext {
  margin-top: 3vw;
  padding: 1rem 0;
  border-top: 1px solid var(--color-code-light-grey);
  text-align: center;

  .prevnext-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 1.5em;
    margin: auto;
  }

  .work-teaser-wrapper {
    width: 100%;
    display: flex;
    gap: 1em;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;

    .work-teaser {
      flex: 1 1 0;
      min-width: 0;
      max-width: 6rem;
    }
  }
}


.work-teaser {
  img {
    max-width: 4rem;
    border-radius: 0;
  }
}
.h2.prevnext-title {
  color: var(--color-grey);
  font-size: small;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: auto;
}