.horizontal-dl dt,
.horizontal-dl dd {
  margin: 0;
}

.horizontal-dl dt {
  font-weight: bold;
}

.horizontal-dl dd {
  margin-bottom: 1.5rem;
}

.horizontal-dl dd p:first-of-type {
  margin-top: 0;
}

.horizontal-dl dd p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .horizontal-dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .horizontal-dl dt {
    text-align: right;
    padding-right: 2rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .horizontal-dl--training-request {
    grid-template-columns: 42rem 1fr;
  }
}

.nested-form-wrapper {
  padding-left: 0;
  border-left: none;
  border-top: 1px solid #efefef;
  padding-top: 3rem;
  margin-bottom: 0;
}

.nested-form-wrapper:first-of-type {
  border-top: none;
}

.nested-form-wrapper .form-input:last-of-type {
  border: none;
  padding-bottom: 0;
}

.input-help {
  display: block;
  margin-bottom: 1rem;
}

.filter-well {
  background: #efefef;
  border-radius: 6px;
  padding: 2rem;
  padding-bottom: 0;
  margin-top: -2rem;
  margin-bottom: 1rem;
}

.upload-well {
  border: 3px solid #efefef;
  border-radius: 6px;
  min-height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 3rem;
}

.upload-well h2 {
  margin-bottom: 0;
  font-size: 1.7rem;
}

.upload-well svg {
  height: 4rem;
}

.upload-well i {
  font-size: 6rem;
  margin-bottom: 2rem;
}

.upload-well--fixture {
  min-height: 5rem;
}

.upload-well--fixture svg {
  height: 3rem;
}

#new_training_evaluation .revealable-other {
  margin-left: 2rem;
}

#new_training_evaluation {
  max-width: 90rem;
}

#new_training_evaluation input[type="date"],
#new_training_evaluation textarea {
  width: 100%;
  display: block;
}

#new_training_evaluation .radio-label {
  display: block;
}

#new_training_evaluation .check-label input {
  width: inherit;
}

.public.training_evaluations main {
  max-width: 90rem;
  padding: 2rem;
  margin: 0 auto;
}

.public.training_evaluations .form-input--submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Thumbnails for form response images */
.dynamic-form-index__form-images {
  display: flex;
  gap: 8px;
}

.dynamic-form-index__form-image-thumb {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  color: #b0b0b0;
  border: 1px solid #e0e0e0;
}

.dynamic-form-index__form-image-thumb--more {
  background: #f3f3f3;
  color: #888;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
} 
