@CHARSET "UTF-8";
/*.one-poem.custom .edit-poem,*/
/*.one-poem.custom .delete-poem { border-top: dashed 1px #f1f1f1; width: 50%; float: left; box-sizing: border-box; }*/
.one-poem.custom .poem-adv-add-inner:after { border: 10px solid transparent; border-color: #ff876e transparent transparent transparent; content: " "; display: block; height: 0px; margin: 0 auto -7px; width: 0; z-index: 2; position: absolute; left: 50%; bottom: -13px; }
.one-poem.custom .poem-adv-add-wrap:hover .poem-adv-add-inner:after { border-color: #4172df transparent transparent transparent; }
.one-poem.custom .poem-adv-add-wrap .title { font-size: 16px; text-transform: uppercase; margin-bottom: 8px; font-weight: bold; }
.one-poem.custom .poem-adv-add-wrap .text { line-height: 18px; font-size: 13px; }
.one-poem.custom .poem-adv-add-wrap {display: block;}
.one-poem.custom .poem-adv-add-wrap .delete { height: 10px; top: 4px; position: absolute; right: 4px; padding: 6px; cursor: pointer; }
.one-poem.custom .poem-adv-add-wrap .delete span { margin-top: -5px; }
.one-poem.custom .poem-adv-add-inner { background: #ff876e; text-align: center; border-radius: 3px 3px 0 0; position: relative; }
.one-poem.custom .poem-adv-add-inner:hover { background: #4172df; }
.one-poem.custom .poem-adv-add-inner a { color: #fff; display: block; padding: 12px 24px; text-decoration: none; }
.one-poem.custom .poem-author-wrap { position: relative; }
.one-poem.custom .edit-poem { border-right: dashed 1px #f1f1f1; }
.one-poem.custom .poem-cat { font-size: 11px; }
/*.one-poem.custom .add-like, 
.one-poem.custom .likes-added { margin-top: 0; }*/
.one-poem .pinfo { display: flex; justify-content: center; padding: 20px 12px 0; border-top: dashed 1px #f1f1f1; color: #999; margin-top: 20px; }
.one-poem .pinfo .views { display: inline-block; }
.one-poem .pinfo .views .elm { margin: -4px 6px 0 0; }
.one-poem .pinfo .date { display: inline-block; margin-right: 20px; }
.one-poem .poem-img  { max-width: 600px; max-height: 400px; width: 100%; display: block; margin: 0 auto 30px; overflow: hidden;}
.one-poem .poem-img img {width: 100%;}
