.m-wrpr {
    padding: 40px 20px;
}

@media only screen and (max-width:870px) {
    .m-wrpr {
        padding: 40px 5px;
    }
}

.pg-mn-cntnt {
    width: 900px;
    max-width: 100%;
}

.poetry-section {
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.poetry-post-cntnr {
    padding: 18px;
    border-radius: 10px;
    backdrop-filter: blur(4px);
    color: var(--vu-poetry_post_container-color);
    background-color: var(--vu-poetry_post_container-bg);
}

.poetry-hd {
    color: var(--vu-poetry_post_head-color);
}

@media only screen and (max-width:870px) {
    .m-wrpr {
        padding: 20px 10px;
    }
}

.poetry-post-cntnr-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.poetry-head h1 {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 0.15em;
}

@media only screen and (max-width:870px) {
    .poetry-head h1 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 500px) {
    .poetry-head h1 {
        font-size: 1.715rem;
    }
}

@media only screen and (max-width: 370px) {
    .poetry-head h1 {
        font-size: 1.575rem;
    }
}

.poetry-mtdt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.poetry-date {
    color: var(--vu-poetry_post_meta_data_date-color);
}

.poetry-post-cntnt {
    margin-top: 32px;
}

.tinymce-cntnt p {
    line-height: 1.9rem !important;
    margin-top: 1rem !important;
    font-size: 1.05rem;
    font-weight: 100;
    word-spacing: 0.1em;
}

.download-poetry-btn-cntnr  {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}

.download-poetry-btn {
    padding: 6px 8px;
    border-radius: 2px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid var(--vu-download_poetry_button-border_color);
}

.download-poetry-btn:hover {
    background-color: var(--vu-download_poetry_button-bg-hover);
}

.download-poetry-btn:active {
    transform: scale(0.95);
}