.include-texts__title {
    margin-top: 15px;
}

p.include-texts {
    margin: 0 0 0.75rem;
}

.include-texts_rubric {
    margin-top: 15px;
    text-align: justify;
}

.include-table table  {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}
 
.include-table table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
 
.include-table table th, table td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
}
 
.include-table table th {
    color: #fff;
    background-color: #444;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}


@media screen and (max-width: 600px) {
  .include-table table {
    border: 0;
  }

  .include-table table thead {
    display: none;
  }

  .include-table table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }

  .include-table table td {
    display: block;
    text-align: center;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }

  .include-table table td:last-child {
    border-bottom: 0;
  }

  .include-table table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}

.video-title {
  margin-bottom: 35px;
}

/* video */

.ct-blc1__video {
  height: 580px;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 80px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ct-blc2__video {
  height: 540px;
  overflow: hidden;
  margin-bottom: 60px;
  padding-bottom: 80px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.crd-video {
  margin: 5px;
  width: 250px;
}

/* .crd-video .video-js {
  width: 792px;
  height: 391px;
} */

@media (width < 450px) {
  /* .crd-video .video-js {
    width: 416px;
    height: 208px;
  } */
}

/* product card extended text block */

.ct-blc1__sb4--ext-txt-b {
    padding: 0 0 20px 0;
    font-size:.85rem;
    line-height:1.4em;
    color:#404040;
}

.ct-blc1__sb4--ext-txt-b p {
    font-size:.85rem;
    margin:0 0 1rem;
    line-height:1.4em;
    color:#404040;
}

.ct-blc1__sb4--ext-txt-b h3 {
	margin:0 0 0.7rem;
}

.ct-blc1__sb4--ext-txt-b h4 {
    font-size:.85rem;
    font-weight:600;
    line-height:1.4em;
    color:#404040;
}

.ct-blc1__sb4--ext-txt-b li {
    list-style:disc;
    font-size:.85rem;
    line-height:1.4em;
    color:#404040;
	margin:0 0 0.7rem;
}

.ct-blc1__sb4--ext-txt-b ul, .ct-blc1__sb4--ext-txt-b ol {
    margin:0 0 1rem;
    padding-left:1rem;
}

.ct-blc1__sb4--ext-txt-b {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.ct-blc1__sb4--ext-txt-b.op {
    height: auto;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

/* video */

.video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 16px;
  padding: 16px;
}

video {
  width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

video:hover {
  transform: scale(1.05);
}

div[data-aspect-ratio="4:3"] video {
  width: 430px;
}

@media (width < 450px) {
  .video-container {
    justify-content: center;
  }

  div[data-aspect-ratio="4:3"] video {
    width: 300px;
  }

  .ct-blc1__video {
    height: 750px;
  }
}