.post--single {
    margin: 50px auto;
    max-width: 800px;
}
.jwplayer .wp-block-embed-jwplayer {
    margin:auto;
    width:100%;
    height:auto;
}
.jwplayer .wp-block-embed__wrapper {
    position:relative;
    padding-top:56.25%; /* 16:9 Aspect Ratio */
    height:100%;
}
.jwplayer .wp-block-embed__wrapper iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.is-provider-jwplayer {
    margin-bottom: 30px;
}
.is-provider-jwplayer iframe {
    min-width: 100% !important;
    margin: 0 auto !important;
    height:100% !important;
}
.post--single.header-hero {
    margin:30px 0;
    text-align:center;    
}
.post--single.header-hero::after{
    content:'';
    display: inline-block;
    width: 20%;
    height: 2px;
    border-bottom:3px solid var(--main-color);
}

h1.post__title {
    font-family: var(--secondary-font);
    font-size:3.5rem;
    font-weight: 900;
    line-height:1;
    margin-bottom: 1rem;
}
.post--single .post--single__exerpt p{
    text-align:center;
}
.post--single h2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin:1.2rem 0;
}
.post--single .post--single__date {
    text-align:center;
}
.post--single {
    color:var(--dark-color);
    font-size: 1.2rem;
    line-height: 1.6;
}
.post--single .wp-block-list {
    padding-left:1rem;
}
.post--single .wp-block-list li {
    margin-bottom: 1.5rem;
}
.post--single p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: justify;
    color:var(--dark-color);
}
.wp-block-image figcaption {
    text-align:left;
    color:var(--gray-color);
    font-size:1rem;
}
.post--single a {
    color:var(--dark-color);
}
.post-categories {
    list-style:none;
    text-align:center;
}
.post-categories a {
    text-decoration:none;
    text-transform: uppercase;
    color:var(--main-color);
    font-weight: bold;;
}

.post--single__thumbnail {
    width:100%;
    height:auto;
}
.story__share {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin: 30px;
    padding: 0;
    justify-content: center;;
}
.story__share a, 
.story__share button {
    overflow: hidden;
    border-radius: 5px;
    border:0;
    margin: 0 5px;
    transition: all .2s;    
    background-color: #cacaca;
}
.story__share svg {
    width: 35px;
    height: 35px;
    display: block;;
}
.story__share-copy .icono--check {
    display:none;
}

.story__share-copy.story__share-copy_ok .icono--copy {
    display: none;
}
.story__share-copy.story__share-copy_ok .icono--check {
    display: block;;
}

.story__share-system {
    display: none;
}

@media (max-width: 768px) {
    .post--single {
        margin: 20px auto;
    }
    h1.post__title {
        font-size: 2.5rem;
    }
    .post--single .post--single__exerpt p {
        text-align: center;
        font-size: 1rem;      
    }
    .is-provider-jwplayer {
        margin-bottom:10px;
    }
    .post--single .post--single__date {
        font-size:.9rem;
    }
    .story__share {
        gap:.5rem;
    }
}