.dms3-outlook-calendar {
  display: grid;
  gap: 1rem;
}

.dms3-ocm-month-divider {
  margin: 1.75rem 0 0.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #C57D0B;
  color: inherit;
  font-weight: 600;
  text-transform: capitalize;
}

.dms3-ocm-event {
  padding: 1rem;
  border: none;
  border-radius: 10px;
  background: transparent;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.1);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.dms3-ocm-date {
  margin-bottom: 0.35rem;
  font-size: 0.875em;
  text-transform: capitalize;
  opacity: 0.7;
}

.dms3-ocm-event strong,
.dms3-ocm-event small {
  display: block;
}

.dms3-ocm-event small {
  margin-top: 0.35rem;
  opacity: 0.7;
}

.dms3-ocm-location,
.dms3-ocm-description {
  margin: 0.75rem 0 0;
  line-height: 1.5;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.dms3-ocm-location {
  opacity: 0.8;
}

.dms3-ocm-description a,
.dms3-ocm-view-description {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.dms3-outlook-calendar-load-more {
  margin-top: 1.25rem;
  width: 100%;
  padding: 0.8em 1em;
  border: 1px solid currentColor;
  border-radius: 0.75rem;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.dms3-outlook-calendar-load-more:hover {
  opacity: 0.75;
}
