#rff-dropzone{border:2px dashed #cccccc;padding:2rem 1rem;margin-bottom:1rem;background-color:#f8f8f8;cursor:pointer;transition:background-color 0.2s ease, border-color 0.2s ease;position:relative;min-height:100px;}
#rff-dropzone:hover{background-color:#f0f0f0;border-color:#aaaaaa;}
#rff-dropzone p{margin:0;font-size:1.1rem;color:#555555;}
.rff-file-picker-link{text-decoration:underline;}
#rff-loading,
#rff-error{margin-top:1rem;font-weight:bold;text-align:center;}
#rff-error{color:#cc4b37;}
#rff-loading .rff-spinner{border:4px solid #f3f3f3;border-top:4px solid #1779ba;border-radius:50%;width:30px;height:30px;animation:rff-spin 1s linear infinite;margin:10px auto 5px auto;}
#rff-loading span{display:block;font-size:0.9rem;color:#555;}
@keyframes rff-spin {
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
} #rff-info-panel,
#rff-features-panel, #panel-glyphs, #panel-text, #panel-type-yourself,
#panel-waterfall,
#panel-data{border:1px solid #e6e6e6;padding:1rem;background-color:#fefefe;margin-top:1rem;}
#rff-info-panel{border-color:#1779ba;}
#rff-info-panel h2,
#rff-features-panel h2,
#panel-glyphs h2, #panel-text h2,
#panel-type-yourself h2,
#panel-waterfall h2,
#panel-data h2{margin-top:0;margin-bottom:0.75rem;font-size:1.3rem;border-bottom:1px solid #eeeeee;padding-bottom:0.5rem;}
.rff-info-list{display:grid;grid-template-columns:auto 1fr;gap:0.5rem 1rem;align-items:baseline;}
.rff-info-list dt{font-weight:bold;color:#333;grid-column:1;text-align:right;}
.rff-info-list dd{grid-column:2;margin-left:0;word-break:break-word;}
.rff-feature-list{display:flex;flex-wrap:wrap;gap:15px 10px;padding-top:0.5rem;justify-content:flex-start;}
.rff-feature-item{display:inline-flex;flex-direction:column;align-items:center;min-width:50px;text-align:center;}
.rff-feature-item .switch{margin-bottom:5px;padding:0;height:auto;background:none;border:none;border-radius:0;}
.rff-feature-item .switch-input{position:absolute;opacity:0;pointer-events:none;}
.rff-feature-item .switch-paddle{position:relative;display:block;width:36px;height:20px;border-radius:10px;background:#e0e0e0;transition:background 0.25s ease-out;cursor:pointer;margin:0 auto;border:1px solid #ccc;}
.rff-feature-item .switch-paddle::after{content:'';position:absolute;top:1px;left:1px;width:16px;height:16px;border-radius:50%;background:#ffffff;box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);transition:left 0.25s ease-out, background-color 0.25s ease-out;}
.rff-feature-item .switch-input:checked + .switch-paddle{background:#8a17ba;border-color:#7e15a8;}
.rff-feature-item .switch-input:checked + .switch-paddle::after{left:17px;}
.rff-feature-item .rff-feature-tag-label{font-family:monospace;font-size:0.8rem;color:#333;margin-top:3px;display:block;}
#rff-variable-controls{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;}
#rff-variable-controls label{font-size:0.9rem;color:#555;}
#rff-variable-controls .rff-variable-slider-value{font-weight:bold;color:#000;}
#rff-variable-controls input[type="range"]{margin-top:0.2rem;height:5px;}
.rff-instances-list{display:flex;flex-wrap:wrap;gap:5px;margin-top:0.5rem;}
.rff-instance-button{font-size:0.8rem !important;padding:0.3rem 0.6rem !important;margin-bottom:5px !important;background-color:#e6e6e6 !important;color:#333 !important;border-color:#ccc !important;}
.rff-instance-button:hover{background-color:#d0d0d0 !important;border-color:#bbb !important;}
.rff-instance-button.active{background-color:#1779ba !important;color:#ffffff !important;border-color:#12619a !important;}
#rff-glyphs-content{padding-top:0.5rem;}
.rff-glyph-container{border:1px solid #dddddd;background-color:#fefefe;padding:5px;min-width:50px;text-align:center;position:relative;display:inline-block;vertical-align:top;margin:4px;}
.rff-glyph-canvas{display:block;margin:0 auto;}
.rff-glyph-tooltip{visibility:hidden;width:120px;background-color:#333;color:#fff;text-align:center;border-radius:4px;padding:5px 8px;position:absolute;z-index:10;bottom:115%;left:50%;margin-left:-64px;opacity:0;transition:opacity 0.3s;font-size:0.8rem;pointer-events:none;}
.rff-glyph-tooltip::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#333 transparent transparent transparent;}
.rff-glyph-container:hover .rff-glyph-tooltip{visibility:visible;opacity:0.9;}
#rff-preview-text{width:100%;padding:8px;border:1px solid #cacaca;box-sizing:border-box;font-size:24px;margin-bottom:10px;box-shadow:inset 0 1px 2px rgba(10, 10, 10, 0.1);transition:box-shadow 0.5s, border-color 0.25s ease-in-out;}
#rff-preview-text:focus{outline:none;border-color:#8a8a8a;box-shadow:0 0 5px #cacaca;}
.tabs{margin-bottom:0;border-bottom:1px solid #e6e6e6;}
.tabs-title > a{padding:0.75rem 1rem;font-size:0.9rem;}
.tabs-content{border:none;padding:0;}
.tabs-panel{padding:1rem;}
.rff-data-section{margin-bottom:1.5rem;}
.rff-data-section h4{border-bottom:1px solid #ccc;padding-bottom:0.3rem;margin-bottom:0.5rem;font-size:1.1rem;}
.rff-data-section pre{white-space:pre-wrap;word-break:break-all;max-height:300px;overflow-y:auto;padding:0.5rem;background-color:#f8f8f8;border:1px solid #eee;font-family:monospace;font-size:0.85rem;line-height:1.4;}
.rff-hide{display:none;}
#rff-glyph-modal-data dl{margin-bottom:0.5rem;}
#rff-glyph-modal-data dt{font-weight:bold;display:inline-block;min-width:100px;color:#555;}
#rff-glyph-modal-data dd{display:inline;margin-left:5px;}
#rff-glyph-modal-contours-container h5{font-size:1rem;margin-bottom:0.3rem;}
#rff-glyph-modal-contours pre{margin:0;padding:0;background:none;border:none;white-space:pre-wrap;}
#rff-glyph-modal-contours .oncurve{color:#1779ba;}
#rff-glyph-modal-contours .offcurve {
color: #cc4b37; }body{display:block;}
.searchandfilter p{margin-top:1em;display:inline-block;}
.searchandfilter ul{display:inline-block;}
.searchandfilter li{list-style:none;display:inline-block;padding-right:10px;}
.widget-area .searchandfilter li, .widget-area .searchandfilter p{display:block;}
.searchandfilter label{display:block;}
.searchandfilter h4{margin:15px 0;font-size:16px;}
.searchandfilter ul > li > ul:not(.children)
{
margin-left:0;
}.mdp-stellar-box{font-size:initial;font-weight:initial;letter-spacing:initial}.mdp-stellar-box .mdp-box-icon{display:flex;align-items:center;position:relative;margin:0 calc(var(--mdp-stellar-space)/ -2)}.mdp-stellar-box .mdp-box-icon span{white-space:nowrap}.mdp-stellar-box .mdp-box-icon i{margin:0 calc(var(--mdp-stellar-space)/ 2)}.mdp-stellar-box .mdp-stellar-tooltip{display:block;position:absolute;background:#fff;padding:.25rem .75rem;border-radius:8px;box-shadow:0 3.4px 2.7px rgba(0,0,0,.022),0 8.7px 6.9px rgba(0,0,0,.031),0 17.7px 14.2px rgba(0,0,0,.039),0 36.5px 29.2px rgba(0,0,0,.048),0 100px 80px rgba(0,0,0,.07);transition:.2s;font-size:smaller;white-space:nowrap;text-align:center;animation-name:mdp-stellar-tooltip-hide;animation-duration:.1s;animation-fill-mode:both}.mdp-stellar-box .mdp-stellar-tooltip:after{content:"";display:block;width:0;height:0;position:absolute;border-top:8px solid #fff;border-bottom:8px solid transparent;border-left:8px solid transparent;border-right:8px solid transparent;left:calc(50% - 8px);bottom:-15px}.mdp-stellar-box .mdp-stellar-tooltip.mdp-stellar-tooltip-show{display:block;animation-name:mdp-stellar-tooltip-show;animation-duration:.4s;animation-fill-mode:both}.mdp-stellar-box .mdp-stellar-val-after,.mdp-stellar-box .mdp-stellar-val-before{display:block;position:relative;background:#fff;padding:.75rem 1.25rem;border-radius:8px;white-space:nowrap;min-width:54px;text-align:center;box-shadow:0 3.4px 2.7px rgba(0,0,0,.022),0 8.7px 6.9px rgba(0,0,0,.031)}.mdp-stellar-box .mdp-stellar-val-before{order:-1;margin-right:1.25rem}.mdp-stellar-box .mdp-stellar-val-before:after{content:"";display:block;width:0;height:0;position:absolute;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #fff;border-right:8px solid transparent;right:-15px;top:calc(50% - 8px)}.mdp-stellar-box .mdp-stellar-val-after{margin-left:1.25rem}.mdp-stellar-box .mdp-stellar-val-after:before{content:"";display:block;width:0;height:0;position:absolute;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid transparent;border-right:8px solid #fff;left:-15px;top:calc(50% - 8px)}.mdp-stellar-box .mdp-stellar-results-after,.mdp-stellar-box .mdp-stellar-results-before,.mdp-stellar-box .mdp-stellar-votes-after,.mdp-stellar-box .mdp-stellar-votes-before{display:block;position:relative;background:#fff;padding:.75rem 1.25rem;border-radius:8px;box-shadow:0 3.4px 2.7px rgba(0,0,0,.022),0 8.7px 6.9px rgba(0,0,0,.031)}.mdp-stellar-box .mdp-stellar-results-after span,.mdp-stellar-box .mdp-stellar-results-before span,.mdp-stellar-box .mdp-stellar-votes-after span,.mdp-stellar-box .mdp-stellar-votes-before span{white-space:nowrap}.mdp-stellar-box .mdp-stellar-results-before,.mdp-stellar-box .mdp-stellar-votes-before{margin-right:1.25rem;order:-2}.mdp-stellar-box .mdp-stellar-results-before:after,.mdp-stellar-box .mdp-stellar-votes-before:after{width:0;height:0;content:"";display:block;position:absolute;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #fff;border-right:8px solid transparent;right:-15px;top:calc(50% - 8px)}.mdp-stellar-box .mdp-stellar-results-after,.mdp-stellar-box .mdp-stellar-votes-after{margin-left:1.25rem}.mdp-stellar-box .mdp-stellar-results-after:before,.mdp-stellar-box .mdp-stellar-votes-after:before{width:0;height:0;content:"";display:block;position:absolute;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid transparent;border-right:8px solid #fff;left:-15px;top:calc(50% - 8px)}.mdp-stellar-box .mdp-stellar-message{position:absolute;font-size:small;background:#fff;opacity:1;width:100%;height:100%;border-radius:4px;display:flex;align-items:inherit;justify-content:center;animation:stellar-fadeout;animation-delay:1s;animation-duration:1.1s}.mdp-stellar-box .mdp-stellar-buttons{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mdp-stellar-box .mdp-stellar-buttons .mdp-stellar-stars{display:flex;align-items:center;position:relative}.mdp-stellar-box .mdp-stellar-buttons i{vertical-align:middle;cursor:pointer;position:relative;font-size:0;line-height:0;border:none;transition:.4s;display:inline}.mdp-stellar-box .mdp-stellar-buttons i.mdp-stellar-rated{animation-name:mdp-stellar-rated;animation-duration:.4s;animation-fill-mode:both;animation-timing-function:ease-in}.mdp-stellar-box .mdp-stellar-buttons i.mdp-stellar-hover{transform:scale(1.15);transition:1s}.mdp-stellar-box .mdp-stellar-buttons i:hover{transition:none}.mdp-stellar-box .mdp-stellar-buttons i.mdp-box-list-hover div svg:not(.mdp-stellar-bubbles) *,.mdp-stellar-box .mdp-stellar-buttons i.mdp-box-list-hover svg:not(.mdp-stellar-bubbles) *{fill:var(--mdp-stellar-hover)}.mdp-stellar-box .mdp-stellar-buttons i svg{height:auto}.mdp-stellar-box .mdp-stellar-buttons i svg:not(.mdp-stellar-bubbles){width:var(--mdp-stellar-size);max-width:var(--mdp-stellar-size);fill:var(--mdp-stellar-color)}.mdp-stellar-box .mdp-stellar-buttons i svg:not(.mdp-stellar-bubbles):last-child{min-width:var(--mdp-stellar-size)}.mdp-stellar-box .mdp-stellar-buttons i svg:not(.mdp-stellar-bubbles):last-child *{fill:var(--mdp-stellar-active)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-bubbles{position:absolute;top:0;left:1px;z-index:-1;overflow:visible;transform-origin:left top;height:100%;width:100%}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp2,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp3,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp4,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp5,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp6,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp7{opacity:1;transition:.1s opacity .3s}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp2 .oval1,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp3 .oval1,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp4 .oval1,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp5 .oval1,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp6 .oval1,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp7 .oval1{transform-origin:0 0 0;transition:.5s transform .3s}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp2 .oval2,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp3 .oval2,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp4 .oval2,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp5 .oval2,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp6 .oval2,.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp7 .oval2{transform-origin:0 0 0;transition:1.5s transform .3s}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp1 .oval1{transform:scale(0) translate(0,-30px)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp1 .oval2{transform:scale(0) translate(10px,-50px)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp2 .oval1{transform:scale(0) translate(30px,-15px)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp2 .oval2{transform:scale(0) translate(60px,-15px)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp3 .oval1{transform:scale(0) translate(30px,0)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp3 .oval2{transform:scale(0) translate(60px,10px)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp4 .oval1{transform:scale(0) translate(30px,15px)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp4 .oval2{transform:scale(0) translate(40px,50px)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp5 .oval1{transform:scale(0) translate(-10px,20px)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp5 .oval2{transform:scale(0) translate(-60px,30px)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp6 .oval1{transform:scale(0) translate(-30px,0)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp6 .oval2{transform:scale(0) translate(-60px,-5px)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp7 .oval1{transform:scale(0) translate(-30px,-15px)}.mdp-stellar-box .mdp-stellar-buttons i svg.mdp-stellar-click #grp7 .oval2{transform:scale(0) translate(-55px,-30px)}.mdp-stellar-box .mdp-stellar-buttons i .mdp-stellar-segment{overflow:hidden;position:absolute;top:0}.mdp-stellar-box .oval1{fill:var(--mdp-stellar-color)}.mdp-stellar-box .oval2{fill:var(--mdp-stellar-active)}.mdp-stellar-box .mdp-stellar-active>svg:not(.mdp-stellar-bubbles) *{fill:var(--mdp-stellar-active)}.mdp-stellar-box .mdp-stellar-unable i{cursor:default}.mdp-stellar-box.row-right>div{display:flex;align-items:center;justify-content:space-between}.mdp-stellar-box.row-right>div .mdp-stellar-description{max-width:60%;margin-right:1rem}.mdp-stellar-box.row-right>div .mdp-stellar-buttons{text-align:right}.mdp-stellar-box.row-right>div .mdp-box-icon{text-align:right}.mdp-stellar-box.row-left>div{display:flex;align-items:center;flex-direction:row-reverse;justify-content:space-between}.mdp-stellar-box.row-left>div .mdp-stellar-description{max-width:60%;margin-left:1rem}.mdp-stellar-box.row-left>div .mdp-box-icon{text-align:left}.mdp-stellar-box.bottom-left>div{display:flex;align-items:flex-start;flex-direction:column}.mdp-stellar-box.bottom-left>div .mdp-stellar-description{margin-bottom:.5rem}.mdp-stellar-box.bottom-left>div .mdp-box-icon{text-align:left}.mdp-stellar-box.bottom-center>div{display:flex;align-items:center;flex-direction:column;text-align:center}.mdp-stellar-box.bottom-center>div .mdp-stellar-description{margin-bottom:.5rem}.mdp-stellar-box.bottom-center>div .mdp-box-icon{text-align:center}.mdp-stellar-box.bottom-right>div{display:flex;align-items:flex-end;flex-direction:column;text-align:right}.mdp-stellar-box.bottom-right>div .mdp-stellar-description{margin-bottom:.5rem}.mdp-stellar-box.bottom-right>div .mdp-box-icon{text-align:right}.mdp-stellar-box.top-center>div{display:flex;align-items:center;flex-direction:column-reverse;text-align:center}.mdp-stellar-box.top-center>div .mdp-stellar-description{margin-top:.5rem}.mdp-stellar-box.top-center>div .mdp-box-icon{text-align:center}.mdp-stellar-box.top-left>div{display:flex;align-items:flex-start;flex-direction:column-reverse}.mdp-stellar-box.top-left>div .mdp-stellar-description{margin-top:.5rem}.mdp-stellar-box.top-left>div .mdp-box-icon{text-align:left}.mdp-stellar-box.top-right>div{display:flex;align-items:flex-end;flex-direction:column-reverse;text-align:right}.mdp-stellar-box.top-right>div .mdp-stellar-description{margin-top:.5rem}.mdp-stellar-box.top-right>div .mdp-box-icon{text-align:right}.mdp-stellar-box .mdp-stellar-description h1,.mdp-stellar-box .mdp-stellar-description h2,.mdp-stellar-box .mdp-stellar-description h3,.mdp-stellar-box .mdp-stellar-description h4,.mdp-stellar-box .mdp-stellar-description h5,.mdp-stellar-box .mdp-stellar-description h6{padding:0;margin:0}@media screen and (max-width:1025px){.mdp-stellar-box .mdp-stellar{flex-wrap:wrap}.mdp-stellar-box .mdp-stellar-buttons>*{margin:.5rem 0}.mdp-stellar-box .mdp-box-icon>*{margin-top:.5rem;margin-bottom:.5rem}.mdp-stellar-box .mdp-stellar-description{margin-top:0!important;margin-bottom:0!important}}@media screen and (max-width:769px){.mdp-stellar-box .mdp-box-icon{flex-wrap:wrap}}@media screen and (max-width:415px){.mdp-stellar-box>div .mdp-stellar-description{max-width:100%!important}}.mdp-hidden{display:none!important}.mdp-stellar-your-rating{font-size:smaller;margin-top:calc(var(--mdp-stellar-size)/ 4)}@keyframes mdp-stellar-tooltip-show{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes mdp-stellar-tooltip-hide{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes mdp-stellar-rated{from{transform:scale(1.15)}25%{transform:scale(.25)}to{transform:scale(1)}}@keyframes stellar-fadeout{from{opacity:1}to{opacity:0}}.mdp-stellar-top{display:flex;flex-wrap:wrap;padding:var(--mdp-stellar-gutter)}.mdp-stellar-top .mdp-stellar-post{margin-bottom:var(--mdp-stellar-gutter)}.mdp-stellar-top .mdp-stellar-post-image{display:flex;background-size:cover;background-repeat:no-repeat;background-position:center center}.mdp-stellar-top h1.mdp-stellar-post-title,.mdp-stellar-top h2.mdp-stellar-post-title,.mdp-stellar-top h3.mdp-stellar-post-title,.mdp-stellar-top h4.mdp-stellar-post-title,.mdp-stellar-top h5.mdp-stellar-post-title,.mdp-stellar-top h6.mdp-stellar-post-title{margin:var(--mdp-stellar-gutter) 0}.mdp-stellar-top h1.mdp-stellar-post-title a,.mdp-stellar-top h2.mdp-stellar-post-title a,.mdp-stellar-top h3.mdp-stellar-post-title a,.mdp-stellar-top h4.mdp-stellar-post-title a,.mdp-stellar-top h5.mdp-stellar-post-title a,.mdp-stellar-top h6.mdp-stellar-post-title a{text-decoration:none}.mdp-stellar-top .mdp-stellar-post-rating{display:flex;align-items:center;font-size:var(--mdp-stellar-size)}.mdp-stellar-top .mdp-stellar-post-value{line-height:var(--mdp-stellar-size);margin:0 14px;white-space:nowrap}.mdp-stellar-top .mdp-stellar-post-stars{position:relative;display:flex}.mdp-stellar-top .mdp-stellar-post-stars i{vertical-align:middle;position:relative;font-size:0;line-height:0;border:none;transition:.4s;display:inline;margin:0 var(--mdp-stellar-space)}.mdp-stellar-top .mdp-stellar-post-stars.mdp-stellar-rated{animation-name:mdp-stellar-rated;animation-duration:.4s;animation-fill-mode:both;animation-timing-function:ease-in}.mdp-stellar-top .mdp-stellar-post-stars.mdp-stellar-hover{transform:scale(1.15);transition:1s}.mdp-stellar-top .mdp-stellar-post-stars:hover{transition:none}.mdp-stellar-top .mdp-stellar-post-stars.mdp-box-list-hover div svg:not(.mdp-stellar-bubbles) *,.mdp-stellar-top .mdp-stellar-post-stars.mdp-box-list-hover svg:not(.mdp-stellar-bubbles) *{fill:var(--mdp-stellar-hover)}.mdp-stellar-top .mdp-stellar-post-stars svg{height:auto}.mdp-stellar-top .mdp-stellar-post-stars svg:not(.mdp-stellar-bubbles){width:var(--mdp-stellar-size);max-width:var(--mdp-stellar-size);fill:var(--mdp-stellar-color)}.mdp-stellar-top .mdp-stellar-post-stars svg:not(.mdp-stellar-bubbles):last-child{min-width:var(--mdp-stellar-size)}.mdp-stellar-top .mdp-stellar-post-stars svg:not(.mdp-stellar-bubbles):last-child *{fill:var(--mdp-stellar-active)}.mdp-stellar-top .mdp-stellar-post-stars .mdp-stellar-segment{overflow:hidden;position:absolute;top:0}.mdp-stellar-cols-1>div{width:100%;max-width:100%;padding:var(--mdp-stellar-gutter)}.mdp-stellar-cols-2>div{width:50%;max-width:50%;padding:var(--mdp-stellar-gutter)}.mdp-stellar-cols-3>div{width:33.3333333333%;max-width:33.3333333333%;padding:var(--mdp-stellar-gutter)}.mdp-stellar-cols-4>div{width:25%;max-width:25%;padding:var(--mdp-stellar-gutter)}.mdp-stellar-cols-5>div{width:20%;max-width:20%;padding:var(--mdp-stellar-gutter)}.mdp-stellar-cols-6>div{width:16.6666666667%;max-width:16.6666666667%;padding:var(--mdp-stellar-gutter)}.mdp-stellar-cols-7>div{width:14.2857142857%;max-width:14.2857142857%;padding:var(--mdp-stellar-gutter)}.mdp-stellar-cols-8>div{width:12.5%;max-width:12.5%;padding:var(--mdp-stellar-gutter)}.mdp-stellar-cols-9>div{width:11.1111111111%;max-width:11.1111111111%;padding:var(--mdp-stellar-gutter)}.mdp-stellar-cols-10>div{width:10%;max-width:10%;padding:var(--mdp-stellar-gutter)}.mdp-stellar-cols-11>div{width:9.0909090909%;max-width:9.0909090909%;padding:var(--mdp-stellar-gutter)}.mdp-stellar-cols-12>div{width:8.3333333333%;max-width:8.3333333333%;padding:var(--mdp-stellar-gutter)}@media(max-width:767px){.mdp-stellar-top>div{width:100%;max-width:100%}}@media(max-width:500px){.mdp-stellar-post{display:flex}.mdp-stellar-post-image{width:100px;max-width:100px;margin-right:var(--mdp-stellar-gutter)}.mdp-stellar-post-content{width:calc(100% - 100px - var(--mdp-stellar-gutter) - var(--mdp-stellar-gutter));margin-left:var(--mdp-stellar-gutter)}}