/**
 * Block : Others Single Reference
 * =================================
 *
 *
 *
 */

.others-single-reference__body .tns-inner {
  position: relative;
}

.others-single-reference__body {
  padding: 0 29px;
}

.others-single-reference__body .controls {
  position: absolute;
  top: 50%;
  left: -7.5px;
  transform: translateY(-50%);
  width: calc(100% + 15px);
  margin-top: 7px;
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.others-single-reference__body .controls > button {
  pointer-events: auto;
  width: 30px;
  height: 30px;
}

.others-single-reference__body .controls > button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.others-single-reference__body
  .controls
  > button.js-slider-others-single-reference-next
  svg {
  position: relative;
  right: 1px;
}

.others-single-reference__body .controls > button svg path {
  fill: var(--wp--preset--color--secondary);
}
