.sessions .gchoice {
  position: relative;
}

/* keep label inline with icon */
.sessions .gform-field-label--type-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* strip button styling */
.sessions button.gfst-help-icon,
.sessions .gfst-help-icon,
.sessions button.gfst-help-icon:hover,
.sessions button.gfst-help-icon:focus,
.sessions button.gfst-help-icon:active {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 0 0 6px !important;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  color: inherit !important;
  font: inherit !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  transform: none !important;
}

/* remove theme pseudo junk */
.sessions button.gfst-help-icon::before,
.sessions button.gfst-help-icon::after,
.sessions .gfst-help-icon::before,
.sessions .gfst-help-icon::after {
  content: none !important;
  display: none !important;
}

/* FORCE Font Awesome glyph rendering */
.sessions .gfst-help-icon i.fa,
.sessions .gfst-help-icon i.fa-question-circle {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  display: inline-block !important;
  line-height: 1 !important;
  font-size: 16px !important;
  color: inherit !important;
  pointer-events: none !important;
}

/* tooltip container */
.sessions .gfst-tooltip {
  width: min(360px, calc(100vw - 24px));
  max-height: 360px;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  padding: 14px 14px 12px;
}

.sessions .gfst-tooltip.is-open {
  display: block;
}

.sessions .gfst-tooltip-close {
  position: absolute;
  top: 6px;
  right: 8px;
  border: 0;
  background-color: #1264ab !important;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

.sessions .gfst-tooltip-inner {
  padding-right: 18px;
}

.sessions .gfst-tooltip-title {
  margin-bottom: 8px;
}

.sessions .gfst-tooltip-loading,
.sessions .gfst-tooltip-error {
  font-size: 14px;
}

.sessions .gfst-tooltip-body > *:first-child {
  margin-top: 0;
}

.sessions .gfst-tooltip-body > *:last-child {
  margin-bottom: 0;
}