/* Events and scheduling */
.datetime {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.datetime .calendar-dropdown {
    flex: 1;
  }
.datetime .time-dropdown {
    flex: 1;
    width: 100%;
  }
gmp-place-autocomplete {
  width: 100%;
}
.new-event fieldset {
    width: 100%;
  }
.new-event header {
    margin-bottom: 2rem;
    gap: 0 !important;
    display: flex;
    flex-direction: row;
    padding-top: 2rem !important;
  }
:is(.new-event header) h2 {
      margin-bottom: 0.5rem;
    }
:is(.new-event header) svg {
      width: 125px;
    }
:is(.new-event header) .svg--dark {
      display: none;
    }
.new-event main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
:is(.new-event main) .field,:is(.new-event main) form-field {
      width: 100%;
    }
.new-event footer {
    justify-content: end !important;
  }
.dark-mode.new-event .svg--light {
      display: none;
    }
.dark-mode.new-event .svg--dark {
      display: block;
    }
.simple-calendar .calendar-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
:is(.simple-calendar .calendar-heading) time {
      font-weight: 500;
    }
:is(.simple-calendar .calendar-heading) a {
      text-decoration: none;
    }
.simple-calendar a {
    border: 0;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
  }
.active:is(.simple-calendar a),.active:is(.simple-calendar a):hover {
      background: var(--medium-blue);
      border-radius: 100%;
    }
:is(.simple-calendar a):hover {
      background: var(--lightest-gray);
    }
.simple-calendar .day {
    text-align: center;
    padding: 0;
  }
.timestamps {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.timestamps summary {
    cursor: pointer;
    list-style-type: none;
  }
.timestamps .open {
    display: none;
  }
.timestamps[open] .open {
    display: block;
  }
.timestamps[open] .closed {
    display: none;
  }
.timestamps dl {
    align-items: baseline;
    display: grid;
    grid-template-columns: min-content 1fr;
    gap: 0 0.25rem;
    margin-top: 0.25rem;
  }
.timestamps dt {
    color: inherit !important;
    font-size: inherit !important;
  }
.timestamps dd {
    margin: 0 !important;
  }
.venue {
  border: 1px solid var(--base-border-color);
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
  width: 100%;
}
.venue dl dt {
    font-size: 0.8125rem;
  }
.venue .buttons {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 99;
  }
.venue.info {
    display: flex;
  }
.venue .fields {
    padding: 1rem;
  }

/*# sourceMappingURL=/assets/application-events-08d2bca6.css.map */