.error-list{list-style-type:none;padding:0;color:#f56c6c;display:grid;grid-row-gap:10px}.error-list li:before{content:"";display:inline-block;width:17px;height:17px;margin-right:5px;margin-bottom:-3px;background-size:cover;background-image:url(../img/danger-sign.29595705.svg)}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.7);display:grid;align-items:center;cursor:pointer;z-index:999}.modal-content{cursor:auto;width:calc(100% - 40px);max-width:550px;background-color:#fff;border-radius:15px;margin:0 auto;padding:30px;box-sizing:border-box;max-height:calc(100vh - 40px);overflow-y:auto}#newsItemPage{height:100%;display:grid;grid-template-columns:40% 60%}#newsItemPage .news-item-form{border-right:2px solid #ededed}#newsItemPage .news-item-form input{width:100%}#newsItemPage article{padding:30px}#newsItemTable{margin-top:20px}#newsItemTable ul{overflow-y:auto}#newsItemTable li{grid-template-columns:1fr 100px}#newsItemTable li .table-cell{padding:10px}#newsItemTable li .table-cell.actions{text-align:center;display:grid;grid-template-columns:1fr 1fr;justify-items:center}#newsItemTable li img{cursor:pointer;height:20px}