body.page-template-shorts {

  main {

    .container {
      max-width: 320px !important;
      padding: 0 !important;
    }
      
    .slides {
      padding: 0 !important;
    }
    
    .slide {
      padding: 0 !important;
    }
    
    article {
      box-shadow: none !important;
      border-radius: 0;
    }
    
    article .button {
      position: static;
      top: auto;
      right: auto;
      margin: 0 !important;
    }
    
    .infos {
      /* position: absolute; */
      /* bottom: 0; */
      width: 100%;
      vertical-align: middle;
      overflow: hidden;
    }
    
    .infos a {
      /* color: #000; */
    }
    
    .infos .content {
      display: flex;
      align-items: center;
      top: 0;
      left: 0;
      width: 100%;
      gap: 1rem;
    }
    
    .the_post_thumbnail {
      min-width: 40px;
    }
    
    .the_post_thumbnail img {
      width: 40px;
      height: 40px;
      border-radius: 20px;
      overflow: hidden;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      object-position: center left;
    }
    
    .the_title {
      margin-left: 12px;
      width: inherit;
    }
    
    .share {
      position: absolute;
      top: 1rem;
      right: 1rem;
      margin: 0;
    }
    
    html:has(body.post-type-archive-short) {
      overflow-x: visible;
    }
    
    .specialiste-section {
      position: relative;
      aspect-ratio: 16/9;
      background-color: #000;
    }
    
    h2 {
      font-size: 1.3rem;
    }
    
    .posts-grid {
      position: relative;
      display: flex;
      width: 100%;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      overflow-y: hidden;
      white-space: nowrap;
      touch-action: pan-x;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none;
      scrollbar-color: transparent transparent;
      scrollbar-width: 0;
    }
    
    .posts-grid::after {
      content: '';
      flex: 0 0 1px;
      display: block;
    }
    
    .post-item {
      position: relative;
      width: 100%;
      scroll-snap-align: start;
      flex-shrink: 0;
      display: inline-block;
      height: 100%;
      background-color: #000;
    }
    
    .banner-image, .specialiste_embedded {
      position: absolute;
      top: 7px;
      left: 7px;
      width: 50px;
      height: 50px;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: 50px;
      object-position: center left;
      display: inline;
    }
    
    .banner-title {
      display: inline;
    }
    
    form.follow_form {
      position: static;
      bottom: initial;
      left: initial;
      min-width: 70px;
      text-align: right;
    }
    
    article {
      width: 100%;
      display: block;
    }
    
    article .video .content {
      background-color: #000;
      border-radius: 0.5rem;
      overflow: hidden;
    }
    
    .overlay {
      background-color: transparent;
      padding: 0;
    }
    
    .unmute {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
    }

    .infos-single-video {
      margin-top: 0;
      .row {
        align-items: center;
      }
  
      .the_title {
        font-size: 20px;
      }
      @media(max-width: 600px){
        [class*="col-"]:not(.col-1_1){
          width: auto;
        }
      }
      .col-image {
        width: 55px;
        .the_image {
          aspect-ratio: 1/1;
          width: 40px;
          height: 40px;
          border-radius: 20px;
          object-position: center left;
        }
      }
  
      .the_author_meta_display_name {
        font-size: 1rem;
        margin-top: 0;
      }
  
      .the_followers_number {
        font-size: 12px;
        color: var(--light-grey);
      }
  
      .follow_btn {
        margin-top: 0;
        padding: 12px 20px;
        font-size: 1rem;
      }
  
      .col-share {
        margin-right: 0;
        margin-left: auto;
        .button {
          margin-top: 0;
        }
        form {
          display: inline-block;
        }
      }
      .col-content {
        .the_content {
          background-color: #222432;
          color: #FFFFFF;
          padding: 1rem;
          border-radius: 1rem;
          & > div {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 3;
            font-size: 14px;
            line-height: 1.618em;
          }
        }
        .the_content.on {
          & > div {
            -webkit-line-clamp: none;
          }
        }
      }
    }

  } /* main */

} /* body */