/**
 * Block : Fallback Docs
 * =================================
 *
 *
 *
 */

.fallback-docs__body {
  position: relative;
}

@media screen and (max-width: 1199px) {
  .fallback-docs__body .tns-inner {
    padding: 0 29px;
  }
}

.fallback-docs__body .controls {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fallback-docs__body .controls > button {
  pointer-events: auto;
  width: 30px;
  height: 30px;
}

.fallback-docs__body .controls > button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fallback-docs__body .controls > button svg path {
  fill: var(--wp--preset--color--secondary);
}
