.tvrs-wrap {
  text-align: center;
  padding: 32px 16px 40px;
}

.tvrs-title {
  margin: 0 0 24px;
  font-weight: 700;
}

.tvrs-swiper {
  max-width: 83%;
  margin: 0 auto 20px;
}

.tvrs-card {
  border: 2px solid #75CFEC;
  border-radius: 4px;
  padding: 28px 24px;
  height: 325px;                 
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;          
  justify-content: flex-start;  
  background: #fff;
}


.tvrs-text {
  flex: 1 1 auto;                
  min-height: 0;                 
  overflow-y: auto;             
  width: 100%;
  max-width: 560px;            
  text-align: center;
  -webkit-overflow-scrolling: touch;
}


.tvrs-text::-webkit-scrollbar { width: 6px; }
.tvrs-text::-webkit-scrollbar-thumb { background: rgba(0,0,0,.25); border-radius: 4px; }
.tvrs-text::-webkit-scrollbar-track { background: transparent; }

.tvrs-stars {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.tvrs-stars svg {
  width: 20px;
  height: 20px;
  display: block;
}

.tvrs-text {
    max-width: 560px;
    color:#151A40;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    width: 85%;
    max-height: 250px;
    height: 250px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tvrs-code {
  margin-top: 8px;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  opacity: 0.8;
  color:#151A40;
}

.tvrs-cta {
  margin-top: 10px;
}

.tvrs-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  background: #F5A623; 
  color: #0c254a;
  font-weight: 700;
  text-decoration: none;
}


.tvrs-wrap .tvrs-pagination {
  position: static;
  margin-top: 16px;
}

.tvrs-swiper .tvrs-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  opacity: 1;
}

.tvrs-swiper .tvrs-pagination .swiper-pagination-bullet-active{
  background-color: #2F6B9D;
}

/* Contenedor de lista */
.tvrs-list-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Botón centrado */
.tvrs-list-actions {
  text-align: center;
  margin-top: 16px;
}
.tvrs-load-more {
  padding: 10px 18px;
  border-radius: 3px;
  border: 0;
  background: #F3BC41;
  color: #151A40;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.tvrs-load-more[data-loading="1"] { opacity: .6; pointer-events: none; }
.tvrs-swiper {
  overflow: hidden !important;
  max-width: 83%;
  margin: 0 auto 20px;
}



/* Tablet */
@media (max-width: 1024px) {
  .tvrs-list-inner { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
/* Móvil */
@media (max-width: 767px) {
  .tvrs-list-inner { grid-template-columns: 1fr; }
}