.m-editor-container{display:flex;flex-direction:row}.m-editor-controls{order:1;flex:0 0 300px;margin-right:1em;padding:15px;background:white;border:1px solid lightgrey;border-top:0;border-radius:3px;box-shadow:0 1px 0 #ccd0d4,0 1px 1px 1px rgba(0,0,0,0.04)}.m-editor-controls input,.m-editor-controls select,.m-editor-controls [type="number"]{min-width:auto;height:auto}.m-editor-controls input[type=checkbox],.m-editor-controls input[type=radio]{height:1rem}.m-editor-controls input[type=checkbox]:checked,.m-editor-controls input[type=radio]:checked{background-image:none;background-color:inherit}.m-editor-controls input[type=checkbox]:checked::before,.m-editor-controls input[type=radio]:checked::before{content:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%235E5E5E%27%2F%3E%3C%2Fsvg%3E") !important}.m-editor-controls input[type=checkbox]:checked:hover,.m-editor-controls input[type=radio]:checked:hover,.m-editor-controls input[type=checkbox]:checked:focus,.m-editor-controls input[type=radio]:checked:focus{border-color:#ddd;background-color:inherit}#m-editor-preview{order:2;flex:1 1 auto;padding-left:15px}#m-editor-preview input.molongui-post-authors__input[type="text"]{border-color:lightgray}#m-editor-live-preview{position:sticky;top:60px;padding:20px;background:white;border:1px solid lightgray;border-radius:0 4px 4px 4px;box-shadow:0 1px 0 #ccd0d4,0 1px 1px 1px rgba(0,0,0,0.04)}.m-editor-controls__header{background:#222;margin:-15px;margin-bottom:0;padding:15px;color:white;font-size:1.5em;border-radius:3px 3px 0 0;font-weight:300;letter-spacing:1px}.m-editor-controls>input,.m-editor-controls section>div{display:none}#tab1:checked~section .tab1,#tab2:checked~section .tab2,#tab3:checked~section .tab3,#tab4:checked~section .tab4{display:block}#tab1:checked~nav .tab1 label,#tab2:checked~nav .tab2 label,#tab3:checked~nav .tab3 label,#tab4:checked~nav .tab4 label{cursor:default;background:white;color:#3c434a}.m-editor-controls__nav ul{display:flex;margin:0 -15px;background:#888}.m-editor-controls__nav_item{flex-grow:1;margin:0;background-color:transparent;text-align:center;color:white}.m-editor-controls__nav_item:hover{cursor:pointer;background:#aaa;color:#3c434a}.m-editor-controls__nav_item label{padding:1em;display:block}.m-editor-controls__nav_item:not(:last-of-type){border-right:1px solid lightgray}#m-editor-property-info{display:none;position:absolute;top:auto;left:408px;width:300px;background-color:#fff;border:1px dashed lightgray;-webkit-box-shadow:1px 1px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 3px 0 rgba(0,0,0,0.2);box-shadow:1px 1px 3px 0 rgba(0,0,0,0.2);z-index:999}.m-editor-property-info__arrow{position:absolute;top:0;left:-21px;width:10px;height:10px;margin-top:6px;background-color:#fff;-webkit-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);-moz-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);transform:rotateZ(-45deg)}.m-editor-property-info__inner{overflow:hidden;margin:10px;font-size:12px}.m-editor-property-info__title{font-weight:700;margin-bottom:5px}.m-editor-property-info__tip{margin:10px 0;padding:10px;background:#fbf8eb;border:1px dashed;font-size:11px;color:#b57500}.m-editor-property-info__more{margin-top:5px;padding-top:10px;border-top:1px solid lightgrey}.m-editor-property-info__more a{text-decoration:none;color:inherit}.m-editor-heading{display:table;margin:20px -14px 10px;padding:3px 0 4px;background-color:#000;line-height:10px;color:#fff}.m-editor-heading .m-editor-heading__label{padding:2px 14px;line-height:1;font-size:10px;text-transform:uppercase}.m-editor-input{display:table;position:relative;width:100%;margin-bottom:8px;height:21px;line-height:21px}.m-editor-input .m-editor-property__label{display:table-cell;margin-bottom:0;padding-right:calc(150px + 10px);vertical-align:middle;line-height:11px;font-size:11px;color:#000000}.m-editor-input .m-editor-property{display:block;position:absolute;top:0;right:0;bottom:0;margin:auto 0}.m-editor-input .m-editor-property input,.m-editor-input .m-editor-property select{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;font-size:11px;margin:0;min-height:0;line-height:normal;color:#000;border-color:#ddd;border-radius:0}.m-editor-input .m-editor-property input:not([type="checkbox"]),.m-editor-input .m-editor-property select:not([type="checkbox"]){width:150px}.m-editor-input .m-editor-property input{padding:2px 5px}.m-editor-input .m-editor-property input::placeholder{color:#b0b0b0}.m-editor-input .m-editor-property input[type="range"]{-webkit-appearance:none;border:1px solid #fff;vertical-align:middle;width:calc(100% - 60px);padding:0;margin-top:-3px;margin-right:16px}.m-editor-input .m-editor-property input[type="range"]::-webkit-slider-thumb{height:10px;width:10px;border-radius:10px;box-shadow:none;border:none;background:#323232;cursor:pointer;-webkit-appearance:none;margin-top:-4px;-webkit-transition:.2s ease}.m-editor-input .m-editor-property input[type="range"]::-webkit-slider-thumb:hover,.m-editor-input .m-editor-property input[type="range"]::-webkit-slider-thumb:active{background-color:#4db2ec}.m-editor-input .m-editor-property input[type="range"]::-moz-range-thumb{height:10px;width:10px;border-radius:10px;box-shadow:none;border:none;background:#323232;cursor:pointer;-webkit-appearance:none;margin-top:-4px;-moz-transition:.2s ease}.m-editor-input .m-editor-property input[type="range"]::-moz-range-thumb:hover,.m-editor-input .m-editor-property input[type="range"]::-moz-range-thumb:active{background-color:#4db2ec}.m-editor-input .m-editor-property input[type="range"]::-ms-thumb{height:10px;width:10px;border-radius:10px;box-shadow:none;border:none;background:#323232;cursor:pointer;-webkit-appearance:none;margin-top:-4px;transition:.2s ease}.m-editor-input .m-editor-property input[type="range"]::-ms-thumb:hover,.m-editor-input .m-editor-property input[type="range"]::-ms-thumb:active{background-color:#4db2ec}.m-editor-input .m-editor-property input[type="range"]:-moz-focusring{outline:1px solid white;outline-offset:-1px}.m-editor-input .m-editor-property input[type="range"]::-webkit-slider-runnable-track{width:100%;height:2px;background:#ddd;border-radius:0;border:none}.m-editor-input .m-editor-property input[type="range"]::-moz-range-track{width:100%;height:2px;background:#ddd;border-radius:0;border:none}.m-editor-input .m-editor-property input[type="range"]::-ms-track{width:100%;height:2px;background:#ddd;border-radius:0;border:none}.m-editor-input .m-editor-property input[type="range"]:focus{outline:none}.m-editor-input .m-editor-property input.m-editor-range-value{position:absolute;right:0;width:53px;font-size:11px;padding:2px 5px}.m-editor-input .m-editor-property select{height:21px;position:absolute;top:0;right:0;bottom:0;padding:0 21px 0 5px;background-size:12px 12px}.m-editor-input .m-editor-property .pickr{top:-2px}.m-editor-input .m-editor-property .pickr .pcr-button{width:150px;height:21px;border:1px solid #ddd}.m-editor-input .m-editor-property .pickr .pcr-button.clear{background-size:8%}.m-editor-input textarea{width:100%;margin:0;padding:10px;border-color:#ddd;border-radius:0;font-size:11px;line-height:normal;color:#000;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important}.m-editor-input input:disabled,.m-editor-input select:disabled,.m-editor-input textarea:disabled,.m-editor-input button:disabled{background:#f9f9f9;color:#a6a6a6 !important;cursor:not-allowed}.m-editor-input.m-input-disabled .m-editor-property__label{color:#a6a6a6 !important}.m-editor-input.m-premium-alert{background:#d32f2f;font-weight:bold}.m-editor-input.m-premium-alert .m-editor-property__label{color:white}.m-editor-input.m-premium-alert .m-editor-property__label:after{content:"PRO!";right:0;float:right}.m-editor-notice{margin:20px 0;padding:10px;background:#fbf8eb;border:1px dashed;font-size:11px;color:#b57500}.m-editor-notice a{font-weight:700;color:inherit !important}.pcr-interaction .pcr-result{min-height:auto;line-height:1}.pcr-app{border:1px solid lightgrey}.m-editor-spacing .m-editor-spacing-input{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;font-size:11px;margin:0;min-height:0;line-height:normal;color:#000;border-color:#ddd;border-radius:0;width:32px;height:21px;text-align:center;z-index:1}.m-editor-spacing .m-editor-margin{position:relative;width:298px;height:220px;margin-bottom:18px;border:1px solid #ddd}.m-editor-spacing .m-editor-margin .m-editor-margin__label{position:absolute;top:0;left:4px;font-size:10px;color:#888888}.m-editor-spacing .m-editor-margin-top{position:absolute;top:7px;left:0;right:0;margin:0 auto}.m-editor-spacing .m-editor-margin-right{position:absolute;margin-top:-11px;top:50%;right:7px}.m-editor-spacing .m-editor-margin-bottom{position:absolute;bottom:7px;left:0;right:0;margin:0 auto}.m-editor-spacing .m-editor-margin-left{position:absolute;margin-top:-11px;top:50%;left:7px}.m-editor-spacing .m-editor-border{border:1px dashed #ddd;background-color:#f7f7f7;position:relative;width:182px;height:136px;left:58px;top:41px}.m-editor-spacing .m-editor-border .m-editor-border__label{position:absolute;bottom:-18px;right:-2px;font-size:10px;color:#888888}.m-editor-spacing .m-editor-border-top-width{position:absolute;top:-6px;left:0;right:0;margin:auto}.m-editor-spacing .m-editor-border-right-width{position:absolute;margin-top:-11px;top:50%;right:-12px}.m-editor-spacing .m-editor-border-bottom-width{position:absolute;bottom:-6px;left:0;right:0;margin:0 auto}.m-editor-spacing .m-editor-border-left-width{position:absolute;margin-top:-11px;top:50%;left:-12px}.m-editor-spacing .m-editor-padding{border:1px dashed #ddd;background-color:#fff;position:relative;width:160px;height:114px;left:10px;top:10px}.m-editor-spacing .m-editor-padding .m-editor-padding__label{position:absolute;top:0;left:4px;font-size:10px;color:#888888}.m-editor-spacing .m-editor-padding-top{position:absolute;top:12px;left:0;right:0;margin:auto}.m-editor-spacing .m-editor-padding-right{position:absolute;margin-top:-11px;top:50%;right:17px}.m-editor-spacing .m-editor-padding-bottom{position:absolute;bottom:12px;left:0;right:0;margin:0 auto}.m-editor-spacing .m-editor-padding-left{position:absolute;margin-top:-11px;top:50%;left:17px}.m-editor-separator{margin:10px auto;border-bottom:1px dashed #eeeeee;clear:both}#m-editor-author-select{margin-bottom:45px;text-align:right;font-size:11px}#active-author{height:21px;min-height:0;line-height:1;margin-left:5px;border-radius:0;font-size:11px;background-size:12px 12px}#m-editor-disclaimer{margin:30px 0 0;padding:20px;background:#fbf8eb;border:1px dashed;font-size:12px;color:#b57500}.m-editor-preview__label{position:absolute;top:-19px;left:-1px;padding:0 6px;background:white;border:1px solid lightgray;border-bottom:0;font-family:consolas,'Courier New',monospace;font-size:11px;color:#959595}#m-editor-live-preview__loader{display:none;position:relative;width:80px;height:80px;margin:0 auto}#m-editor-live-preview__loader div{position:absolute;border:4px solid #ccc;opacity:1;border-radius:50%;animation:m-ripple 1s cubic-bezier(0, .2, .8, 1) infinite}#m-editor-live-preview__loader div:nth-child(2){animation-delay:-0.5s}@keyframes m-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0;left:0;width:72px;height:72px;opacity:0}}.m-editor-warning{margin-bottom:30px;padding:15px;background:#d32f2f;border-radius:5px;border:2px dashed;font-weight:600;font-size:14px;line-height:1.5;color:#fff;animation:blink .5s step-end infinite alternate}@keyframes blink{50%{border-color:transparent}}#molongui-post-authors p.molongui-post-authors__tip{margin-top:6px;line-height:18px;font-size:12px;color:#666}.molongui-post-authors__tip--quick{display:none}.molongui-post-authors__search{flex-grow:2;position:relative;width:100%}.molongui-post-authors__icon{position:absolute;left:10px;top:50%;z-index:1;transform:translateY(-50%);width:20px;height:20px;stroke:#888}input.molongui-post-authors__input[type="text"]{display:block;width:100%;height:40px;min-height:40px;margin:0;padding:10px 10px 10px 40px;appearance:none;-webkit-appearance:none;border-color:#949494;border-radius:3px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;box-sizing:border-box;box-shadow:none !important;line-height:2;font-family:inherit;color:#1e1e1e;cursor:pointer;vertical-align:middle}input.molongui-post-authors__input[type="text"]:focus{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:2px solid transparent}input.molongui-post-authors__input[type="text"]:disabled{background:#f4f4f4}input.molongui-post-authors__input[type="text"]:disabled::placeholder{color:#b7b7b7;pointer-events:none}.molongui-post-authors__spinner{position:relative;top:-30px;float:right;margin:0 10px}@keyframes molongui-post-authors-spinner{to{transform:rotate(360deg)}}.molongui-post-authors-spinner:before{content:'';box-sizing:border-box;position:absolute;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#07d;animation:molongui-post-authors-spinner .6s linear infinite}.molongui-post-authors__controls{height:40px;display:flex;justify-content:space-between}.molongui-post-authors__add-form{display:flex;flex-direction:column;row-gap:10px;margin-top:1em;padding:10px;background:#f6f7f7;border:1px dashed lightgray;border-radius:3px}.molongui-post-authors__add-form label{font-size:12px;font-weight:600;margin-bottom:-8px}.molongui-post-authors__add-form button.button{margin-top:5px;height:40px}.molongui-post-authors__controls .molongui-post-authors__add-new{margin-left:7px;padding:0 9px;flex-shrink:0;align-content:center;line-height:1;cursor:pointer}.molongui-post-authors__controls .molongui-post-authors__add-new .dashicons{font-size:14px;height:14px}.molongui-post-authors__list{margin-top:1em}.molongui-post-authors__list .molongui-post-authors__list-title{display:block;margin-bottom:.5em;font-size:11px;font-weight:500;text-transform:uppercase}.molongui-post-authors__item{padding:10px 0}.molongui-post-authors__item:not(:only-child){cursor:move}.molongui-post-authors__item:not(:last-of-type){border-bottom:1px solid lightgray}.molongui-post-authors__row{display:flex;align-items:center;line-height:1}.molongui-post-authors__actions{flex-shrink:0;margin-left:10px;padding-left:5px;border-left:1px solid #ccc}.molongui-authorship-no-multiple-authors .molongui-post-authors__actions .dashicons:not(.dashicons-no-alt){display:none}.molongui-post-authors__item .dashicons{vertical-align:middle;color:gray;cursor:pointer}.molongui-post-authors__item .dashicons:hover{background:#f0f0f0}.molongui-post-authors__item .molongui-post-authors__delete{color:red}.molongui-post-authors__item .molongui-post-authors__delete:hover{background:red;color:white}.molongui-post-authors__item:only-child .dashicons:not(.dashicons-no-alt){color:#ccc;cursor:not-allowed}.molongui-post-authors__item:only-child .dashicons:not(.dashicons-no-alt):hover{background:transparent !important}.molongui-post-authors__item:first-of-type .molongui-post-authors__up{color:#ccc;cursor:not-allowed}.molongui-post-authors__item:first-of-type .molongui-post-authors__up:hover{background:transparent}.molongui-post-authors__item:last-of-type .molongui-post-authors__down{color:#ccc;cursor:not-allowed}.molongui-post-authors__item:last-of-type .molongui-post-authors__down:hover{background:transparent}.molongui-post-authors__avatar{flex-shrink:0;margin-right:5px}.molongui-post-authors__avatar img{width:20px;height:20px}.molongui-post-authors__name{flex-grow:2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-sortable-helper{background:white;border:2px dashed gray !important}.ui-state-highlight{height:30px;background:#f4e2c9;border:2px dashed orange;opacity:.4}.inline-edit-col #molongui-post-authors{margin-left:6em}.inline-edit-col .molongui-post-authors__list{margin-top:0}.inline-edit-col .molongui-post-authors__tip{display:none}.inline-edit-col .molongui-post-authors__tip--quick{display:block}.molongui-ta__input{background:white !important}.molongui-ta__input[aria-expanded="true"]{border-bottom:1px solid #eee;border-bottom-right-radius:0;border-bottom-left-radius:0}.molongui-ta__menu{width:100%;max-height:200px;overflow-y:auto;box-sizing:border-box;margin-top:-3px;padding:5px 0;background-color:white;border:1px solid #2271b1;border-top:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;box-shadow:white 0 0 0 0,rgba(0,0,0,0.05) 0 0 0 1px,rgba(0,0,0,0.1) 0 10px 15px -3px,rgba(0,0,0,0.1) 0 4px 6px -4px;z-index:1000}.molongui-ta__suggestion{padding:8px;cursor:pointer;white-space:nowrap}.molongui-ta__suggestion:hover{background-color:#f3f4f6}.molongui-ta__suggestion.molongui-ta__cursor{background-color:#f3f4f6;color:#000}.molongui-ta__suggestion code{margin:1px;background-color:#00000012;border-radius:3px;padding:1px 4px;font-family:monospace;color:gray}.molongui-ta__highlight{text-decoration:underline}.molongui-ta__empty-message{padding:8px;white-space:nowrap}.molongui-ta__author{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-align-items:center;align-items:center;column-gap:8px}.molongui-ta__author .molongui-ta__author__avatar{width:32px;height:32px}.molongui-ta__author .molongui-ta__author__avatar img{width:32px;height:32px;max-width:32px;max-height:32px;border-radius:50%}.molongui-ta__author .molongui-ta__author__data{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;line-height:1.5}.molongui-ta__author .molongui-ta__author__data .molongui-ta__author__meta{color:gray}@container author-box-container (min-width: 600px){.m-a-box-profile[data-profile-layout='layout-2'] .m-a-box-content-middle{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.m-a-box-profile[data-profile-layout='layout-2'] .m-a-box-avatar{padding:0}.m-a-box-profile[data-profile-layout='layout-2'] .m-a-box-data{padding:0 20px 0 0}}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-2'] .m-a-box-content-middle{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-2'] .m-a-box-avatar{padding:0}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-2'] .m-a-box-data{padding:0 20px 0 0}@container author-box-container (min-width: 600px){.m-a-box-profile[data-profile-layout='layout-3'] .m-a-box-avatar{order:2}.m-a-box-profile[data-profile-layout='layout-3'] .m-a-box-social{order:1}.m-a-box-profile[data-profile-layout='layout-3'] .m-a-box-data{order:3}}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-3'] .m-a-box-avatar{order:2}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-3'] .m-a-box-social{order:1}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-3'] .m-a-box-data{order:3}@container author-box-container (min-width: 600px){.m-a-box-profile[data-profile-layout='layout-4'] .m-a-box-avatar{order:2}.m-a-box-profile[data-profile-layout='layout-4'] .m-a-box-social{order:3;padding:0}.m-a-box-profile[data-profile-layout='layout-4'] .m-a-box-data{order:1;padding:0 20px 0 0}}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-4'] .m-a-box-avatar{order:2}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-4'] .m-a-box-social{order:3;padding:0}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-4'] .m-a-box-data{order:1;padding:0 20px 0 0}@container author-box-container (min-width: 600px){.m-a-box-profile[data-profile-layout='layout-5'] .m-a-box-avatar{order:1}.m-a-box-profile[data-profile-layout='layout-5'] .m-a-box-social{order:3;padding:0}.m-a-box-profile[data-profile-layout='layout-5'] .m-a-box-data{order:2;padding:0 20px 0 0}}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-5'] .m-a-box-avatar{order:1}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-5'] .m-a-box-social{order:3;padding:0}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-5'] .m-a-box-data{order:2;padding:0 20px 0 0}@container author-box-container (min-width: 600px){.m-a-box-profile[data-profile-layout='layout-6'] .m-a-box-avatar{order:3;padding:0}.m-a-box-profile[data-profile-layout='layout-6'] .m-a-box-social{order:1}.m-a-box-profile[data-profile-layout='layout-6'] .m-a-box-data{order:2;padding:0 20px 0 0}}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-6'] .m-a-box-avatar{order:3;padding:0}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-6'] .m-a-box-social{order:1}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-6'] .m-a-box-data{order:2;padding:0 20px 0 0}.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-content-middle,.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-content-middle{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-content-bottom,.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-content-bottom{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:calc( 100% + 2*20px );margin:20px -20px -20px}.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-social,.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin:10px 0}.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-social .m-a-box-social-icon,.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social .m-a-box-social-icon{margin:0 .4em}.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-social .m-a-box-social-icon i::before,.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social .m-a-box-social-icon i::before{margin-bottom:0}@container author-box-container (min-width: 600px){.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-content-middle,.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-content-middle{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-data,.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-data{-webkit-flex:1 0;-ms-flex:1 0;flex:1 0}.m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-social,.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-self:start;-ms-align-self:start;align-self:start;margin:10px 0;padding:0 20px}}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-content-middle,.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-content-middle{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-data,.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-data{-webkit-flex:1 0;-ms-flex:1 0;flex:1 0}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-7'] .m-a-box-social,.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-self:start;-ms-align-self:start;align-self:start;margin:10px 0;padding:0 20px}@container author-box-container (min-width: 600px){.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-content-middle{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-avatar{padding:0}.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-data{padding:0 20px 0 0}.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social{-webkit-align-self:end;-ms-align-self:end;align-self:end}.m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social .m-a-box-social-icon:last-child{margin-right:0}}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-content-middle{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-avatar{padding:0}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-data{padding:0 20px 0 0}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social{-webkit-align-self:end;-ms-align-self:end;align-self:end}.m-a-box-container[min-width~="600px"] .m-a-box-profile[data-profile-layout='layout-8'] .m-a-box-social .m-a-box-social-icon:last-child{margin-right:0}.m-a-box-related[data-related-layout='layout-3'] .m-a-box-content-top{width:100%}.m-a-box-related[data-related-layout='layout-3'] .m-a-box-content-top .m-a-box-related-title{width:100%;margin-top:20px;margin-bottom:20px;padding-bottom:2px;border-bottom:1px dotted #333;font-size:18px}.m-a-box-related[data-related-layout='layout-3'] .m-a-box-content-middle{justify-content:start}.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries{margin-top:20px}.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries ul{list-style:none !important;margin:0;padding:0;display:grid;grid-gap:20px;grid-template-columns:repeat(3, minmax(0, 1fr))}.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries ul li{list-style:none !important}.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries ul li .m-a-box-related-entry{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries ul li .m-a-box-related-entry .m-a-box-related-entry-thumb img{max-width:100%;height:auto;image-rendering:-webkit-optimize-contrast}.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries ul li .m-a-box-related-entry .m-a-box-related-entry-date{width:100%;margin:1rem 0 .3rem;line-height:1;font-size:80%;text-transform:uppercase;color:grey}.m-a-box-related[data-related-layout='layout-3'] .m-a-box-related-entries ul li .m-a-box-related-entry .m-a-box-related-entry-title{font-size:90%}@font-face{font-family:'molongui-authorship-font';font-weight:normal;font-style:normal;font-display:swap;src:url('../font/molongui-authorship-font.eot?30441601');src:url('../font/molongui-authorship-font.eot?30441601#iefix') format('embedded-opentype'),url('../font/molongui-authorship-font.woff2?30441601') format('woff2'),url('../font/molongui-authorship-font.woff?30441601') format('woff'),url('../font/molongui-authorship-font.ttf?30441601') format('truetype'),url('../font/molongui-authorship-font.svg?30441601#molongui-authorship-font') format('svg')}[class^="m-a-icon-"]:before,[class*=" m-a-icon-"]:before{font-family:"molongui-authorship-font";font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.m-a-icon-facebook:before{content:'\e000'}.m-a-icon-twitter:before{content:'\e001'}.m-a-icon-googleplus:before{content:'\e002'}.m-a-icon-youtube:before{content:'\e003'}.m-a-icon-pinterest:before{content:'\e004'}.m-a-icon-tumblr:before{content:'\e005'}.m-a-icon-instagram:before{content:'\e006'}.m-a-icon-renren:before{content:'\e007'}.m-a-icon-vk:before{content:'\e008'}.m-a-icon-flickr:before{content:'\e009'}.m-a-icon-vine:before{content:'\e00a'}.m-a-icon-meetup:before{content:'\e00b'}.m-a-icon-weibo:before{content:'\e00c'}.m-a-icon-deviantart:before{content:'\e00d'}.m-a-icon-stumbleupon:before{content:'\e00e'}.m-a-icon-myspace:before{content:'\e00f'}.m-a-icon-mixi:before{content:'\e010'}.m-a-icon-soundcloud:before{content:'\e011'}.m-a-icon-lastfm:before{content:'\e012'}.m-a-icon-foursquare:before{content:'\e013'}.m-a-icon-spotify:before{content:'\e014'}.m-a-icon-vimeo:before{content:'\e015'}.m-a-icon-dailymotion:before{content:'\e016'}.m-a-icon-reddit:before{content:'\e017'}.m-a-icon-skype:before{content:'\e018'}.m-a-icon-periscope:before{content:'\e019'}.m-a-icon-askfm:before{content:'\e01a'}.m-a-icon-livejournal:before{content:'\e01b'}.m-a-icon-blogger:before{content:'\e01c'}.m-a-icon-taringa:before{content:'\e01d'}.m-a-icon-odnoklassniki:before{content:'\e01e'}.m-a-icon-bebee:before{content:'\e01f'}.m-a-icon-livestream:before{content:'\e020'}.m-a-icon-slides:before{content:'\e021'}.m-a-icon-quora:before{content:'\e022'}.m-a-icon-tinder:before{content:'\e023'}.m-a-icon-plurk:before{content:'\e024'}.m-a-icon-buzzfeed:before{content:'\e025'}.m-a-icon-everplaces:before{content:'\e026'}.m-a-icon-goodreads:before{content:'\e027'}.m-a-icon-whatsapp:before{content:'\e028'}.m-a-icon-telegram:before{content:'\e029'}.m-a-icon-draugiemlv:before{content:'\e02a'}.m-a-icon-spreaker:before{content:'\e02b'}.m-a-icon-houzz:before{content:'\e02c'}.m-a-icon-tripadvisor:before{content:'\e02d'}.m-a-icon-upwork:before{content:'\e02e'}.m-a-icon-gumtree:before{content:'\e02f'}.m-a-icon-speakerdeck:before{content:'\e030'}.m-a-icon-medium:before{content:'\e031'}.m-a-icon-runkeeper:before{content:'\e032'}.m-a-icon-deezer:before{content:'\e033'}.m-a-icon-bandcamp:before{content:'\e034'}.m-a-icon-kaggle:before{content:'\e035'}.m-a-icon-superuser:before{content:'\e036'}.m-a-icon-500px:before{content:'\e037'}.m-a-icon-storify:before{content:'\e038'}.m-a-icon-coderwall:before{content:'\e039'}.m-a-icon-jsfiddle:before{content:'\e03a'}.m-a-icon-ifixit:before{content:'\e03b'}.m-a-icon-mixcloud:before{content:'\e03c'}.m-a-icon-designernews:before{content:'\e03d'}.m-a-icon-twitch:before{content:'\e03e'}.m-a-icon-readthedocs:before{content:'\e03f'}.m-a-icon-coursera:before{content:'\e040'}.m-a-icon-googleplay:before{content:'\e041'}.m-a-icon-styleshare:before{content:'\e042'}.m-a-icon-github:before{content:'\e043'}.m-a-icon-wikipedia:before{content:'\e044'}.m-a-icon-ello:before{content:'\e045'}.m-a-icon-stitcher:before{content:'\e046'}.m-a-icon-codepen:before{content:'\e047'}.m-a-icon-stackoverflow:before{content:'\e048'}.m-a-icon-digg:before{content:'\e049'}.m-a-icon-line:before{content:'\e04a'}.m-a-icon-researchgate:before{content:'\e04b'}.m-a-icon-academia:before{content:'\e04c'}.m-a-icon-bookbub:before{content:'\e04d'}.m-a-icon-rss:before{content:'\e04e'}.m-a-icon-applepodcasts:before{content:'\e04f'}.m-a-icon-castbox:before{content:'\e050'}.m-a-icon-radiopublic:before{content:'\e051'}.m-a-icon-tunein:before{content:'\e052'}.m-a-icon-scoutfm:before{content:'\e053'}.m-a-icon-overcast:before{content:'\e054'}.m-a-icon-breaker:before{content:'\e055'}.m-a-icon-philpapers:before{content:'\e056'}.m-a-icon-tiktok:before{content:'\e057'}.m-a-icon-lbry:before{content:'\e058'}.m-a-icon-gab:before{content:'\e059'}.m-a-icon-orcid:before{content:'\e05a'}.m-a-icon-stackexchange:before{content:'\e05b'}.m-a-icon-mastodon:before{content:'\e05c'}.m-a-icon-peepeth:before{content:'\e05d'}.m-a-icon-vero:before{content:'\e05e'}.m-a-icon-wechat:before{content:'\e05f'}.m-a-icon-bluesky:before{content:'\e060'}.m-a-icon-strava:before{content:'\e061'}.m-a-icon-imdb:before{content:'\e062'}.m-a-icon-threads:before{content:'\e063'}.m-a-icon-qq:before{content:'\e064'}.m-a-icon-messenger:before{content:'\e065'}.m-a-icon-flipboard:before{content:'\e066'}.m-a-icon-twitterbird:before{content:'\e700'}.m-a-icon-linkedin:before{content:'\e800'}.m-a-icon-slideshare:before{content:'\e803'}.m-a-icon-itunes:before{content:'\e80a'}.m-a-icon-dropbox:before{content:'\e80c'}.m-a-icon-star-bold:before{content:'\f000'}.m-a-icon-star-empty:before{content:'\f001'}.m-a-icon-star:before{content:'\f002'}.m-a-icon-heart-empty:before{content:'\f003'}.m-a-icon-heart:before{content:'\f004'}.m-a-icon-ok:before{content:'\f005'}.m-a-icon-cancel:before{content:'\f006'}.m-a-icon-plus:before{content:'\f007'}.m-a-icon-minus:before{content:'\f008'}.m-a-icon-checkmark:before{content:'\f009'}.m-a-icon-notice:before{content:'\f00a'}.m-a-icon-tip:before{content:'\f00b'}.m-a-icon-info:before{content:'\f00c'}.m-a-icon-show:before{content:'\f00d'}.m-a-icon-hide:before{content:'\f00e'}.m-a-icon-doc:before{content:'\f00f'}.m-a-icon-docs:before{content:'\f010'}.m-a-icon-list:before{content:'\f011'}.m-a-icon-feather:before{content:'\f012'}.m-a-icon-user:before{content:'\f013'}.m-a-icon-phone:before{content:'\f014'}.m-a-icon-mail:before{content:'\f015'}.m-a-icon-mail-alt:before{content:'\f016'}.m-a-icon-paper-plane-empty:before{content:'\f017'}.m-a-icon-paper-plane:before{content:'\f018'}.m-a-icon-at:before{content:'\f019'}.m-a-icon-web:before{content:'\f01a'}.m-a-icon-xing:before{content:'\e801'}.m-a-icon-yelp:before{content:'\e802'}.m-a-icon-reverbnation:before{content:'\e804'}.m-a-icon-eventbrite:before{content:'\e805'}.m-a-icon-patreon:before{content:'\e806'}.m-a-icon-teespring:before{content:'\e807'}.m-a-icon-glassdoor:before{content:'\e808'}.m-a-icon-toptal:before{content:'\e809'}.m-a-icon-ebay:before{content:'\e80b'}.m-a-icon-dribbble:before{content:'\e80d'}.m-a-icon-behance:before{content:'\e80e'}.m-a-icon-paypal:before{content:'\e80f'}.m-a-icon-angellist:before{content:'\e810'}.m-a-icon-amazon:before{content:'\e811'}.m-a-icon-scribd:before{content:'\e812'}.m-a-icon-etsy:before{content:'\e813'}.m-a-icon-viadeo:before{content:'\e814'}.m-a-icon-lineat:before{content:'\e815'}.m-a-icon-untappd:before{content:'\e816'}.m-a-icon-kofi:before{content:'\e817'}.m-a-icon-substack:before{content:'\e818'}.m-a-icon-mbachic:before{content:'\e819'}.m-a-icon-uhive:before{content:'\e81a'}.m-a-icon-muck-rack:before{content:'\e81b'}