/* VideoInterview.Web - Genel site stilleri (UI ile uyumlu, template ile çakışmayan) */

/* Kenar boşlukları - body padding template'in layout'una bırakıldı */

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Mülakat - dokunmatik dostu hedefler (min 44px iOS/Android) */
.interview-page .touch-target {
  min-height: 44px;
}
.interview-page .touch-target label {
  cursor: pointer;
  padding: 0.25rem 0;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}