/* ========================================================================
   Section: List with description
 ========================================================================== */

/* variation a */
.spw-lwd {}

.spw-lwd__list-title {}

.spw-lwd__title {
  margin-bottom: 0.35rem;
}

.spw-lwd__subtitle {
  margin-top: 0;
}

/* variation b */
.variation-b .spw-lwd__description {
  margin-top: 0;
}

.spw-lwd__role {
  font-weight: bold;
  margin-bottom: 0.35rem;
}

.spw-lwd__date {
  margin-top: 0;
  margin-bottom: 1rem !important;
}

@media (min-width: 640px) {
  .spw-lwd__role {
    margin-top: 0.75rem;
  }
}

@media (min-width: 960px) {
  .spw-lwd__date {
    text-align: right;
    margin-top: 0.75rem;
  }
}

.light .spw-lwd__list-title,
.light .spw-lwd__title,
.light .spw-lwd__role,
.light .spw-lwd__date,
.light .spw-lwd__subtitle,
.light .spw-lwd__description,
.light .spw-paragraph {
  color: white !important;
}
