/*
 * Carmen Cloud case-study content correction.
 *
 * The first assembled draft used the Quote citation slot for editorial
 * working labels. This slug-scoped stylesheet removes those labels from the
 * existing entry without suppressing legitimate attributions on any other
 * Case Study.
 */
.wps-agent-quote cite {
  display: none !important;
}

.wps-agent-quote p:last-of-type {
  margin-bottom: 0 !important;
}
