/**
 * Block : Fallback References
 * =================================
 *
 *
 *
 */

@media screen and (max-width: 1199px) {
  .fallback-references {
    padding-top: 0;
  }

  .fallback-references__others {
    display: block;
  }
}

.fallback-references__body .tns-inner {
  position: relative;
}

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

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

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

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