/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.wpan-animate-help-tab #contextual-help-link {
  background: #fff;
  animation: wpan-animate-help-tab 1s infinite;
}

@keyframes wpan-animate-help-tab {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: yellow;
  }
  100% {
    background-color: #fff;
  }
}

.wpan-footer-credits__container {
  display: flex;
  align-items: center;
}

.wpan-footer-credits__image {
  padding-right: 6px;
  width: 24px;
  height: 24px;
}

.wpan-global-help-tab__image {
  max-width: 200px;
  height: auto;
  display: block;
}

.cf-container-carbon_fields_container_admin_notes_wp .wp-media-buttons {
  display: none;
}


.wpan-outer-video-wrapper {
  width: 100%;
  max-width: 80vh;
}

.wpan-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.wpan-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
