.post-title_autor {
    color:#FF9E44;
    font-size: 16px;
}


.post-data_autor {
    background: rgb(110,178,181);
    background: linear-gradient(133deg, rgba(110,178,181,0.1825980392156863) 0%, rgba(253,29,29,0) 50%, rgba(255,158,68,0.20780812324929976) 100%);
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
    -webkit-mask-image: radial-gradient(circle, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    mask-image: radial-gradient(circle, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
}




.post_tags_ms_autor{
    font-size: 16px!important;
    margin-top: -20px;
}
.post-thumbnail_autor {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.post-content_autor {
    flex-grow: 1;
    font-size: 20px;
}

.img_logo_autor{
    width: 300px;
}

.post_tags_ms_autor {
    font-size: 20px;
}
.image-wrapper_autor {
    position: relative;
    display: inline-block;
  }
  
  .image-wrapper_autor::before {
    content: "▶"; /* Symbol Play */
    font-size: 50px; /* Rozmiar ikony */
    color: white; /* Kolor ikony */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5); /* Półprzezroczyste tło */
    border-radius: 50%;
    width: 80px; /* Szerokość tła */
    height: 80px; /* Wysokość tła */
    display: flex;
    align-items: center;
    justify-content: center;
  }

.opis_p_hidden_autor{
    height: fit-content!important;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99%;
    margin: auto;
    max-width: 1200px;
}

.iconki_media_ms_autor{
    margin-top: 50px;
    text-align: right;
}

.iconki_media_ms_autor a{
    padding-right: 20px;
}

.iconki_media_ms_autor img{
    width: 50px;
}

.opis_kategorii_kpms_autor{
    position: relative;
    text-align: center;
    width: 99%;
    max-width: 1200px;
    font-family: 'Roboto', sans-serif;
}

.opis_p_autor{
    padding: 20px;
    column-count: 1;
    column-gap: 50px;
    text-align: justify;
    word-break: break-word;
    word-spacing: 0px;
    overflow: hidden;
    transition: all 0.0s ease-in-out;
    max-height: 350px;
}


.expanded_autor {
    max-height: 3000px;
}


.opis_p_hidden_autor{
    padding: 20px;
    font-size: 20px;
    column-count: 2;
    column-gap: 50px;
    text-align: justify;
    word-break: break-word;
    word-spacing: 0px;
    overflow: hidden;
    transition: max-height 0.0s ease-in-out;
    height: 350px;
}

.separated-item-28 {
    width: 33%!important;
}

.bd-sidebararea-5-column{
    display: none!important;
}

.separated-item-28:before {
    border: none!important;
}

.post-title a{
    color: #FF9E44;
}

.modal_ms_autor { 
    display: none; 
    position: fixed; 
    top: 0; left: 0; 
    width: 100%; height: 100%; 
    background: rgba(0, 0, 0, 0.5); 
    justify-content: center; 
    align-items: center; 
}
.modal_ms-content_autor {
    font-size: 30px;
    background: white;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    color: #FF9E44;
}


.span_inside_popupms_autor {
    color: #6eb2b5;
}

.close_ms_autor {
    position: absolute;
    top: -8px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;

}


@media (max-width: 1000px){
    .separated-item-28,.post-data {
        width: auto!important;
        justify-content: center;
    }

    .separated-grid {
        display: flex;
    flex-direction: column;
    align-items: center;
    }


}


@media (max-width: 767px) and (orientation: portrait) {
    .post-data_autor{
        flex-direction: column;
        align-items: center;
    }

    .separated-item-28,.post-data_autor {
        width: auto!important;
        justify-content: center;
    }

    .separated-grid {
        display: flex;
    flex-direction: column;
    align-items: center;
    }
    

  }

