/**
 * @file
 * Help styles.
 *
 * @see /admin/help/content_sync
 * @see /admin/help/content_sync/introduction
 */

/**
 * Help block.
 */
.block-help {
  margin: 1em 0;
}

/**
 * Help page.
 */
.content_sync-help h2 {
  margin-bottom: 20px;
}

.content_sync-help h2 + div {
  margin-bottom: 30px;
}

.content_sync-help h4 {
  font-size: 1em;
  text-transform: uppercase;
}

.content_sync-help a,
.content_sync-help ~ .links a {
  text-decoration: underline;
}

.content_sync-help a:hover,
.content_sync-help ~ .links a:hover {
  text-decoration: none;
}

.content_sync-help a:focus,
.content_sync-help ~ .links a:focus {
  outline: 1px dotted;
  text-decoration: none;
}

.content_sync-help dt a {
  font-weight: bold;
  text-decoration: none;
}

.content_sync-help dt a:hover {
  text-decoration: underline;
}

.content_sync-help img {
  width: 100%;
  height: auto;
}

.content_sync-help .button.button--primary {
  width: 100%;
  max-width: 600px;
  margin: 0;
  text-decoration: none;
}

.content_sync-help .button:focus {
  outline: none;
}

.content_sync-help .content_sync-help-video-youtube {
  max-width: 600px;
}

/**
 * Help play button.
 */
.button.button-content_sync-play:before {
  content: '► ';
  font-size: .8em;
}

/**
 * Help menu.
 *
 * @see /core/themes/stable/css/core/dropbutton/dropbutton.css
 */
.content_sync-help-menu {
  display: none;
}

.js .content_sync-help-menu {
  display: block;
  width: 250px;
  float: right;
}

.js .content_sync-help-menu .dropbutton-wrapper {
  min-height: 2em;
}

.js .content_sync-help-menu .dropbutton-wrapper {
  display: block;
  position: relative;
}

.js .content_sync-help-menu .dropbutton-widget {
  position: absolute;
}

/**
 * Hide throbber which causes layout issue in dropbutton
 */
.content_sync-help-menu .dropbutton-multiple .ajax-progress-throbber {
  display: none;
}

@media screen and (max-width: 768px) {
  .js .content_sync-help-menu {
    display: none;
  }
}

/**
 * Help accordion.
 */
.content_sync-help-accordion dt {
  font-weight: bold;
}

/**
 * Help video.
 */
.content_sync-help-video-youtube {
  margin: 1.5em 0;
  max-width: 1024px;
  border: 1px solid #000;
}

.content_sync-help-video-youtube--container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.content_sync-help-video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
