img {
    width: 100%;
    height: 100%;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 !important;
}

.wp-block-placeholder {
    background: linear-gradient(to right, #ff8177, #ff867a, #ff8c7f, #f99185, #cf556c, #b12a5b);
    color: #fff;
    padding: 20px;
}

.rich-text [data-rich-text-placeholder]:after {
    opacity: 1;
}

.show-description h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.03;
    color: #000000;
}

.show-description ul {
    padding: 0;
    margin: 0;
}

.show-description .wp-block-categories-list {
    display: flex;
}

.show-description .wp-block-categories-list li {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #808080;
    padding: 0 14px 0 0;
    position: relative;
    margin: 0;
}

.show-description .wp-block-categories-list li>a {
    text-decoration: none;
    color: #808080;
}

.show-description .wp-block-categories-list li::after,
.show-description .wp-block-tag-cloud a::after {
    content: "";
    width: 2px;
    height: 2px;
    background-color: #808080;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}

.show-description p {
    font-weight: 430;
}

.show-description .wp-block-tag-cloud {
    padding: 0;
}

.show-description .wp-block-tag-cloud a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #404040;
    position: relative;
    padding-right: 10px;
}

.show-description .wp-block-tag-cloud a::after {
    right: 0;
    width: 4px;
    height: 4px;
}

.trailer-image {
    position: relative;
}

.play-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 5px 21px rgb(0 0 0 / 25%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    right: 13px;
}