/* Page content typography */
.page__content {
  font-size: 16px;
  line-height: 1.6;
}

.page__content p {
  margin-bottom: 1em;
}

.page__content h1,
.page__content h2,
.page__content h3,
.page__content h4,
.page__content h5,
.page__content h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* Meta/metadata text styling */
.meta-text {
  font-size: 14px;
  color: rgb(95, 95, 95);
}

/* Spacing utilities */
.spacing-lg {
  margin-bottom: 30px;
}

.spacing-md {
  margin-bottom: 20px;
}

.spacing-sm {
  margin-bottom: 15px;
}

/* Work/Achievement/Post item container */
.item-container {
  margin-bottom: 30px;
}

/* Iframe container styling */
.work-iframe-container {
  margin: 15px 0;
  max-width: 100%;
  overflow: hidden;
}

.work-iframe-container > div {
  position: relative;
  width: 100%;
  max-width: 504px;
}

/* Archive excerpt styling */
.archive__item-excerpt {
  margin-bottom: 10px;
}

/* Back to top link */
.back-to-top {
  display: inline-block;
  margin-top: 20px;
}
