#embedTabContent {
  overflow: hidden;
}
#embedTabContent .switch {
  width: 200px;
}
#embedTabContent dl.dl-horizontal dt,
#embedTabContent dl.dl-horizontal dd {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
#embedTabContent dl.dl-horizontal dt {
  width: 10%;
}
#embedTabContent dl.dl-horizontal dd {
  margin-left: 15%;
}
#mySwitch {
  width: 150px;
}
.embedSizes__selection-box {
  display: block;
  padding: 2px 0 0 3px;
  border: solid 1px #ccc;
  margin-right: 10px;
  float: left;
  background: #eee;
  position: relative;
  overflow: hidden;
}
.embedSizes__radio-button {
  position: absolute;
  top: -50px;
}
.embedSizes__radio-button:checked ~ .embedSizes__selection-box {
  border: solid 2px #555;
}
.embedSizes__radio-button:checked:focus ~ .embedSizes__selection-box {
  outline: 1px solid -webkit-focus-ring-color;
}
#embedTextArea {
  max-width: 899px;
}
.embedResponsiveness-toggle {
  display: inline-block;
  margin-top: 5px;
}
.embedResponsiveness-toggle__checkbox {
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.embedResponsiveness-toggle__label {
  position: relative;
  min-height: 20px;
  padding-left: 36px;
}
.embedResponsiveness-toggle__label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 20px;
  border-radius: 12px;
  background-color: #e0e0e0;
  transition: background-color 0.15s ease-out;
}
.embedResponsiveness-toggle__label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}
.embedResponsiveness-toggle__checkbox:checked + .embedResponsiveness-toggle__label:before {
  background-color: #008297;
  transition-timing-function: ease-in;
}
.embedResponsiveness-toggle__checkbox:checked + .embedResponsiveness-toggle__label:after {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.no-csstransforms .embedResponsiveness-toggle__checkbox:checked + .embedResponsiveness-toggle__label:after {
  right: 2px;
}
.embedResponsiveness-toggle__checkbox:focus + .embedResponsiveness-toggle__label:before {
  outline: thin solid #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.embed-timer {
  display: inline-block;
}
.embed-timer--start {
  margin-right: 25px;
}
.embed-timer__checkbox:focus + .embed-timer__label {
  outline: thin solid #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.embed-timer__checkbox:checked + .embed-timer__label .embed-timer__label-icon {
  color: #008297;
}
.embed-timer__checkbox:checked + .embed-timer__label .embed-timer__label-icon:before {
  content: '\e92f';
}
.embed-timer__label-icon {
  position: relative;
  top: 1px;
  color: #999;
}
.embed-timer__label-text {
  margin-left: 10px;
}
form:not(.searchForm):not(.navbar-search) input[type='text']:not(.tags-input-field).embed-timer__time,
input[type='text'].embed-timer__time {
  width: 85px;
  padding-left: 10px;
  padding-right: 10px;
}
button.embed-timer__now-button.btn {
  padding: 4px 8px;
  border: none !important;
  color: #666;
  background: transparent;
}
button.embed-timer__now-button.btn > i {
  position: relative;
  top: 1px;
  margin: 0;
}
#entryCarousel .direct-link-timers-container {
  margin-top: 10px;
  line-height: 36px;
  font-size: 14px;
}
.embed-timer--start,
.js-embed-timer-end {
  display: flex;
  align-items: center;
  gap: 10px;
}
.time-input-wrapper {
  display: flex;
  flex-direction: column;
}
.time-input-wrapper label {
  color: #878787;
}
.js-embed-timer-end .embed-timer__label-text {
  margin-right: 5px;
}
