.dont-just-title {
color: var(--accent-color);
text-align: center;
}
.dont-just-slider-blocks {
    margin-top: 20px;
    display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 10px;

  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.dont-just-slider {
width: 306px;
height: 398px;
border-radius: 20px;
position: relative;
margin-left: 0;
margin-right: 0;

flex: 0 0 auto;
scroll-snap-align: center;
  border-radius: 12px;
  overflow: hidden;
}
.dont-just-slider-blocks::-webkit-scrollbar {
  display: none;
}
.video-carousel-controls {
  display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 25px;
}

.carousel-btn {
     display: flex;
  align-items: center;
  justify-content: center;
  background: #DED6D8;
  border: none;
  border-radius: 10px;
  padding: 16px 30px;
  cursor: pointer;
  transition: background 0.2s;
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%); */
  pointer-events: auto;
}
.carousel-btn img {
  width: 9px;
  height: 15px;
}
.carousel-btn.prev { left: 30px; }
.carousel-btn.next { right: 30px; }
.video-carousel-controls .carousel-btn:disabled { 
  /* display: none;  */
}

.carousel-btn:hover {
  background: #cfc7c9;
}
/*.play-btn {
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: .3s;
}*/
.dont-just-reviewer-block {
  position: absolute;
  /* bottom: 12px;
  left: 12px;
  right: 12px;
  border-radius: 8px; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 24px 20px 24px;
      background: linear-gradient(180deg, rgba(242, 230, 233, 0) 50%, #F2E6E9 77.88%, #F2E6E9 100%);
  align-content: end;
      /* background: #FFFFFF1A;
backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */
}
.dont-just-reviewer-author img{
width: 60px;
height: 60px;
border-radius: 8px;
display: none;
}
.dont-just-reviewer-author svg {
  width: 15px;
  height: 15px;
}
.dont-just-reviewer-text {  
font-weight: 500;
font-size: 14px;
line-height: 1.35;
color: #000000CC;
margin-top: 16px;
}
.dont-just-reviewer-author {
  display: flex;
gap: 10px;
align-items: center;
}
.dont-just-reviewer-author-name {
font-weight: 500;
font-size: 16px;
line-height: 1;
color: #000000;
/* margin-top: 5px; */
}
.dont-just-reviewer-author-verified {
font-weight: 600;
font-size: 12px;
line-height: 1.35;;
color: #00000066;
margin-top: 2px;
display: none;;
}
.dont-just-reviewer-date {
font-weight: 500;
font-size: 12px;
line-height: 1.35;
color: #00000099;
margin-top: 10px;
display: none;
}
.dont-just-img img {
border-radius: 10px;
user-drag: none;
-webkit-user-drag: none;
}
.dont-just-slider-blocks img {
  user-drag: none;
  -webkit-user-drag: none;
}
@media (min-width: 1024px) { 
.dont-just-title-wrapper {
  display: flex;
  justify-content: center;
        align-items: center;
}
/* .video-carousel-controls {
  margin-top: 0;
} */
}
@media (min-width: 1440px) {  
  .dont-just-slider-blocks {
    margin-top: 40px; 
  } 

.dont-just-slider {
    width: 400px;
    height: 520px;
}
.dont-just-reviewer-author img {
    width: 70px;
    height: 70px;
}
.dont-just-reviewer-author-name {
    font-size: 18px;
}
.dont-just-reviewer-author-verified {
    font-size: 14px;
}
.dont-just-reviewer-text {
    font-size: 16px;
}
.dont-just-reviewer-date {
    font-size: 14px;
}

}
@media (min-width: 1920px) {  
  .dont-just-slider-blocks {
    margin-top: 60px; 
  } 
.dont-just-slider {
    width: 547px;
    height: 712px;
}
.dont-just-reviewer-author img {
    width: 86px;
    height: 86px;
}
.dont-just-reviewer-author-name {
    font-size: 24px;
}
.dont-just-reviewer-author-verified {
    font-size: 18px;
}
.dont-just-reviewer-text {
    font-size: 22px;
        margin-top: 30px;
}
.dont-just-reviewer-date {
    font-size: 16px;
}
.dont-just-reviewer-block {
    padding: 0 30px 25px 30px;
}
/* .dont-just-reviewer-author svg {
  width: 107px;
  height: auto;
} */
/* .dont-just-reviewer-block {
    position: absolute;
    bottom: 21px;
    left: 21px;
    right: 21px;
    border-radius: 10px;
    padding: 22px;
} */


}

