.news-card{color:#000;border-radius:5px;padding:5px 10px}.news-card__header{margin-bottom:10px;color:var(--light-blue)}.news-card:hover{background-color:var(--box-background)}.news-card__tags-date{margin-top:10px}.news-card__description{height:40px;overflow:hidden}.news-card__tags{background-color:var(--light-green);border-radius:15px;padding:5px 10px;color:#fff}.news-list{width:70%;padding-bottom:20px;overflow:hidden}.news-list__show-more-btn{display:block;color:var(--light-blue);margin-top:10px;font-size:16px;padding:0 5px;height:20px}.news-list__not-found{height:80%}.news-page{margin-bottom:30px}.news-page-title{color:var(--dark);margin-left:10px}.create-material-btn{display:flex;align-items:center;justify-content:space-between;width:200px;height:30px;background-color:var(--dark);color:#fff;border-radius:5px;padding:5px 10px}.create-material-btn:hover{background-color:var(--light-blue)}.create-material-btn-icon{width:12px;height:12px}.interaction-buttons{display:flex;flex:4;gap:5px;align-items:center;padding-left:5px}.interaction-buttons__delete-btn{flex-shrink:0;display:block;color:#fff;background-color:var(--red);width:22px;height:22px;padding:3px;border-radius:5px}.interaction-buttons__hide-btn{min-width:100px;padding:5px 10px;font-size:16px;background-color:var(--light-gray);color:var(--light-blue);border-radius:5px}.operator-news{width:80%;position:relative;margin-top:20px;margin-bottom:20px}.operator-news__header{gap:20px;align-items:center}.operator-news__header h1{margin-bottom:0}.operator-news__material{display:flex;width:100%;background-color:var(--box-background);padding:5px 10px;justify-content:space-between;border-radius:5px}.operator-news__material:hover{background-color:var(--light-gray)}.operator-news__item-text.date{min-width:80px}.directory{width:100%;gap:20px}.directory__documents{border-radius:5px;border:1px solid var(--light-blue);z-index:2}.directory__row{flex:1}.directory__documents:before,.directory__subtopics:before{border-radius:5px 0 0 5px;content:"";position:absolute;top:-1px;left:0;width:5px;height:calc(100% + 2px);background-color:var(--accent);z-index:1}.directory__topic-wrapper{width:100%;padding:0 10px 5px 0}.directory__topic{width:100%;display:flex;justify-content:space-between;align-items:center;padding:5px 10px;border-radius:5px}.directory__topic-title{width:calc(100% - 10px)}.directory__topic:hover{color:#000}.directory__arrow{color:var(--dark);height:10px;width:10px}.directory__doc-card{width:100%;display:flex;justify-content:space-between;align-items:center;padding:5px 10px;border-radius:5px}.directory__doc-card__title{width:calc(100% - 34px);color:inherit}.directory__doc-card:hover{color:var(--accent)}