.littler-events-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.littler-event-card {
  background: #fff;
  border: 1px solid rgba(7, 29, 26, 0.12);
  border-radius: 8px;
  color: #071d1a;
  display: grid;
  overflow: hidden;
}

.littler-event-card__media {
  align-items: center;
  background: #123b2b;
  color: #fff;
  display: flex;
  min-height: 168px;
  justify-content: center;
  text-decoration: none;
}

.littler-event-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.littler-event-card__media span {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
}

.littler-event-card__body {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
}

.littler-event-card__topline {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.littler-event-card__date {
  color: #123b2b;
  display: grid;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.littler-event-card__date strong {
  font-size: 1.15rem;
}

.littler-event-card__meta {
  color: #62706b;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.littler-event-pill {
  background: #d9eadf;
  border-radius: 5px;
  color: #123b2b;
  display: inline-flex;
  font-size: 0.66rem;
  font-weight: 900;
  padding: 0.25rem 0.45rem;
  text-transform: uppercase;
}

.littler-event-card h3 {
  font-size: 1.05rem;
  line-height: 1.12;
  margin: 0;
}

.littler-event-card h3 a {
  color: inherit;
  text-decoration: none;
}

.littler-event-button,
.littler-registration-form button {
  background: #2d7a45;
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  padding: 0.85rem 1rem;
  text-decoration: none;
  text-transform: none;
}

.littler-event-button--light {
  background: transparent;
  border: 1px solid rgba(7, 29, 26, 0.18);
  color: #071d1a;
}

.littler-event-card__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.littler-event-preview {
  background: transparent;
  border: 0;
  color: #2d7a45;
  cursor: pointer;
  font-weight: 900;
  padding: 0.65rem 0.2rem;
}

.littler-event-status {
  color: #8b6a42;
  font-weight: 800;
  text-transform: uppercase;
}

.littler-events-calendar {
  display: grid;
  gap: 0.75rem;
}

.littler-calendar-row {
  align-items: center;
  background: #f4f1e8;
  color: #102632;
  display: grid;
  gap: 1rem;
  grid-template-columns: 110px minmax(0, 1fr);
  padding: 1rem;
  text-decoration: none;
}

.littler-calendar-date {
  align-items: center;
  background: #071f2a;
  color: #fff;
  display: grid;
  justify-items: center;
  min-height: 86px;
  padding: 0.7rem;
}

.littler-calendar-date strong {
  font-size: 2.2rem;
  line-height: 1;
}

.littler-calendar-date small,
.littler-calendar-row small {
  text-transform: uppercase;
}

.littler-event-facts,
.littler-calendar-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.littler-event-facts span,
.littler-event-facts strong,
.littler-calendar-actions a {
  border: 1px solid rgba(7, 31, 42, 0.2);
  padding: 0.55rem 0.75rem;
}

.littler-event-lines {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 2rem;
}

.littler-event-line {
  border-top: 1px solid rgba(7, 31, 42, 0.18);
  display: grid;
  gap: 1rem;
  grid-template-columns: 120px minmax(0, 1fr);
  padding-top: 0.8rem;
}

.littler-event-line small {
  display: block;
  margin-top: 0.25rem;
}

.littler-speakers-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin: 1rem 0 2rem;
}

.littler-speaker-card img {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.littler-speaker-card h3 {
  font-size: 1rem;
  margin: 0.6rem 0 0.15rem;
}

.littler-speaker-card p {
  color: #62706b;
  font-size: 0.82rem;
  margin: 0;
}

.littler-speaker-card small {
  color: #62706b;
  display: block;
  font-size: 0.78rem;
  line-height: 1.55;
  margin-top: 0.45rem;
}

.littler-speaker-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.65rem;
}

.littler-speaker-card__links a {
  border: 1px solid #d7e1dc;
  border-radius: 999px;
  color: #0e4f37;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.28rem 0.55rem;
  text-decoration: none;
}

.littler-registration-form {
  background: #f4f1e8;
  color: #102632;
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.25rem;
}

.littler-registration-form label {
  display: grid;
  font-weight: 700;
  gap: 0.35rem;
}

.littler-registration-form input,
.littler-registration-form textarea {
  border: 1px solid rgba(7, 31, 42, 0.22);
  padding: 0.75rem;
}

.littler-event-modal-open {
  overflow: hidden;
}

.littler-event-modal {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 9999;
}

.littler-event-modal[aria-hidden="false"] {
  display: block;
}

.littler-event-modal__overlay {
  background: rgba(7, 29, 26, 0.62);
  inset: 0;
  position: absolute;
}

.littler-event-modal__dialog {
  background: #fff;
  border-radius: 16px;
  left: 50%;
  max-height: min(88vh, 760px);
  max-width: min(430px, calc(100vw - 2rem));
  overflow: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.littler-event-modal__close {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: #071d1a;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.45rem;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 0.85rem;
  top: 0.85rem;
  width: 38px;
  z-index: 2;
}

.littler-event-modal__media {
  background: #123b2b;
  color: #fff;
  display: flex;
  min-height: 220px;
  overflow: hidden;
}

.littler-event-modal__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.littler-event-modal__content {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
}

.littler-event-modal__content h2 {
  font-size: 1.65rem;
  line-height: 1.08;
  margin: 0;
}

.littler-event-modal__facts {
  color: #62706b;
  display: grid;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.littler-event-modal__actions {
  display: grid;
  gap: 0.65rem;
}

.littler-event-map {
  border: 1px solid rgba(7, 31, 42, 0.14);
  border-radius: 12px;
  margin: 1rem 0;
  overflow: hidden;
}

.littler-event-map iframe {
  border: 0;
  display: block;
  min-height: 320px;
  width: 100%;
}

.littler-event-day-heading {
  color: #123b2b;
  font-size: 1rem;
  margin: 1.25rem 0 0.25rem;
}

@media (max-width: 640px) {
  .littler-calendar-row,
  .littler-event-line {
    grid-template-columns: 1fr;
  }
}
