.theatre_single_post {
    padding: 2rem 0;
    color: #1c1c1c;
    background-color: #fff;
    line-height: 1.6;
}

.theatre_single_post__header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.theatre_single_post__thumbnail {
    text-align: center;
}

.theatre_single_post__img {
    max-width: 100%;
    height: auto;

}

.theatre_single_post__actions {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.theatre_single_post__action_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #707070;
    transition: background-color 0.2s ease-in-out;
}

.theatre_single_post__action_btn:hover,
.theatre_single_post__action_btn:focus {
    background-color: #f2f2f2;
    outline: none;
}

.theatre_single_post__content {
    margin-bottom: 2rem;
    font-size: 1rem;
}

.theatre_single_post__footer {
    margin-top: 3rem;
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}

.theatre_single_post__share {
    margin-top: 2rem;
}

.theatre_single_post__share__btn {
    background-color: #7e0926;
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color 0.3s;
}

.theatre_single_post__share__btn:hover,
.theatre_single_post__share__btn:focus {
    background-color: #5a081c;
    outline: none;
}

.theatre_single_post__share__menu {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.share-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #1c1c1c;
    padding: 0.4rem 0.6rem;
    border-radius: 3px;
}

.share-option:hover,
.share-option:focus {
    background-color: #f4f4f4;
    outline: none;
}

.share-option i {
    font-size: 1.2rem;
}

@media only screen and (max-width: 991px) {
    .theatre_single_post {
        padding: 0 0 1rem;
    }
}
