:root {
  --b-font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --b-font-mono: Consolas, Monaco, monospace;
  --b-txt: #475569;
  --b-bg-1: #f5f5f5;
  --b-bg-2: #eceff4;
  --b-line: #eceff4;
  --b-link: #164e63;
  --b-link-hover: #0e7490;
  --b-btn-bg: dodgerblue;
  --b-btn-txt: #fff;
  --b-focus: #0e7490;
  --layout-gap: 20px;
}
*,::before,::after{box-sizing:border-box}
html {scroll-behavior: smooth;}
html:focus-within{scroll-behavior:smooth}
body{
  max-width: 100vw;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  background-color:var(--b-bg-1);
  font-family:var(--b-font-main);
  text-rendering:optimizeSpeed;
  line-height:1.5;
  color:var(--b-txt);
  -moz-tab-size:4;tab-size:4;word-break:break-word;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,details,blockquote,pre,figure,table,address,hr,fieldset,iframe,audio,video{margin:0 0 1.5rem}h1,h2,h3,h4,h5,h6{line-height:1.25;margin-top:2rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1rem}h5{font-size:.875rem}h6{font-size:.75rem}a{color:var(--b-link);text-decoration:none}a:hover{text-decoration:underline}img,video,svg{max-width:100%;height:auto}embed,iframe,object{max-width:100%}iframe{border-style:none}abbr[title]{text-decoration:underline;text-decoration:underline dotted}blockquote{margin-left:0;padding:.5rem 0 .5rem 1.5rem;border-left:.25rem solid var(--b-txt)}blockquote>:last-child{margin-bottom:0}small{font-size:.875rem}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}hr{height:0;overflow:visible;border:0;border-bottom:1px solid var(--b-line)}pre,code,kbd,samp,tt,var{background:var(--b-bg-2);border-radius:.25rem;padding:.125rem .25rem;font-family:var(--b-font-mono);font-size:.875rem}pre{padding:1rem;border-radius:0;overflow:auto;white-space:pre}pre code{padding:0}details{display:block;padding:.5rem 1rem;background:var(--b-bg-2);border:1px solid var(--b-line);border-radius:.25rem}details>:last-child{margin-bottom:0}details[open]>summary{margin-bottom:1.5rem}summary{display:list-item;cursor:pointer;font-weight:bold}summary:focus{box-shadow:none}table{border-collapse:collapse;width:100%;text-indent:0}table caption{margin-bottom:.5rem}tr{border-bottom:1px solid var(--b-line)}td,th{padding:.5rem 0}th{text-align:left}ul,ol,dd{padding-left:2rem}li>ul,li>ol{margin-bottom:0}fieldset{padding:.5rem .75rem;border:1px solid var(--b-line);border-radius:.25rem}legend{padding:0 .25rem}label{cursor:pointer;display:block;margin-bottom:.25rem}button,input,select,textarea{margin:0;padding:.5rem .75rem;max-width:100%;background:var(--b-bg-2);border:0;border-radius:.25rem;font:inherit;line-height:1.125;color:var(--b-txt)}select,input:not([size]):not([type=button i]):not([type=submit i]):not([type=reset i]):not([type=checkbox i]):not([type=radio i]){width:100%}[type=color i]{min-height:2.125rem}select:not([multiple]):not([size]){padding-right:1.5rem;background-repeat:no-repeat;background-position:right .5rem center;-moz-appearance:none;-webkit-appearance:none;appearance:none}textarea{width:100%;resize:vertical}textarea:not([rows]){height:8rem}button,[type=button i],[type=submit i],[type=reset i]{-webkit-appearance:button;display:inline-block;text-align:center;white-space:nowrap;background:var(--b-btn-bg);color:var(--b-btn-txt);border:0;cursor:pointer;transition:opacity .25s}button:hover,[type=button i]:hover,[type=submit i]:hover,[type=reset i]:hover{opacity:.75}button[disabled],[type=button i][disabled],[type=submit i][disabled],[type=reset i][disabled]{opacity:.5}progress{vertical-align:middle}[type=search i]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.5}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}[aria-busy=true i]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true i],[disabled]{cursor:not-allowed}:focus,details:focus-within{outline:none;box-shadow:0 0 0 2px var(--b-focus)}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,::before,::after{animation-delay:-1ms !important;animation-duration:1ms !important;animation-iteration-count:1 !important;background-attachment:initial !important;scroll-behavior:auto !important;transition-delay:0 !important;transition-duration:0 !important}}select:not([multiple]):not([size]){background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%232e3440'%3E%3Cpath d='M5 6l5 5 5-5 2 1-7 7-7-7 2-1z'/%3E%3C/svg%3E")}

body.show-menu {overflow: hidden;}
body.show-menu .mobile-menu,
body.show-menu div.overlay {display: flex;}
.smooth {transition:all .2s}
.mt2 {margin-top: 2em}
.pt2 {padding-top: 2em;}
.dspib {display: inline-block}
.mr1 {margin-right: 1rem}
.small {font-size: 80%;font-weight: 400;}
.fs90 {font-size: .9em}
.line-2-hidden {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/** Layout **/
.wrapper {flex: 1 auto;}
.container {width: 1100px;margin: 0 auto;max-width: 100%;}
.layout {
  display: grid;
  grid-template-columns: 240px 2fr 1fr;
  grid-gap: var(--layout-gap);
}
.layout > * {
  padding: var(--layout-gap) 0 0;
}

.layout.two-right {
  grid-template-columns: minmax(0, 2fr) 320px;
}
.layout.two-left {
  grid-template-columns: 240px 2fr;
}

.layout .fixed-sidebar {
  position: sticky;
  top: Calc(59px + var(--layout-gap));
}

/** Common **/
.btn-nav a, .btn-nav button {display: block;margin: 0 auto;}
.btn-nav a:first-child, .btn-nav button:first-child {margin-bottom: 1rem;}
.btn2 {background-color: #fff; color: #2c3e50}
.text-left {text-align: left;}
.text-center {text-align: center;}
.fl-r {float: right}
.flex {display: flex;gap: var(--layout-gap);}
.red {color: red}
.side-mh {max-height: 220px}
.sc-title {margin: 0 .5rem}

a:focus {box-shadow: none;}
a:hover {color: var(--b-link-hover);}
button {line-height: 1;}
input,
select,
textarea {line-height: 1.34;background: #f8fafc;}
.scroll,
.detail pre code {
  overflow: auto;
}
.scroll::-webkit-scrollbar-track,
.detail pre code::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.scroll::-webkit-scrollbar-thumb,
.detail pre code::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}
.scroll::-webkit-scrollbar-corner,
.detail pre code::-webkit-scrollbar-corner {
  background-color: transparent;
  border-color: transparent;
}
.scroll::-webkit-scrollbar,
.detail pre code::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.hide {display: none}
.show {display: block}
.btn {
  margin: 0;
  padding: 0.5rem 0.75rem;
  max-width: 100%;
  background: var(--b-bg-2);
  border: 0;
  border-radius: 0.25rem;
  font: inherit;
  line-height: 1.125;
  color: var(--b-txt);
  -webkit-appearance: button;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  background: var(--b-btn-bg);
  color: var(--b-btn-txt);
  border: 0;
  cursor: pointer;
  transition: opacity 0.25s;
}
.btn:hover {
  opacity: 0.75;
}
a.btn:hover {
  color: var(--b-btn-txt);
  text-decoration: none;
}

.btn.danger,
button.danger {
  background: rgb(213 33 50);
}
.link-icon {
  display: flex;
}
.link-icon svg {
  margin-right: 5px;
}
.box {
  border-radius: 0.25rem;
  background: #fff;
  padding: var(--layout-gap);
  border: 1px solid var(--b-line);
  margin-bottom: var(--layout-gap);
}
.box.full {
  padding: 0;
  overflow: hidden;
}
.box .head {
  line-height: 1;
  margin-bottom: 1rem;
}
.box-content {
  padding: var(--layout-gap);
}
.box-content > *:last-child {
  margin-bottom: 0;
}

.box > * {
  margin-top: 0;
  margin-bottom: var(--layout-gap);
}
.box > *:last-child {
  margin-bottom: 0;
}
.box .header {
  margin: 0 0 20px 0;
}
.page-desc {
  margin-top: var(--layout-gap);
}
.multi-checkbox {
  background: #f6f8fa;
  border-radius: 0.25rem;
  padding: 0;
  margin-top: 5px;
  max-height: 230px;
  border: 15px solid #f6f8fa;
  border-right-width: 5px;
}
.multi-checkbox .name {margin-left: 8px}

a.top {
  text-decoration:none;
  background: rgba(255, 255, 255, .8);
  right: .618em;
  font-size: 0;
  position: fixed;
  bottom: 0;
  font-weight: bold;
  width: 120px;
  padding: .6em 0;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all .3s ease;
  text-align: center;
  z-index: 100;
}

a.top.visible {
  font-size: 1em;
}

/** Main nav **/
a.logo {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  display: flex;
}
header {
  background: #fff;
  border-bottom: 1px solid var(--b-line);
  position: sticky;
  top: 0;
  z-index: 9;
}
footer {
  background: #fff;
  padding: var(--layout-gap);
  text-align: center;
}
footer p {
  margin: 20px 0 0;
  text-align: center;
}
nav.main {
  display: flex;
  align-items: center;
  padding: 0;
}
nav.main ul {
  list-style: none;
  padding: 0;
  flex-grow: 1;
  margin: 0;
  justify-content: flex-end;
}
.nav-menu {text-align: right;display: inline-flex;}
nav.main ul li {position: relative;}
nav.main ul li a {
  display: inline-block;
  padding: 16px 20px;

  font-weight: 600;
}

nav.main ul li a:hover {
  text-decoration: none;
  color: var(--b-link-hover);
}
nav.main ul li ul.sub {
  position: absolute;
  background: #fff;
  right: 0;
  z-index: 9;
  display: none;
  top: 50px;
  width: 200px;
  text-align: left;
  border-radius: 0.25rem;
  box-shadow: 0 0 2px 0 rgb(34 47 62 / 20%), 0 4px 8px 0 rgb(34 47 62 / 15%);
  overflow: hidden;
}
nav.main ul li ul.sub li {
  display: block;
}
nav.main ul li ul.sub li a {
  padding: 6px 15px;
  height: inherit !important;
  font-weight: 400;
  display: block;
}
nav.main ul li:hover ul.sub {
  display: flex;
  flex-direction: column;
}
nav.main ul li ul.sub li a:hover {
  background: #242933;
  color: #fff;
}
nav.main .user-menu {
  display: flex;
  justify-content: space-between;
  position: relative;
}
nav.main .user-menu i {
  width: 16px;
  cursor: pointer;
  padding: 16px 0;
  margin-right:5px;
}
nav.main ul li .user-menu a {
  padding-right: 0;
  display: block;
  padding-left: 5px;
}
nav.main .user-menu .avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: block;
}
nav.main ul.sub li a {
  padding: 5px 10px;
}
.search-btn i {
  width: 24px;
}
.menu-trigger {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: none;
  margin-bottom: 0;
}
.menu-trigger i {
  width: 32px;
  font-size: 24px;
}
.menu-trigger.menu-close [class^="fa-"]:before {
  width: 32px;
  height: 32px;
}
.mobile-menu {
  width: 320px;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  bottom: 0;
  flex-direction: column;
  padding: var(--layout-gap);
  z-index: 10;
  display: none;
  gap: 10px;
  overflow: auto;
  padding-top: 0;
}
.mobile-menu h2 {
  margin: 0;
  font-size: 1.2rem;
}
.menu-topics {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  gap: 5px;
}
.text-warning {color: #ec9a3c}
div.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 68%);
  z-index: 9;
  display: none;
}

.menu-head {
  position: sticky;
  top: 0;
  font-weight: 700;
  font-size: 1.6rem;
  z-index: 11;
  background: #fff;
  padding: 10px 0;
  color: var(--b-link);
}
label.menu-close {
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0;
}
nav.main ul li.search-mobile {
  display: none;
}

.hot-dir {text-align: center}
.hot-dir a {text-align:center;display:inline-block;width:2rem; margin: 0 .25rem .25rem 0; padding: .5rem;background-color: #f6f6f6; text-transform: uppercase;text-decoration: none}
.hot-dir a:last-child {margin-right: 0}
.hot-dir a:hover {background-color: #e2e2e2}
.hot-dir a.current {background-color: #e2e2e2}

.brand-dir a {text-align:center;display:inline-block;margin: 0 .25rem .25rem 0; padding: .5rem;background-color: #f6f6f6; text-transform: uppercase;text-decoration: none}
.brand-dir a:last-child {margin-right: 0}
.brand-dir a:hover {background-color: #e2e2e2}
/** Search form **/
.search-form {
  display: none;
  background: var(--b-bg-2);
  color: var(--b-txt);
  border-radius: 0.25rem;
  width: 330px;
  height: 38px;
}
.search-form:focus-within {
  box-shadow: none;
}
.search-form input:focus {
  box-shadow: none;
}
.search-form > * {
  background: transparent;
  color: inherit;
  box-shadow: none;
  transition: background 0.1s;
}

.search-form button:hover,
.search-form select:hover {
  border-radius: 0;
}
/** Message **/
ul.messages {margin: 0 0 var(--layout-gap) 0;list-style: none;padding: 0;}
ul.messages li {background: rgb(243, 242, 241);color: rgb(50, 49, 48);margin-bottom: 10px;padding: 5px 10px;border-radius: 0.25rem;font-size: 0.9rem;}
ul.messages li:last-child {margin-bottom: 0;}
ul.messages .success {background: rgb(223, 246, 221);}
ul.messages .warn {background: rgb(255, 244, 206);}
ul.messages .danger {background: rgb(254, 217, 204);}
ul.messages .error {background: rgb(253, 231, 233);}
/** Post compose **/
.save-actions {align-items: center;display: flex;flex: 0 0 auto;flex-wrap: wrap;justify-content: space-between;}
.save-actions > label {line-height: 34px;height: 34px;}
/** Login */
.login {display: grid;grid-template-columns: 1fr;grid-gap: var(--layout-gap);}
.login h1 {margin: 0;}
.login ul.socials {list-style: none;padding: 0;}
.login ul.socials li a {display: block;text-decoration: none;margin-bottom: 0.5em;}
.login ul.socials li a:hover {color: #fff;}
.login ul.socials li a i {font-size: 1.2em;}
/** intro **/
.intro {margin-top: var(--layout-gap);padding: 3rem 0;}
.intro form {margin: 0 auto}
input.search-input:focus {outline: 1px solid var(--b-link-hover);}
.intro ul {text-align: left; margin: 0 auto;}
/** card list **/
.cards {}
.tran{transition:all .2s ease-in-out}.tran:focus,.tran:hover{transform:translateY(-.1875rem)}
.card-a {display: flex;padding: 0.5rem 0.5rem 0.2rem 0.5rem;}
.card-a:hover {text-decoration: none;}
.card-img {flex-shrink: 0;width: 68px;height: 74px;overflow: hidden;margin: auto;}
.card-meta {margin-left: 1rem;padding-top: 0.4rem;flex: 1 0 0;}
.card-meta h5 {margin: 0 0 .5rem 0;padding: 0}
.card-meta p {margin:0;padding:0;color: rgba(103,119,136, 1);font-weight: normal;font-size:.815rem;line-height: 1.1rem;}
.cards .card {flex: 1 1 auto;height: 100%;box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);border-radius: .5em;border: 0.0625rem solid #e7eaf3;}
.cards .flex {display: flex;flex-wrap: wrap;margin: 0 auto;}
.cards .col {
  flex-basis: 260px;
  flex-shrink: 1;
  flex-grow: 1;
}
.cards .col img {height: 68px;width: 68px;}
/** Post detail **/
.detail .post-name {
  margin: 0 0 1rem 0;
  font-size: 2rem;
  font-weight: 800;
  text-transform: capitalize;
}
.detail h2 {text-transform: capitalize;}
.detail h3 {
  padding-left: 0.5em;
  margin-left: -0.5em;
  border-left: 0.5em solid var(--b-line);
  text-transform: capitalize;
}
.detail img {
  margin: auto;
  display: block;
  max-width: 320px;
}
article.detail img {width: 100%}
.detail img.featured-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.detail pre {
  background: #f6f8fa;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}
.detail > *:last-child {
  margin-bottom: 0;
}
.detail .content a {transition: all 0.3s;}
.detail .content td{}
.detail .content table.new-lis td img {
  width: 90px;
  height: 90px;
}
i.circle {
  border-radius: 50%;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.168rem;
  background: initial;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  font-style: normal;
  font-size: 1rem;
  font-family: sans-serif;
}
.detail .content .also-view {list-style: none;margin: 0;padding: 0}
.detail .content .also-view li {display: inline-block;width: 130px;margin-right: 5px;}
.detail .content .also-view li:last-child {margin-right: 0;}
.detail .content .also-view li:hover {background-color: var(--b-bg-2)}
.detail .content .also-view li img {max-width: 128px;height: 128px;padding-top: 1px}
.detail .content .also-view li span {padding: 0 2px;font-size:.875rem;display: block;line-height:1.2rem;max-height: 2.4rem;overflow: hidden;text-overflow: ellipsis;}
.detail .sr-nav {color: gray}
.detail .sr-nav i {margin-right: .875rem;}
.lst-none {list-style: none;margin: 0;padding: 0;}
.lst-none li {margin-bottom: .2em}
.rec-item {border-bottom: 1px solid #f7f7fc;padding-bottom:.5em;margin-bottom: .5em;}
.rec-item:last-child{border-bottom:none;}
.rec-item em {color: #ec9a3c;font-style: normal}
.rec-item strong {border-radius: 40%; background-color: #f7f7fc; padding: 0 .2em}
.ellipsis-online {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;word-break: break-all;}
.ellipsis-online-1 {-webkit-line-clamp: 1;}
.qka-score-value {background: center no-repeat url(/static/images/review-rating-index.svg);
  height: 80px;
  padding-top: 0.1em;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-style: normal;}
.score {display: inline-block;width: 40px; height: 32px;font-weight: bold;color: dodgerblue;text-align: center}
.detail .content .features {list-style: none;}
.detail .content .features li {font-size: .875rem;color: #677788;margin-bottom: 1rem}
.detail .content .features li i {color: #00c9a7;margin-left: -1.5rem}
.toc{list-style: none;margin: 0 0 1.8em 0;padding: 0}
.toc li {position: relative;padding: 6px 2px 6px 4px;}
.toc li.current {background: var(--b-bg-2)}
.toc a {text-decoration: none;display: block;}
.toc span.img-wrap {width: 32px;height: 32px;margin-right:.215em;display: inline-block;vertical-align: middle;justify-content: center;}
.toc img {max-width: 32px;max-height: 32px;overflow: hidden;}
.toc span.tn {font-size:.875em;display: inline-block;position: absolute;line-height:1.2em;max-height: 2.4em;overflow: hidden;text-overflow: ellipsis;}
.our-pick {padding: 0.1em 0.2em;
  position: absolute;
  margin-top: -2.2em;
  font-size: .875em;
  font-weight: 600;
  color: #377dff;
  background-color: rgba(55,125,255,.1);}
.seealso li {text-transform: capitalize;}
table.new-lis .brand {display: block}
table.new-lis i.fa-role {color: #00c9a7}
/** price table **/
.pricing {
  text-align: center;
  padding-bottom: 2rem;
  width: 100%;
  font-size: 0;
  opacity: 1;
  background-color: #123;
  transition: opacity .2s ease;
}
.pricing .line-2-hidden {height: 3rem}
.pricing a {text-decoration: none}
.pricing h2 {color: #fff;padding-top: 1.5em;text-transform: none}
.price-option {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  padding: 0.8em 0;
  margin-right: 0.3125em;
  font-size: 16px;
  opacity: 1;
  transition: opacity .2s ease;
}

.price-option:last-child { margin-right: 0; }

.pricing:hover .price-option { opacity: 0.8; }
.pricing:hover .price-option:hover { opacity: 1; }

.price-option__detail {
  padding: 2em 0;
  background: white;
  text-align: center;
}

.price-option--low .price-option__detail  { border-radius: .25em 0 0 0; }
.price-option--mid .price-option__detail  { padding: 2.3em 0; border-radius: .25em .25em 0 0; }
.price-option--high .price-option__detail { border-radius: 0 .25em 0 0; }

.price-option__score, .price-option__help {
  display: block;
}
.price-option__img a {height: 140px;display: flex;vertical-align: middle;justify-content:center;}
.price-option__img img {max-height: 140px}
.price-option__title {
  display: -webkit-box;
  font-size: 1rem;
  color: #383838;
  margin: 1rem 0;
  padding: 0 0.5rem;
}

.price-option__score {
  background: center no-repeat url(/static/images/review-rating-index.svg);
  height: 80px;
  padding-top: 0.1em;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-style: normal;
}

.price-option__purchase {
  position: relative;
  display: block;
  padding: .6em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(0,0,0,0.6);
}

.price-option--low .price-option__purchase  { background: #a7d155; border-radius: 0 0 0 .25em; }
.price-option--mid .price-option__purchase  { background: #eada42; border-radius: 0 0 .25em .25em; }
.price-option--high .price-option__purchase { background: #e54e4b; border-radius: 0 0 .25em 0; }

.price-option__purchase:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-style: solid;
}
.price-option--low .price-option__purchase:before  { border-color: transparent transparent #a7d155; }
.price-option--mid .price-option__purchase:before  { border-color: transparent transparent #eada42; }
.price-option--high .price-option__purchase:before { border-color: transparent transparent #e54e4b; }
/** Manage **/
ul.manage-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.manage-features li a {
  display: flex;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
}

ul.manage-features li [class^="fa-"]:before {
  font-size: 23px;
  margin-right: 10px;
  margin-left: 0;
}
.copy {cursor: copy}
.copy:hover {background-color: #ccc}
.h-lis li, .p-lis li {padding: .2em 0}
.h-lis li .current {background: #ccc}
.p-lis li span {cursor: copy}
.p-lis li:hover {background-color: var(--b-bg-1)}
/** Node list **/
.nodes-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nodes-list li:nth-child(2n + 1) {
  background: #f5f5f5;
}

.nodes-list li {
  padding: 10px 15px;
  border-radius: 0.25rem;
  display: flex;
  gap: var(--layout-gap);
}
.nodes-list li .name {
  flex-grow: 1;
  width: Calc(100% - 168px);
}
.nodes-list li .name .date {
  font-size: 0.9rem;
}

.nodes-list li > .info {
  text-align: left;
  font-size: 0.9rem;
  min-width: 120px;
  word-break: keep-all;
  flex-grow: 1;
}
.nodes-list li > .info .author {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nodes-list .status {
  background: #ccc;
  font-size: 0.875em;
  display: inline-block;
  padding: 0 5px 1px;
  border-radius: 0.25rem;
  margin: 0;
  color: rgb(50, 49, 48);
}
.nodes-list .status.error {
  background: rgb(253, 231, 233);
}
.nodes-list .status.success {
  background: rgb(223, 246, 221);
}

/** Image upload **/
input.image-input[type="file"] {
  display: none;
}
.image-upload-previewer {
  background: #f6f8fa;
  margin-top: 5px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23eceff4" d="M8.5,13.5L11,16.5L14.5,12L19,18H5M21,19V5C21,3.89 20.1,3 19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19Z" /></svg>');
  justify-content: center;
  align-items: center;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  cursor: pointer;
  position: relative;
  height: 118px;
}
.image-upload-previewer img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.image-upload-previewer img[src=""] {
  display: none;
}

/** Paginate **/
ul.paginate {
  margin: var(--layout-gap) 0;
  padding: 0;
  list-style: none;
  display: block;
  gap: 10px;
  text-align: center;
}
ul.paginate li {
  display: inline-block;
}
ul.paginate a {
  width: 132px;
  height: 32px;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 0.25rem;
  border: 2px solid var(--b-bg-2);
}
ul.paginate a:hover {
  background: var(--b-bg-2);
}
ul.paginate a.prev:before {
  content: "←\00a0";
}
ul.paginate a.next:after {
  content: "\00a0→";
}

/** Article list **/
.article-list article {
  margin-bottom: var(--layout-gap);
  position: relative;
  padding: 0;
  overflow: hidden;
  border: none;
  outline: 2px solid var(--b-bg-1);
}

.article-list article * {
  margin: 0;
}

.article-list article h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.article-list article a.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: 0;
  z-index: 1;
}
.article-list article:focus-within,
.article-list article:hover {
  outline: 2px solid var(--b-link-hover);
}
article .bg {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 42%;
  background-size: cover;
  background-position: 0 0;
  text-indent: -999999999999px;
  margin-bottom: 0;
  position: relative;
  background-image:url('../images/placeholder-blank_100.jpg')
}
article a {
  position: relative;
  z-index: 2;
}
.meta {font-size: 0.875em;line-height: 1.4;gap: 10px;margin-bottom: 1.4em;}
.meta .fa-chart-bar {font-weight: bold;color: gray;}
.avatar {
  display: block;
  width: 32px;
}
.avatar img {
  border-radius: 50%;
  margin-top: 2px;
}
.avatar.none {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23eceff4" d="M12,19.2C9.5,19.2 7.29,17.92 6,16C6.03,14 10,12.9 12,12.9C14,12.9 17.97,14 18,16C16.71,17.92 14.5,19.2 12,19.2M12,5A3,3 0 0,1 15,8A3,3 0 0,1 12,11A3,3 0 0,1 9,8A3,3 0 0,1 12,5M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z" /></svg>');
}
.profile .avatar {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 20px;
}
.author {
  font-weight: 500;
}
article a:hover {
  text-decoration: none;
}
article .info {
  margin: 0.5rem 0 0;
}
.tags a {
  display: inline-block;
  padding: 3px 5px;
  background: #f8fafc;
  font-size: 0.875em;
  border-radius: 0.25rem;
}
.tags a:before {
  content: "#";
}
.tags a:hover {
  background: #f1f5f9;
}
.tags {
  display: flex;
  gap: 10px;
}
article.detail .tags {margin-bottom: .5rem;}
article .actions {
  margin-top: 12px;
  text-align: right;
}
article .stat {
  gap: 10px;
}
article .stat > * {
  display: flex;
  margin: 4px 0;
  align-items: center;
  justify-content: center;
}
article h4 {
  margin: 0 0 0.5rem;text-transform: capitalize;
}
.posts-list > article {
  margin-bottom: var(--layout-gap);
}
.posts-list.manage > article {
  border-bottom: 1px solid var(--b-bg-2);
  padding-bottom: var(--layout-gap);
}
.posts-list > article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
article .pos {
  display: inline-block;
  margin-right: 5px;
  background: var(--b-bg-1);
  padding: 0px 6px;
  border-radius: 0.25rem;
}
article .pos:before {
  content: "#\00a0";
}
/** Topics **/
.topics {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.topics a {
  display: block;
}
.menu-topics a:before, .topics a:before {
  content: "#\00a0";
}
/** Profile **/
.user-attrs {
  justify-content: center;
  align-items: center;
}
.user-attrs > span {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.user-attrs > span svg {
  width: 22px;
  height: 22px;
}
.bio {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.bio p {
  margin-bottom: 0;
}
/**footer**/
.amztip {font-size: .75em}
/** Editor **/
.editor-toolbar button {color: var(--b-txt)}
.mely-editor {
  position: relative;
  border: 1px solid var(--b-line);
  border-radius: 0.25rem;
  transition: all 0.2s;
  max-width: 100%;
  padding: 5px;
  background: #fff;
  margin-bottom: 20px;}
.mely-editor.focused {
  border-color: rgb(89, 164, 222);
  box-shadow: rgb(0 116 204 / 15%) 0px 0px 0px 4px;
  outline: 0;
}
.mely-editor *:focus {
  outline: none;
  box-shadow: none;
}
.mely-editor-content {
  min-height: 500px;
  padding: 0;
  border-radius: 5px;
  position: relative;
  background: #fff;
}
.CodeMirror, .CodeMirror-scroll {
  min-height: 480px;
}
/** drag **/
.slist li.hint {
  background: #feffb4;
}
.slist li.active {
  background: #ffe7e7;
}
/*tooltip*/
[data-tooltip]:after {
  display: inline-block;
  text-align: center;
  letter-spacing: inherit;
  margin: 0;
  padding: 0.3em 0.9em;
  vertical-align: middle;
  background: #0074d9;
  color: #fff;
  border: 0;
  border-radius: 0.2em;
  width: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]:after, [data-tooltip]:before {
  position: absolute;
  z-index: 10;
  opacity: 0;
  border-width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: opacity 0.6s ease, height 0s ease 0.6s;
  top: calc(100% - 6px);
  left: 0;
  margin-top: 12px;
}
[data-tooltip]:after {
  margin-left: 0;
  font-size: 0.875em;
  background: #111;
  content: attr(data-tooltip);
  white-space: nowrap;
}
[data-tooltip]:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent transparent #111;
  margin-top: 0;
  left: 10px;
}
[data-tooltip]:hover:after, [data-tooltip]:focus:after, [data-tooltip]:hover:before, [data-tooltip]:focus:before {
  opacity: 1;
  border-width: 6px;
  height: auto;
}
[data-tooltip]:hover:after, [data-tooltip]:focus:after {
  padding: 0.45em 0.9em;
}
.tooltip-top:after, .tooltip-top:before {
  top: auto;
  bottom: calc(100% - 6px);
  left: 0;
  margin-bottom: 12px;
}
.tooltip-top:before {
  border-color: #111 transparent transparent;
  margin-bottom: 0;
  left: 10px;
}

.tooltip-right:after, .tooltip-right:before {
  left: 100%;
  margin-left: 6px;
  margin-top: 0;
  top: 0;
}
.tooltip-right:before {
  border-color: transparent #111 transparent transparent;
  margin-left: -6px;
  left: 100%;
  top: 7px;
}
.tooltip-left:after, .tooltip-left:before {
  right: 100%;
  margin-right: 6px;
  left: auto;
  margin-top: 0;
  top: 0;
}
.tooltip-left:before {
  border-color: transparent transparent transparent #111;
  margin-right: -6px;
  right: 100%;
  top: 7px;
}

/*font icon */
.fa-link-ext:after {
  font-family: "sslog";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  opacity: .8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-link-ext:before {display: none}
.fa-link-ext:after { content: '\f08e'; font-size: .875em}
/** auto complete **/
.search-list {list-style: none;background-color: #eee;text-align: left;margin: 0.1em;padding: 0 0.5em;}
.awesomplete [hidden] {display: none;}
.awesomplete .visually-hidden {position: absolute;clip: rect(0, 0, 0, 0);}
.awesomplete {display: inline-block;position: relative;width: 100%;}
.awesomplete > input {display: block;}
.awesomplete > ul {position: absolute;left: 0;z-index: 1;min-width: 100%;box-sizing: border-box;list-style: none;padding: 0;margin: 0;background: #fff;}
.awesomplete > ul:empty {display: none;}
.awesomplete > ul {border-radius: .3em;margin: .2em 0 0;background: hsla(0,0%,100%,.9);background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));border: 1px solid rgba(0,0,0,.3);box-shadow: .05em .2em .6em rgba(0,0,0,.2);text-shadow: none;}
@supports (transform: scale(0)) {
  .awesomplete > ul {transition: .3s cubic-bezier(.4,.2,.5,1.4);transform-origin: 1.43em -.43em;}
  .awesomplete > ul[hidden], .awesomplete > ul:empty {opacity: 0;transform: scale(0);display: block;transition-timing-function: ease;}
}
.awesomplete > ul:before {content: "";position: absolute;top: -.43em;left: 1em;width: 0;height: 0;padding: .4em;background: white;border: inherit;border-right: 0;border-bottom: 0;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.awesomplete > ul > li {position: relative;padding: .2em .5em;cursor: pointer;}
.awesomplete > ul > li:hover {background: hsl(200, 40%, 80%);color: black;}
.awesomplete > ul > li[aria-selected="true"] {background: hsl(205, 40%, 40%);color: white;}
.awesomplete mark {background: hsl(65, 100%, 50%);}
.awesomplete li:hover mark {background: hsl(68, 100%, 41%);}
.awesomplete li[aria-selected="true"] mark {background: hsl(86, 100%, 21%);color: inherit;}

@media (max-width: 992px) {
  .container {
    padding: 0 20px;
  }
  .left {
    display: none;
  }
  .layout.two-left .left {
    display: block;
  }
  .layout {
    grid-template-columns: 2fr 320px;
  }
  nav.main {
    padding: 0 20px;
  }
  .menu-trigger {
    display: flex;
    margin-left: 0;
  }
  .user-attrs {
    flex-direction: column;
    gap: 10px;
  }
  a.top {
    width: 100%;
    left: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .layout {
    display: block;
  }
  .search-form {
    max-width: 280px;
    width: auto;
  }
  .layout.two-left .left {
    display: none;
  }
  .detail .post-name {font-size: 1.5rem;}
  .text-center button.fa-amazon {margin-bottom: 1rem;}
  .pricing h2 {font-size: 1rem;}
  .price-option {width: 90%}
  table.new-lis thead, table.new-lis .brand {
    display: none;
  }
  table.new-lis td {
    display: flex;
  }
  table.new-lis td::before {
    content: attr(label);
    font-weight: bold;
    width: 120px;
    min-width: 120px;
  }
}
@media (max-width: 576px) {
  .search-form {
    margin: auto;
  }
  .nav-menu {display: none}
  .user-menu {
    margin-right: 10px;
  }
  .user-menu i {
    display: none;
  }
  nav.main ul li a {
    padding: 16px 10px;
  }
  nav.main ul li.search-mobile {
    display: flex;
  }
  nav.main ul li.search-mobile a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
