.tsg-date-sel-row-wrapper {
  margin-left: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-left: 1px solid var(--border-color-1);
  width: 100%;
}
.tsg-date-sel-inner-row {
  margin: 0 8px 8px 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tsg-date-sel-button {
  font-size: 13px;
  display: flex;
  margin: 0 16px 0 0;
  border: 0;
  color: var(--primary-anchor-color);
  background: transparent;
}
.tsg-date-sel-button:hover {
  text-decoration: underline;
}

/* Base style for the date input */
.date-input {
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid var(--border-color-1);
  border-radius: 4px;
  font-size: 13px;
}

/* Hover state */
.date-input:hover {
  border-color: #bbb; /* Slightly darker border on hover */
}
