html.semiomed-smooth button.semiomed-agenda-new-event[class*="text-white"] {
  background: #123f73 !important;
  background-color: #123f73 !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 1px solid #123f73 !important;
}

html.semiomed-smooth button.semiomed-agenda-new-event[class*="text-white"]:hover {
  background: #0c315e !important;
  background-color: #0c315e !important;
  background-image: none !important;
}

html.semiomed-smooth button.semiomed-agenda-new-event:focus-visible {
  outline: 3px solid rgba(18, 63, 115, 0.22);
  outline-offset: 2px;
}

@media (max-width: 480px) {
  html.semiomed-smooth .semiomed-agenda-summary-card {
    min-width: 0;
    padding: 0.75rem 0.625rem !important;
  }

  html.semiomed-smooth .semiomed-agenda-summary-card > p:first-child {
    font-size: 0.5rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }

  html.semiomed-smooth .semiomed-agenda-summary-card > p:nth-child(2) {
    margin-top: 0.5rem !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }

  html.semiomed-smooth .semiomed-agenda-summary-card > p:nth-child(3) {
    display: none;
  }
}
