@charset "UTF-8";#comments-component{margin:15px 0}#comments-component .comments-component{font-family:Arial,Helvetica,sans-serif;display:flex;flex-direction:column;align-items:end;position:relative}#comments-component .comments-component .comments-wrap{width:100%;max-height:70vh;overflow:auto;margin-bottom:10px;position:relative;padding-left:0}#comments-component .comments-component .comment-item{margin:7px 0;list-style:none}#comments-component .comments-component .comment-item .comment-item-wrap{border:1px solid #d7d5d5;border-radius:15px;background-color:#fff;padding:10px}#comments-component .comments-component .comment-item .comment-header{display:flex;justify-content:space-between}#comments-component .comments-component .comment-item .comment-header .comment-user{display:flex;align-items:center}#comments-component .comments-component .comment-item .comment-header .comment-user .comment-user-name{font-weight:700;margin-right:5px}#comments-component .comments-component .comment-item .comment-header .comment-user .comment-user-date{font-size:12px}#comments-component .comments-component .comment-item .comment-header .comment-actions{transition:.2s;display:flex;align-items:center;font-size:14px}#comments-component .comments-component .comment-item .comment-header .comment-actions a{text-decoration:none;color:inherit;display:flex;align-items:center;margin-left:10px}#comments-component .comments-component .comment-item .comment-body{padding:7px 0}#comments-component .comments-component .comment-item .comment-footer{display:flex;justify-content:space-between}#comments-component .comments-component .comment-item .comment-footer .comment-footer-actions{display:flex;align-items:center;font-size:12px}#comments-component .comments-component .comment-item .comment-footer .comment-reply{color:#f3b281;text-decoration:none;transition:.2s;display:flex;align-items:center;margin-right:5px}#comments-component .comments-component .comment-item .comment-footer .comment-reply:hover{color:#f57b1e}#comments-component .comments-component .comment-item .comment-footer .comment-likes{display:flex;align-items:center}#comments-component .comments-component .comment-item .comment-footer .comment-likes a{display:flex;align-items:center;text-decoration:none;margin-left:5px}#comments-component .comments-component .comment-item .comment-footer .comment-likes svg{margin-left:5px;transition:.2s}#comments-component .comments-component .comment-item .comment-footer .comment-likes svg:hover{transform:scale(1.2)}#comments-component .comments-component .comment-item .comments-hidden{display:none}#comments-component .comments-component .comment-input{display:flex;align-items:center;position:relative;width:100%;margin-top:7px}#comments-component .comments-component .comment-input textarea{width:100%;height:auto;border-radius:15px;border-color:#2fd764;resize:none;overflow:hidden;min-height:25px;padding:15px 50px 15px 15px}#comments-component .comments-component .comment-input textarea:focus-visible{border:2px solid #2fd764;outline:none}#comments-component .comments-component .comment-input button{position:absolute;right:15px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none}#comments-component .comments-component .comment-input button svg{width:30px;height:30px}#comments-component .admin-component{margin-top:20px;padding:15px;background:#eee;border-radius:15px;border:2px dashed red}.micromodal-slide{display:none}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide.modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.micromodal-slide .modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center}.micromodal-slide .modal__container{background-color:#fff;padding:30px;max-width:500px;max-height:100vh;border-radius:4px;overflow-y:auto;box-sizing:border-box}.micromodal-slide .modal__header{display:flex;justify-content:space-between;align-items:center}.micromodal-slide .modal__header .modal__close:before{content:"✕"}.micromodal-slide .modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#00449e;box-sizing:border-box}.micromodal-slide .modal__footer{display:flex;justify-content:space-between}.micromodal-slide .modal__close{background:transparent;border:0}.micromodal-slide .modal__content{margin-top:2rem;margin-bottom:2rem;line-height:1.5;color:#000c}.micromodal-slide .modal__btn{font-size:.875rem;padding:.5rem 1rem;background-color:#e6e6e6;color:#000c;border-radius:.25rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.micromodal-slide .modal__btn:focus{-webkit-transform:scale(1.05);transform:scale(1.05)}.micromodal-slide .modal__btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.micromodal-slide .modal__btn-primary{background-color:#00449e;color:#fff}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.comments-rating-panel{display:flex;align-items:center;justify-content:space-between;width:100%;font-weight:700;font-size:18px;color:#ff7e20;margin-bottom:10px}.comments-rating-panel .left-panel{display:flex;align-items:center}.comments-rating-panel .left-panel .rating-val{margin-left:10px}.comments-rating-panel .left-panel .views-button{margin-left:20px}.comments-rating-panel .left-panel .views-button svg{margin-left:5px}.comments-rating-panel .right-panel{display:flex;align-items:center}.comments-rating-panel .right-panel>*{display:flex;align-items:center;margin-left:5px}.comments-rating-panel .right-panel>* svg{margin-left:5px}.comments-rating-panel .right-panel .comments-button{margin-right:15px}.comments-rating-panel a{color:#ff7e20;text-decoration:none;display:flex;align-items:center}@media (max-width: 767px){.comments-rating-panel *{font-size:12px}.comments-rating-panel .comments-button{margin-right:5px}}
