/* =========================================================
   SINGLE POST LAYOUT
========================================================= */
.cd-single{
  padding:32px 0 76px;
  background:
    linear-gradient(180deg, rgba(56,182,255,.10), rgba(255,255,255,0) 260px),
    var(--bg);
  overflow-x:clip;
  overflow-y:visible;
}

.cd-single .cd-container{
  width:min(1160px, calc(100% - 32px));
  padding:0;
}

.cd-single-layout{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0, 760px) 320px;
  gap:36px;
  align-items:start;
  justify-content:center;
}

.cd-single-prehead{
  display:grid;
  grid-template-columns:minmax(0, 760px) 320px;
  gap:36px;
  justify-content:center;
  margin:0 0 14px;
}

.cd-single-prehead--plain{
  grid-template-columns:minmax(0, 920px);
}

.cd-single-prehead__inner{
  min-width:0;
}

.cd-single-layout__main{
  min-width:0;
}

.cd-single-layout--plain{
  grid-template-columns:minmax(0, 920px);
  justify-content:center;
}

.cd-single-sidebar{
  position:sticky;
  top:calc(var(--header-h, 72px) + 16px);
  align-self:start;
  height:max-content;
  margin-top:0;
  max-height:none;
  overflow:visible;
  transform:translateZ(0);
  display:grid;
  gap:18px;
  min-width:0;
}

body.admin-bar .cd-single-sidebar{
  top:calc(var(--header-h, 72px) + 48px);
}

@media (max-width:782px){
  body.admin-bar .cd-single-sidebar{
    top:calc(var(--header-h, 72px) + 62px);
  }
}

@supports not (overflow:clip){
  .cd-single{
    overflow-x:visible;
  }
}

/* =========================================================
   SINGLE POST (Article)
========================================================= */
.cd-article{
  border:0;
  background:transparent;
  border-radius:0;
  overflow:visible;
  box-shadow:none;
}

.cd-article__head{
  padding:0 0 24px;
}

.cd-article__cats{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
  font-size:12px;
  font-weight:850;
  letter-spacing:0;
  line-height:1.2;
  text-transform:uppercase;
}
.cd-article__cats a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#38b6ff;
  text-decoration:none;
}
.cd-article__cats a::before{
  content:"";
  width:18px;
  height:2px;
  border-radius:2px;
  background:currentColor;
}
.cd-article__cats a:hover{
  color:#0a95df;
  opacity:1;
}

.cd-article__title{
  max-width:100%;
  margin:0;
  font-size:42px;
  font-weight:900;
  line-height:1.08;
  letter-spacing:0;
  overflow-wrap:anywhere;
  text-wrap:balance;
}

.cd-article__meta{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:8px 12px;
  align-items:center;
  color:var(--muted-2);
  font-size:13px;
  line-height:1.35;
}
.cd-article__dot{opacity:.55}

.cd-article__comments{
  display:inline-flex;
  align-items:center;
  color:inherit;
  font:inherit;
  line-height:inherit;
  text-decoration:none;
  white-space:nowrap;
}

a.cd-article__comments:hover{
  color:var(--accent-hover);
  text-decoration:underline;
  text-decoration-color:rgba(56,182,255,.55);
  text-underline-offset:3px;
}

.cd-article__lead{
  max-width:100%;
  margin:18px 0 0;
  padding:0;
  font-size:18px;
  line-height:1.65;
  font-weight:550;
  color:var(--muted);
  background:transparent;
  border:0;
  border-radius:0;
  overflow-wrap:anywhere;
}

.cd-article__hero{
  margin:0;
  border:1px solid var(--border);
  border-radius:8px;
  background:var(--panel-2);
  overflow:hidden;
}
.cd-article__hero img{
  width:100%;
  aspect-ratio:16/9;
  height:auto;
  display:block;
  object-fit:cover;
}

.cd-article__content{
  width:100%;
  margin:0;
  padding:22px 0 0;
  color:var(--text);
  line-height:1.76;
  font-size:18px;
  overflow-wrap:anywhere;
}
.cd-article__content > *{
  margin-top:0;
  margin-bottom:0;
}
.cd-article__content > * + *{
  margin-top:18px;
}

.cd-article__content > :first-child{
  margin-top:0;
}

.cd-article__content a{
  color:var(--text);
  text-decoration:underline;
  text-underline-offset:3px;
  text-decoration-thickness:1px;
}
.cd-article__content a:hover{opacity:.9}

.cd-article__content h2,
.cd-article__content h3,
.cd-article__content h4{
  color:var(--text);
  font-weight:850;
  letter-spacing:0;
  line-height:1.18;
}
.cd-article__content h2{
  margin-top:34px;
  font-size:30px;
}
.cd-article__content h3{
  margin-top:30px;
  font-size:24px;
}
.cd-article__content h4{
  margin-top:26px;
  font-size:20px;
}

.cd-article__content ul,
.cd-article__content ol{
  padding-left:24px;
}
.cd-article__content li + li{margin-top:8px}

.cd-article__content blockquote{
  margin:30px 0;
  padding:18px 20px;
  border-left:3px solid rgba(56,182,255,.55);
  background:var(--panel-2);
  border-radius:8px;
  color:var(--text);
}
.cd-article__content hr{
  border:0;
  height:1px;
  background:var(--accent-soft);
  margin:34px 0;
}
.cd-article__content img{
  border-radius:8px;
  border:1px solid var(--border);
}

.wp-caption{max-width:100%;margin:28px 0}
.wp-caption-text{margin-top:8px;font-size:12px;opacity:.65}

.cd-article__pages{
  margin-top:24px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.cd-article__pages a,
.cd-article__pages span{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:var(--text);
  border:1px solid var(--border);
  background:var(--panel-2);
  padding:10px 12px;
  border-radius:8px;
}

.cd-article__foot{
  margin-top:34px;
  padding:24px 0 0;
  border-top:1px solid var(--border);
  background:transparent;
}

/* tags */
.cd-article__tags{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
.cd-article__tagslabel{font-size:12px;opacity:.72}

.cd-tag{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:var(--r-pill);
  text-decoration:none;
  color:var(--text);
  font-size:12px;
  border:1px solid var(--border);
  background:var(--panel-2);
  transition:transform .14s ease, background .14s ease, border-color .14s ease;
}
.cd-tag:hover{
  background:var(--panel-3);
  border-color:var(--border-2);
  transform:translateY(-1px);
}

/* prev/next */
.cd-article__nav{
  margin-top:16px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.cd-article__nav a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  text-align:center;
  padding:12px 14px;
  border-radius:8px;
  text-decoration:none;
  color:var(--text);
  border:1px solid var(--border);
  background:var(--panel-2);
  transition:background .14s ease, border-color .14s ease, transform .14s ease;
}
.cd-article__nav a:hover{
  background:var(--panel-3);
  border-color:var(--border-2);
  transform:translateY(-2px);
}

@media (max-width:1120px){
  .cd-single-layout,
  .cd-single-prehead{
    grid-template-columns:minmax(0, 820px);
  }

  .cd-single-sidebar{
    position:static;
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:820px){
  .cd-article__head{
    padding:0 0 22px;
  }

  .cd-article__title{
    font-size:36px;
    line-height:1.08;
  }

  .cd-article__content{
    width:100%;
    padding:22px 0 0;
  }

  .cd-article__foot{
    padding:22px 0 0;
  }
}

@media (max-width:620px){
  .cd-single{
    padding:22px 0 56px;
  }

  .cd-single .cd-container{
    width:min(100% - 24px, 1240px);
  }

  .cd-single-sidebar{
    grid-template-columns:1fr;
  }

  .cd-article__head{
    padding:0 0 18px;
  }

  .cd-article__title{
    font-size:30px;
  }

  .cd-article__meta{
    gap:6px 10px;
  }

  .cd-article__lead{
    font-size:16px;
  }

  .cd-article__content{
    padding:20px 0 0;
    font-size:17px;
    line-height:1.82;
  }

  .cd-article__content h2{
    font-size:24px;
  }

  .cd-article__content h3{
    font-size:21px;
  }

  .cd-article__foot{
    padding:20px 0 0;
  }

  .cd-article__nav{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   ARTICLE BAR
========================================================= */
.cd-articlebar{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:stretch;
  gap:10px;
  padding:0;
  border-radius:0;
  border:0;
  background:transparent;
}

.cd-articlebar__left{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  width:100%;
  min-width:0;
  color:var(--muted-2);
}

.cd-articlebar__right{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:8px;
  width:100%;
}

.cd-articlebar__item{
  font-size:12px;
  opacity:.78;
  line-height:1.2;
}

.cd-articlebar__dot{opacity:.55}

.cd-articlebar__link{
  color:var(--text);
  text-decoration:none;
  opacity:.95;
}
.cd-articlebar__link:hover{text-decoration:underline}

.cd-articlebar__source{opacity:.9}

.cd-articlebar__btn{
  min-height:40px;
  padding:0 12px;
  border-radius:8px;
  border:1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)),
    #fff;
  color:var(--text);
  cursor:pointer;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:12px;
  font-weight:850;
  line-height:1.15;
  box-shadow:0 8px 18px rgba(15,56,86,.10);
  transition:background .14s ease, border-color .14s ease, color .14s ease, transform .14s ease, box-shadow .14s ease;
}

.cd-articlebar__btn:nth-child(1){
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)),
    #fff;
  border-color:var(--border);
}

.cd-articlebar__btn:nth-child(2){
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)),
    #fff;
  border-color:var(--border);
}

.cd-articlebar__btn:nth-child(3){
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)),
    #fff;
  border-color:var(--border);
}

.cd-articlebar__btn:hover{
  color:var(--accent-hover);
  background:
    linear-gradient(180deg, rgba(56,182,255,.11), rgba(255,255,255,.045)),
    #fff;
  border-color:rgba(56,182,255,.34);
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(15,56,86,.14);
}

.cd-articlebar__btn:focus-visible{
  outline:2px solid rgba(56,182,255,.72);
  outline-offset:3px;
}

.cd-articlebar__btn.is-copied{
  background:rgba(56,182,255,.16);
  border-color:rgba(56,182,255,.38);
  color:#0a95df;
}

@media (max-width:560px){
  .cd-articlebar__right{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:6px;
  }

  .cd-articlebar__btn{
    min-height:38px;
    padding:0 8px;
    font-size:11px;
    border-radius:7px;
    box-shadow:none;
  }
}

@media (max-width:360px){
  .cd-articlebar__right{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   SIDEBAR
========================================================= */
.cd-section-kicker{
  margin:0;
  color:#38b6ff;
  font-size:12px;
  font-weight:850;
  letter-spacing:0;
  line-height:1.2;
  text-transform:uppercase;
}

.cd-sidebar-panel{
  padding:18px;
  border:1px solid var(--border);
  border-radius:8px;
  background:var(--panel);
  box-shadow:var(--shadow);
  overflow:hidden;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.cd-sidebar-panel:hover{
  transform:translateY(-3px);
  border-color:var(--border-2);
  box-shadow:0 18px 42px rgba(15,56,86,.14);
}

.cd-sidebar-panel__head{
  padding-bottom:14px;
  border-bottom:1px solid var(--border);
}

.cd-sidebar-panel__head h2{
  margin:5px 0 0;
  font-size:18px;
  font-weight:850;
  line-height:1.2;
  letter-spacing:0;
}

.cd-ranked-list,
.cd-side-list{
  list-style:none;
  margin:0;
  padding:0;
}

.cd-ranked-list{
  display:grid;
}

.cd-ranked-list__item{
  display:grid;
  grid-template-columns:44px minmax(0, 1fr);
  gap:12px;
  padding:15px 0;
  border-bottom:1px solid var(--border);
}

.cd-ranked-list__item:last-child,
.cd-side-list__item:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.cd-ranked-list__number{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:32px;
  border:1px solid var(--border);
  border-radius:6px;
  color:#f5b942;
  font-size:12px;
  font-weight:900;
}

.cd-ranked-list a{
  align-self:center;
  color:var(--text);
  font-weight:800;
  line-height:1.34;
  text-decoration:none;
  overflow-wrap:anywhere;
}

.cd-ranked-list a:hover{
  opacity:1;
  text-decoration:underline;
  text-underline-offset:.18em;
}

.cd-side-list{
  display:grid;
}

.cd-side-list__item{
  padding:15px 0;
  border-bottom:1px solid var(--border);
}

.cd-news-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px 0;
  align-items:center;
  margin-top:0;
  color:var(--muted-2);
  font-size:13px;
  line-height:1.35;
}

.cd-card-meta__sep{
  margin:0 .42em;
  color:inherit;
}

.cd-news-meta > *,
.cd-archive-card__meta > *{
  color:inherit;
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
  letter-spacing:0;
  line-height:inherit;
}

.cd-card-meta__date,
.cd-card-meta__comments{
  display:inline-flex;
  align-items:center;
  color:inherit;
  font:inherit;
  font-size:inherit;
  font-weight:inherit;
  line-height:inherit;
  text-decoration:none;
  white-space:nowrap;
}

.cd-side-list h3{
  margin:7px 0 0;
  font-size:16px;
  font-weight:850;
  line-height:1.35;
  letter-spacing:0;
  overflow-wrap:anywhere;
}

.cd-side-list a{
  color:var(--text);
  text-decoration:none;
}

.cd-side-list a:hover{
  opacity:1;
  text-decoration:underline;
  text-underline-offset:.18em;
}

/* =========================================================
   PAGINATION
========================================================= */
.cd-pagination{margin-top:18px}
.cd-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:var(--text);
  border:1px solid var(--border);
  background:var(--panel-2);
  padding:10px 12px;
  border-radius:var(--r-12);
  margin-right:8px;
}
.cd-pagination .page-numbers.current{
  background:var(--accent-soft);
}

/* =========================================================
   SECTION TITLES / RELATED / COMMENTS
========================================================= */
.cd-section-title{
  margin:0 0 16px;
  font-size:20px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:.2px;
}

.cd-related{
  margin-top:24px;
}

.cd-related .cd-archive-card__meta--inline{
  display:flex;
  white-space:normal;
}

.cd-js .cd-single .cd-archive-card,
.cd-js .cd-single .cd-sidebar-panel{
  opacity:0;
  transform:translateY(14px);
}

.cd-js .cd-single .cd-archive-card.is-visible,
.cd-js .cd-single .cd-sidebar-panel.is-visible{
  opacity:1;
  transform:translateY(0);
  transition:opacity .42s ease, transform .42s ease, border-color .2s ease, box-shadow .2s ease;
}

.cd-js .cd-single .cd-archive-card.is-visible:hover,
.cd-js .cd-single .cd-sidebar-panel.is-visible:hover{
  transform:translateY(-3px);
  border-color:var(--border-2);
  box-shadow:0 18px 42px rgba(15,56,86,.14);
}

.comments-area{
  margin-top:24px;
  padding:18px 18px 20px;
  border:1px solid var(--border);
  background:var(--panel-2);
  border-radius:var(--r-18);
}

.comment-reply-title{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
}

.cd-comment-notice{
  margin:0 0 14px;
  padding:12px 14px;
  border-radius:10px;
  font-size:14px;
  line-height:1.55;
}

.cd-comment-notice--error{
  border:1px solid rgba(245,185,66,.34);
  background:rgba(245,185,66,.10);
  color:#87620d;
}

.comment-reply-title + .cd-comment-notice{
  margin-top:-2px;
}

.logged-in-as,
.comment-notes,
.form-allowed-tags{
  display:none !important;
}

.comment-list{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid;
  gap:14px;
}

.comment-list > li{
  list-style:none !important;
  margin:0;
  padding:0;
}

.comment-body{
  border:1px solid var(--border);
  border-radius:18px;
  padding:14px 16px;
  background:var(--panel);
}

.cd-comment-head{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:12px;
}

.cd-comment-avatar img,
.cd-comment-avatar .avatar{
  width:40px;
  height:40px;
  display:block;
  border-radius:999px;
  border:1px solid var(--border);
  background:var(--panel-2);
}

.comment-list .children .cd-comment-avatar img,
.comment-list .children .cd-comment-avatar .avatar{
  width:34px;
  height:34px;
}

.cd-comment-main{
  min-width:0;
  flex:1;
}

.cd-comment-metarow{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.cd-comment-date{
  font-size:11px;
  line-height:1.2;
  color:#8e8e93;
}

.cd-comment-author{
  font-size:15px;
  line-height:1.2;
  font-weight:800;
  color:var(--text);
}

.comment-list .children .cd-comment-author{
  font-size:14px;
}

.comment-list .children .cd-comment-date{
  font-size:10px;
}

.comment-awaiting-moderation{
  display:inline-flex;
  margin-top:8px;
  padding:8px 10px;
  border-radius:999px;
  background:var(--panel-2);
  font-size:11px;
  line-height:1.2;
  color:var(--muted);
}

.cd-comment-content{
  margin:0 0 12px 52px;
  font-size:15px;
  line-height:1.75;
  color:var(--text);
  opacity:.96;
  overflow-wrap:anywhere;
}

.cd-comment-content p{
  margin:0;
}

.cd-comment-content > * + *{
  margin-top:10px;
}

.reply{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-left:52px;
}

.reply a,
.comment-edit-link,
.comment-reply-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:30px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background:var(--panel-2);
  color:var(--text);
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  line-height:1;
  transition:background .14s ease, border-color .14s ease, transform .14s ease;
}

.reply a:hover,
.comment-edit-link:hover,
.comment-reply-link:hover{
  background:var(--panel-3);
  border-color:var(--border-2);
  transform:translateY(-1px);
  text-decoration:none;
}

.comment-list .children{
  list-style:none !important;
  margin:12px 0 0;
  padding-left:18px;
  border-left:1px solid var(--border);
  display:grid;
  gap:12px;
}

.comment-list .children .comment-body{
  border-radius:16px;
  background:var(--panel-2);
}

.comment-list .children .cd-comment-content{
  margin-left:46px;
  font-size:14px;
  line-height:1.7;
}

.comment-list .children .reply{
  margin-left:46px;
}

.comment-respond{
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid var(--border);
}

.comment-form{
  display:grid;
  gap:12px;
}

.comment-form-comment{
  margin:0;
}

.comment-form label{
  display:block;
  margin:0 0 8px;
  font-size:12px;
  opacity:.82;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea{
  width:100%;
  border-radius:var(--r-12);
  border:1px solid var(--border);
  background:var(--panel-2);
  color:var(--text);
  padding:14px 14px;
  outline:none;
  font:inherit;
}

.comment-form textarea{
  min-height:160px;
  resize:vertical;
  line-height:1.6;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus{
  border-color:var(--accent-border);
  box-shadow:0 0 0 3px var(--accent-soft);
}

.comment-form-cookies-consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:12px;
  opacity:.8;
}

.comment-form-cookies-consent input{
  margin-top:2px;
}

.comment-form .form-submit{
  margin:0;
}

.comment-form .submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  justify-self:start;
  min-width:170px;
  height:42px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid var(--accent);
  background:var(--accent);
  color:#fff;
  font-size:14px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  transition:transform .14s ease, filter .14s ease;
}

.comment-form .submit:hover{
  transform:translateY(-1px);
  filter:brightness(.95);
}

#cancel-comment-reply-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:30px;
  padding:0 12px;
  margin-left:8px;
  border-radius:999px;
  border:1px solid var(--border);
  background:var(--panel-2);
  color:var(--text);
  text-decoration:none;
  font-size:12px;
  line-height:1;
  opacity:1;
  transition:background .14s ease, border-color .14s ease, transform .14s ease;
}

#cancel-comment-reply-link:hover{
  background:var(--panel-3);
  border-color:var(--border-2);
  transform:translateY(-1px);
  text-decoration:none;
}

.cd-comments__empty{
  margin:0;
  font-size:13px;
  opacity:.75;
}

/* =========================================================
   COMMENTS GATE (blur + login CTA)
========================================================= */
.cd-commentgate{
  position:relative;
  margin-top:16px;
  border-radius:var(--r-18);
  overflow:hidden;
  border:1px solid var(--border);
  background:var(--panel-2);
}

.cd-commentgate__blur{
  padding:16px 18px 18px;
  filter:blur(6px);
  opacity:.75;
  transform:scale(1.02);
  pointer-events:none;
  user-select:none;
}

.cd-commentgate__fake{
  border:1px solid var(--border);
  background:var(--panel-2);
  border-radius:var(--r-16);
  padding:12px;
}

.cd-commentgate__label{
  font-size:12px;
  opacity:.8;
  margin:0 0 8px;
}

.cd-commentgate__field{
  height:120px;
  border-radius:var(--r-12);
  border:1px solid var(--border);
  background:var(--panel-2);
}

.cd-commentgate__actions{
  margin-top:10px;
  display:flex;
  justify-content:flex-start;
}

.cd-commentgate__btnfake{
  height:40px;
  padding:0 14px;
  border-radius:var(--r-pill);
  border:1px solid var(--accent);
  background:var(--accent);
  color:#fff;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.cd-commentgate__overlay{
  position:absolute;
  inset:0;
  display:grid;
  place-content:center;
  gap:8px;
  padding:22px;
  text-align:center;
  background:rgba(16,48,72,.45);
  color:#fff;
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

.cd-commentgate__emoji{
  font-size:34px;
  line-height:1;
}

.cd-commentgate__title{
  font-size:16px;
  font-weight:800;
  letter-spacing:.2px;
}

.cd-commentgate__desc{
  font-size:13px;
  opacity:.78;
}

.cd-commentgate__cta{
  margin-top:6px;
  height:42px;
  padding:0 16px;
  border-radius:var(--r-pill);
  background:var(--accent);
  color:#fff;
  font-weight:800;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  justify-self:center;
  transition:transform .14s ease, filter .14s ease;
}

.cd-commentgate__cta:hover{
  transform:translateY(-1px);
  filter:brightness(.95);
}

@media (prefers-reduced-motion:reduce){
  .cd-sidebar-panel,
  .cd-js .cd-single .cd-archive-card,
  .cd-js .cd-single .cd-sidebar-panel,
  .cd-js .cd-single .cd-archive-card.is-visible,
  .cd-js .cd-single .cd-sidebar-panel.is-visible{
    opacity:1;
    transform:none;
    transition:none;
  }
}

@media (max-width:640px){
  .comments-area{
    padding:16px 14px 18px;
  }

  .comment-body{
    padding:13px 13px 12px;
  }

  .cd-comment-avatar img,
  .cd-comment-avatar .avatar{
    width:36px;
    height:36px;
  }

  .cd-comment-content{
    margin-left:48px;
    font-size:14px;
  }

  .reply{
    margin-left:48px;
  }

  .comment-list .children{
    padding-left:12px;
  }

  .comment-list .children .cd-comment-content,
  .comment-list .children .reply{
    margin-left:42px;
  }

  .comment-form textarea{
    min-height:140px;
  }
}
