/* -------------------- Time-only styles -------------------- */
/* Stacking order for Time panel (above date) */
.ot-panel { z-index: 10021; }
.ot-backdrop { z-index: 10020; }

/* Controls row (toggle under header, above list) */
.ot-controls { padding: 14px 16px 0; }
.ot-toggle {
  display: inline-flex;
  border: 1px solid var( --e-global-color-e2664b5 )!important;
  border-radius: 100px!important;
  overflow: hidden;
}
.ot-toggle button {
  padding: 6px 10px;
  background: var( --e-global-color-e2664b5 )!important;
  border: 0;
  cursor: pointer;
  font-family: var(--e-global-typography-7e4c27d-font-family), Sans-serif!important;
    font-size: var(--e-global-typography-7e4c27d-font-size)!important;
    font-weight: var(--e-global-typography-7e4c27d-font-weight)!important;
    line-height: var(--e-global-typography-7e4c27d-line-height)!important;
    letter-spacing: var(--e-global-typography-7e4c27d-letter-spacing)!important;
    color: var(--e-global-color-0afa565)!important;
}

.ot-toggle button:hover {
    background: var( --e-global-color-e2664b5 )!important;
}

.ot-toggle button.active { background: var( --e-global-color-bbdeaf4 )!important; border-radius: 0!important}

/* Content + list */
.ot-content { padding: 8px 8px 14px; }
.ot-list { list-style: none; margin: 8px 0 0; padding: 0 6px 6px; }


.ot-content::-webkit-scrollbar {
  display: none;
}

.ot-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 6px;
  background: #fff;
  font-family: var(--e-global-typography-7e4c27d-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-7e4c27d-font-size) !important;
    font-weight: var(--e-global-typography-7e4c27d-font-weight) !important;
    line-height: var(--e-global-typography-7e4c27d-line-height) !important;
    letter-spacing: var(--e-global-typography-7e4c27d-letter-spacing) !important;
    color: var(--e-global-color-23f93ef) !important;
}
.ot-item:hover, .ot-item:focus { background: #f5f7fb; outline: none; }
.ot-item.disabled { color: #bbb; cursor: not-allowed; background: #fafafa; opacity: 0.3!important}

.ot-time { font-weight: 600; font-variant: tabular-nums; }