.sidebar {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.custom-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.card-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.separator {
  height: 1px;
  background-color: #dee2e6;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.sidebar-icon-text {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.sidebar-icon {
  width: 32px;
  height: 32px;
  padding: 1px 8px;
  margin-top: 8px;
  margin-left:7px;
  border-radius: 5px;
  background-color: var(--euaa-color-highlight-2);
}
.source-text { var(--source-color) }
/* Recent Developments */
.field--name-field-thematic-area .field__item:not(:last-child) {
  margin-bottom: 1rem;
}
