

.wp-block-pc-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.wp-block-pc-slider .bg-cover {
	background-size: cover;
}

.wp-block-pc-slider .bg-center {
	background-position: center;
}

.wp-block-pc-slider div.pc-block-slides {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0 0 40px;
  overflow: hidden;
}

.wp-block-pc-slider.show-prev-next div.pc-block-slides {
  overflow: visible;
}

.wp-block-pc-slider div.pc-block-slide {
  margin: 0;
  padding: 0;
  width: inherit;
  height: calc(100% - 40px);
  overflow: hidden;
  opacity: .5;
  padding: 0 70px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .5s all ease-in-out;
}

.acf-block-component .wp-block-pc-slider {
	background: rgba(0,0,0,.05);
	min-height: 200px;
	height: auto !important;
	border: 3px dashed rgba(0,0,0,.25);
	padding: 20px;
}

.wp-block-pc-slider .is-selected .acf-block-preview,
.wp-block-pc-slider .has-child-selected .acf-block-preview {
	border: 3px dashed rgba(0,0,0,1);
}

.wp-block-pc-slider .acf-block-preview div.pc-block-slide {
	opacity: 1;
	position: relative;
}

.wp-block-pc-slider div.pc-block-slide > * {
  width: 100%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(2) {
  left: 100%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(3) {
  left: 200%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(4) {
  left: 300%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(5) {
  left: 400%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(6) {
  left: 500%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(7) {
  left: 600%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(8) {
  left: 700%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(9) {
  left: 800%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(10) {
  left: 900%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(11) {
  left: 1000%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(12) {
  left: 1100%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(13) {
  left: 1200%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(14) {
  left: 1300%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(15) {
  left: 1400%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(16) {
  left: 1500%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(17) {
  left: 1600%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(18) {
  left: 1700%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(19) {
  left: 1800%;
}

.wp-block-pc-slider .pc-block-slide:nth-of-type(20) {
  left: 1900%;
}

.wp-block-pc-slider input[type="radio"] {
  position: relative;
  z-index: 100;
  display: none;
}

.wp-block-pc-slider .controls-visible {
  position: absolute;
  width: 100%;
  bottom: 12px;
  text-align: center;
}

.wp-block-pc-slider .controls-visible label {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 6px;
  border: 1px solid #fff;
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(1):checked ~ .controls-visible label:nth-of-type(1),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(2):checked ~ .controls-visible label:nth-of-type(2),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(3):checked ~ .controls-visible label:nth-of-type(3),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(4):checked ~ .controls-visible label:nth-of-type(4),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(5):checked ~ .controls-visible label:nth-of-type(5),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(6):checked ~ .controls-visible label:nth-of-type(6),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(7):checked ~ .controls-visible label:nth-of-type(7),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(8):checked ~ .controls-visible label:nth-of-type(8),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(9):checked ~ .controls-visible label:nth-of-type(9),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(10):checked ~ .controls-visible label:nth-of-type(10),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(11):checked ~ .controls-visible label:nth-of-type(11),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(12):checked ~ .controls-visible label:nth-of-type(12),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(13):checked ~ .controls-visible label:nth-of-type(13),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(14):checked ~ .controls-visible label:nth-of-type(14),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(15):checked ~ .controls-visible label:nth-of-type(15),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(16):checked ~ .controls-visible label:nth-of-type(16),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(17):checked ~ .controls-visible label:nth-of-type(17),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(18):checked ~ .controls-visible label:nth-of-type(18),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(19):checked ~ .controls-visible label:nth-of-type(19),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(20):checked ~ .controls-visible label:nth-of-type(20){
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.3);
}

.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(1):checked ~ .controls-visible label:nth-of-type(1),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(2):checked ~ .controls-visible label:nth-of-type(2),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(3):checked ~ .controls-visible label:nth-of-type(3),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(4):checked ~ .controls-visible label:nth-of-type(4),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(5):checked ~ .controls-visible label:nth-of-type(5),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(6):checked ~ .controls-visible label:nth-of-type(6),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(7):checked ~ .controls-visible label:nth-of-type(7),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(8):checked ~ .controls-visible label:nth-of-type(8),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(9):checked ~ .controls-visible label:nth-of-type(9),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(10):checked ~ .controls-visible label:nth-of-type(10),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(11):checked ~ .controls-visible label:nth-of-type(11),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(12):checked ~ .controls-visible label:nth-of-type(12),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(13):checked ~ .controls-visible label:nth-of-type(13),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(14):checked ~ .controls-visible label:nth-of-type(14),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(15):checked ~ .controls-visible label:nth-of-type(15),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(16):checked ~ .controls-visible label:nth-of-type(16),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(17):checked ~ .controls-visible label:nth-of-type(17),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(18):checked ~ .controls-visible label:nth-of-type(18),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(19):checked ~ .controls-visible label:nth-of-type(19),
.wp-block-pc-slider.has-black-background-color .pc-block-slides input[type="radio"]:nth-of-type(20):checked ~ .controls-visible label:nth-of-type(20){
  background-color: #fff;
}

.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(1):checked ~ .controls-visible label:nth-of-type(1), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(2):checked ~ .controls-visible label:nth-of-type(2), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(3):checked ~ .controls-visible label:nth-of-type(3), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(4):checked ~ .controls-visible label:nth-of-type(4), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(5):checked ~ .controls-visible label:nth-of-type(5), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(6):checked ~ .controls-visible label:nth-of-type(6), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(7):checked ~ .controls-visible label:nth-of-type(7), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(8):checked ~ .controls-visible label:nth-of-type(8), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(9):checked ~ .controls-visible label:nth-of-type(9), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(10):checked ~ .controls-visible label:nth-of-type(10), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(11):checked ~ .controls-visible label:nth-of-type(11), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(12):checked ~ .controls-visible label:nth-of-type(12), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(13):checked ~ .controls-visible label:nth-of-type(13), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(14):checked ~ .controls-visible label:nth-of-type(14), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(15):checked ~ .controls-visible label:nth-of-type(15), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(16):checked ~ .controls-visible label:nth-of-type(16), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(17):checked ~ .controls-visible label:nth-of-type(17), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(18):checked ~ .controls-visible label:nth-of-type(18), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(19):checked ~ .controls-visible label:nth-of-type(19), 
.invert-dots.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(20):checked ~ .controls-visible label:nth-of-type(20) {
	background-color: #000;
    border: 1px solid #fff;
}

.invert-dots.wp-block-pc-slider .controls-visible label {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 1);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(1):checked ~ .pc-block-slide {
  transform: translatex(0%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(2):checked ~ .pc-block-slide {
  transform: translatex(-100%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(3):checked ~ .pc-block-slide {
  transform: translatex(-200%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(4):checked ~ .pc-block-slide {
  transform: translatex(-300%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(5):checked ~ .pc-block-slide {
  transform: translatex(-400%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(6):checked ~ .pc-block-slide {
  transform: translatex(-500%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(7):checked ~ .pc-block-slide {
  transform: translatex(-600%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(8):checked ~ .pc-block-slide {
  transform: translatex(-700%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(9):checked ~ .pc-block-slide {
  transform: translatex(-800%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(10):checked ~ .pc-block-slide {
  transform: translatex(-900%);
}


.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(11):checked ~ .pc-block-slide {
  transform: translatex(-1000%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(12):checked ~ .pc-block-slide {
  transform: translatex(-1100%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(13):checked ~ .pc-block-slide {
  transform: translatex(-1200%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(14):checked ~ .pc-block-slide {
  transform: translatex(-1300%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(15):checked ~ .pc-block-slide {
  transform: translatex(-1400%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(16):checked ~ .pc-block-slide {
  transform: translatex(-1500%);
}


.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(17):checked ~ .pc-block-slide {
  transform: translatex(-1600%);
}


.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(18):checked ~ .pc-block-slide {
  transform: translatex(-1700%);
}


.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(19):checked ~ .pc-block-slide {
  transform: translatex(-1800%);
}


.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(20):checked ~ .pc-block-slide {
  transform: translatex(-1900%);
}

.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(1):checked ~ .pc-block-slide:first-of-type,
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(2):checked ~ .pc-block-slide:nth-of-type(2),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(3):checked ~ .pc-block-slide:nth-of-type(3),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(4):checked ~ .pc-block-slide:nth-of-type(4),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(5):checked ~ .pc-block-slide:nth-of-type(5),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(6):checked ~ .pc-block-slide:nth-of-type(6),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(7):checked ~ .pc-block-slide:nth-of-type(7),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(8):checked ~ .pc-block-slide:nth-of-type(8),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(9):checked ~ .pc-block-slide:nth-of-type(9),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(10):checked ~ .pc-block-slide:nth-of-type(10),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(11):checked ~ .pc-block-slide:nth-of-type(11),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(12):checked ~ .pc-block-slide:nth-of-type(12),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(13):checked ~ .pc-block-slide:nth-of-type(13),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(14):checked ~ .pc-block-slide:nth-of-type(14),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(15):checked ~ .pc-block-slide:nth-of-type(15),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(16):checked ~ .pc-block-slide:nth-of-type(16),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(17):checked ~ .pc-block-slide:nth-of-type(17),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(18):checked ~ .pc-block-slide:nth-of-type(18),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(19):checked ~ .pc-block-slide:nth-of-type(19),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(20):checked ~ .pc-block-slide:nth-of-type(20){
  opacity: 1;
  padding: 0 35px;
}


/* Left/Right Button Classes Below */

.wp-block-pc-slider .pc-block-navigator {
  position: absolute;
  top: calc(50% - 20px);
  transform: translatey(-50%);
  width: 100%;
  z-index: 100;
  padding: 0 7px;
  display: none;
  justify-content: space-between;
  box-sizing: border-box;
}

.wp-block-pc-slider .pc-block-navigator span {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.wp-block-pc-slider .pc-block-navigator span:before {
  border-left: 13px solid #000;
  border-bottom: 13px solid #000;
  border-right: 13px solid transparent;
  border-top: 13px solid transparent;
  content: '';
  display: inline-block;
  height: 0;
  position: absolute;
  width: 0;
}

.wp-block-pc-slider .pc-block-navigator span:after {
  border-left: 16px solid #fff;
  border-bottom: 16px solid #fff;
  border-right: 16px solid transparent;
  border-top: 16px solid transparent;
  content: '';
  display: inline-block;
  height: 0;
  position: relative;
  width: 0;
}

.wp-block-pc-slider.invert-arrows .pc-block-navigator span:after {
  border-left: 16px solid #000;
  border-bottom: 16px solid #000;
  border-right: 16px solid transparent;
  border-top: 16px solid transparent;
}

.wp-block-pc-slider.invert-arrows .pc-block-navigator span:before,
.wp-block-pc-slider.has-black-background-color .pc-block-navigator span:before {
  border-left: 13px solid #fff;
  border-bottom: 13px solid #fff;
}

.wp-block-pc-slider .pc-block-navigator span.prev-chevron:before,
.wp-block-pc-slider .pc-block-navigator span.prev-chevron:after {
  transform: rotate(45deg);
}

.wp-block-pc-slider .pc-block-navigator span.next-chevron:before,
.wp-block-pc-slider .pc-block-navigator span.next-chevron:after {
  transform: rotate(225deg);
}

.wp-block-pc-slider .pc-block-navigator span.prev-chevron:before,
.wp-block-pc-slider .pc-block-navigator span.next-chevron:before {
	top: 4px;
	z-index: 10;
}

.wp-block-pc-slider .pc-block-navigator span.prev-chevron:before {
	left: 1px;
}

.wp-block-pc-slider .pc-block-navigator span.next-chevron:before {
	left: 3px;
}

.wp-block-pc-slider .pc-block-navigator span.prev-chevron:after,
.wp-block-pc-slider .pc-block-navigator span.next-chevron:after {
	top: 1px;
	left: -1px;
	z-index: 1;
}

.wp-block-pc-slider .pc-block-slides input[type="radio"].first ~ .pc-block-navigator:nth-of-type(1),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(1):checked ~ .pc-block-navigator:nth-of-type(1),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(2):checked ~ .pc-block-navigator:nth-of-type(2),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(3):checked ~ .pc-block-navigator:nth-of-type(3),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(4):checked ~ .pc-block-navigator:nth-of-type(4),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(5):checked ~ .pc-block-navigator:nth-of-type(5),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(6):checked ~ .pc-block-navigator:nth-of-type(6),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(7):checked ~ .pc-block-navigator:nth-of-type(7),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(8):checked ~ .pc-block-navigator:nth-of-type(8),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(9):checked ~ .pc-block-navigator:nth-of-type(9),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(10):checked ~ .pc-block-navigator:nth-of-type(10),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(11):checked ~ .pc-block-navigator:nth-of-type(11),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(12):checked ~ .pc-block-navigator:nth-of-type(12),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(13):checked ~ .pc-block-navigator:nth-of-type(13),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(14):checked ~ .pc-block-navigator:nth-of-type(14),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(15):checked ~ .pc-block-navigator:nth-of-type(15),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(16):checked ~ .pc-block-navigator:nth-of-type(16),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(17):checked ~ .pc-block-navigator:nth-of-type(17),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(18):checked ~ .pc-block-navigator:nth-of-type(18),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(19):checked ~ .pc-block-navigator:nth-of-type(19),
.wp-block-pc-slider .pc-block-slides input[type="radio"]:nth-of-type(20):checked ~ .pc-block-navigator:nth-of-type(20) {
  display: flex;
}

/* WP Editor */
.wp-block-pc-slider .acf-block-preview,
.wp-block-pc-slider .acf-block-preview {
	border: 3px dashed rgba(0,0,0,1);
}

.wp-block-pc-slider .is-selected .acf-block-preview,
.wp-block-pc-slider .has-child-selected .acf-block-preview {
	background: #fff;
}

.acf-block-preview > .wp-block-pc-tabs > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender,
.wp-block-pc-slider .acf-block-preview div.pc-block-slide .block-list-appender {
	display: block;
	width: 100%;
	position: relative;
	bottom: 0;
}

	.acf-block-preview > .wp-block-pc-tabs > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender > .block-list-appender__toggle,
	.wp-block-pc-tab .block-editor-inserter__toggle.components-button.has-icon[aria-label="Add block"],
	.acf-block-component .wp-block-pc-slider .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle{
		position: relative;
		margin: 0 auto;
		padding: 3px 10px 4px !important;
		width: auto;
	}

		.acf-block-preview > .wp-block-pc-tabs > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender > .block-list-appender__toggle:after,
		.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon[aria-label="Add Tab - PC Custom"]:after {
			content: 'Add Tab';
			font-size: 120%
		}

			.acf-block-component .wp-block-pc-slider .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle[aria-label="Add Slides - PC Custom"]:after {
				content: 'Add Slide';
				font-size: 120%
			}

	.wp-block-pc-slider .acf-block-preview div.pc-block-slide .block-editor-inserter__toggle.components-button.has-icon[aria-label="Add block"]{
		min-width: 206px
	}

			.wp-block-pc-slider .acf-block-preview div.pc-block-slide .block-editor-inserter__toggle.components-button.has-icon[aria-label="Add block"]:after {
				content: 'Add block to this slide';
				font-size: 120%
			}

	.wp-block-pc-tab .block-editor-inserter {
		top: unset !important;
		bottom: -46px !important;
	}

.acf-block-preview .wp-block-pc-slider .pc-block-navigator,
.acf-block-preview .wp-block-pc-slider .controls-visible {
	display: none !important;
}

.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon[aria-label="Add Tab - PC Custom"] {
	background-color: #000;
	margin-left: -39px;
	padding: 3px 10px 4px !important;
	position: relative;
}

.block-editor-block-list__insertion-point-indicator {
	/* background: #000; */
}

.wp-block-pc-slider > * > * > .acf-block-preview > * > * > * .wp-block {
	margin: 20px 0 40px;
}

.wp-block-pc-slider > * > * > .acf-block-preview > * > * > * .wp-block:last-child {
	margin: 20px 0;
}

.wp-block-acf-pc-custom-slider .block-editor-block-list__block .block-list-appender,
.block-editor-block-list__block .pc-block-slides .block-list-appender {
	position: relative;
}

.block-editor-block-types-list__list-item:has(> .editor-block-list-item-acf-pc-custom-slide) {
	display: none;
}
