body main section.p10-body-block.cb13-wysiwyg.cb13 .details-layout .no-author-selector {
    padding: 0 !important;
}
 
body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.no-author-selector {
    justify-content: start;
    display: flex;
    flex-direction: row;
    gap: 60px;
}
 
body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.no-author-selector>div {
    width: auto;
}
 
body.single section.p10-body-block.cb13 .inner.flex-wrapper .divider-no-author {
    width: 1px;
    background-color: #151536;
    height: 83px;
    max-height: 100%;
}
 

body.single section.p10-body-block.cb13 .column-social a:first-child {
    margin-left: 0px;
}
 
body.single section.p10-body-block.cb13 .column-social a:last-of-type {
    margin-right: 0 !important;
}


  body.single section.p10-body-block.cb13 .inner-section {
          padding-inline: 0;
     }

     body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.two-authors-social {
          flex-direction: column;
          gap: 15px;
          padding-inline: 4%;
     }

     .column-inner-wrapper:not(:has(> span.divider-no-author)) .column-date, .cb13 .details-layout .inner .column.column-date.one-authors-date {
          border-left: 1px solid #151536;
     }
     
     .cb13 .details-layout .inner .column.column-date{
          
          border-left: none;
     }

     body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-date.two-authors-date {
          width: 100%;
          border-left: 0;
          justify-content: end;
     }

     body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.two-authors-social>div {
          width: 100%;
          text-align: right;
     }

     body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.two-authors-social a.print-button {
          margin-right: 0;
     }

     body.single section.p10-body-block.cb13 .column.column-author {
          padding-left: 4%;
     }

     body.single section.p10-body-block.cb13 .column.column-author .img-wrapper.col.two-authors{
          display: none;
     }

     body.single section.p10-body-block.cb13 .inner.flex-wrapper>.column {
          flex: 1;
          width: 100%;
     }

     @media (max-width: 1230px) {
          body.single section.p10-body-block.cb13 .inner.flex-wrapper>.column {
               padding-inline: 2% !important;
          }
     }

     @media (max-width: 1080px) {
          body.single section.p10-body-block.cb13 .inner.flex-wrapper {
               flex-direction: column;
          }

          body.single section.p10-body-block.cb13 .inner.flex-wrapper>.column {
               border-inline: 0;
          }

          body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.two-authors-social>div { 
               text-align: left;
          }

          body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-date.two-authors-date {
               justify-content: start;
          }

          body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.two-authors-social a.print-button {
               margin-right: 12px;
          }

          body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.two-authors-social a:first-child {
               margin-left: 0;
          }

          body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-author:not(:first-child) {
               border-block: 1px solid #151536;
               padding-top: 15px;
               margin-bottom: 15px;
          }
     }

 
@media screen and (max-width:1024px) {
    body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.two-authors-social.no-author-selector {
        gap: 40px;
    }
 
    body.single section.p10-body-block.cb13 .inner.flex-wrapper .divider-no-author {
        height: 65px;
    }
}
 

    @media (max-width: 767px) {
          body.single section.p10-body-block.cb13 .details-layout .inner .column.column-author.two-authors {  
               border-bottom: 0;
               padding-bottom: 0; 
          }

          body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.two-authors-social {
               padding-top: 20px;
               border-top: 1px solid #151536;
          }

          


          body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-date.two-authors-date {
               border-top: 0;
               padding-top: 0;
          }
     }
 
@media screen and (max-width:749px) {

    body.single section.p10-body-block.cb13 .inner-section {
        width: 100%;
    }
    body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.two-authors-social.no-author-selector {
        gap: 10px;
        padding: 0 !important;
        justify-content: center;
    }
 
    body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.two-authors-social.no-author-selector>div {
        display: flex;
        align-items: baseline;
    }
 
    body.single section.p10-body-block.cb13 .inner.flex-wrapper .column.column-social.two-authors-social.no-author-selector .column-social a {
        display: inline-block;
        margin: 0 8px;
    }
 
    body.single section.p10-body-block.cb13 .inner.flex-wrapper .divider-no-author {
        height: 40px;
    }
 
    body.single section.p10-body-block.cb13 .inner-section:has(.no-author-selector) {
        margin: 0;
    }
 
    body main section.p10-body-block.cb13-wysiwyg.cb13 .details-layout {
        width: 100%;
    }
}