﻿[data-component-id="avchildcare:paragraph"] {
  /* @todo Add your styles here. */
  max-width: 768px;
  width: 100%;
  margin: auto;
  p:last-child {
    margin-bottom: 0;
  }
  p:has(.drupal-icon) {
    display: flex;
    gap: 8px;
    align-items: center;
  }
}
  
[data-component-id="avchildcare:paragraph"]:has(.history-doodle) {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  & .history-doodle {
    max-width: 142px;
  }
  @media (min-width: 768px) {
    & .history-doodle {
      max-width: 197px;
    }
  }
}