/* =========================================================
   AZ Managed IT — Active Forums dark theme (drop-in)
   Keeps your layout; replaces light colors with dark palette
   ========================================================= */
.dnn-community-forums{
  /* palette */
  --az-bg:        #0d1323;
  --az-panel:     #111c32;
  --az-panel-2:   #0b162b;
  --az-border:    #1f2a44;
  --az-text:      #e6edf3;
  --az-muted:     #9fb0c6;
  --az-link:      #30a2ff;
  --az-link-2:    #8bd0ff;
  --az-accent:    #0b5cab;
  --az-cta:       #f5b201;
  --az-cta-text:  #0b0f1a;
}

/* utilities (unchanged behavior) */
.dcf-center-vertically{display:flex;align-items:center}
.dcf-table-100{width:100%}
.dcf-d-none{display:none}
.dcf-invisible{position:absolute!important;clip:rect(1px,1px,1px,1px)}
.dcf-d-none-mob{display:none}
@media (min-width:768px){.dcf-d-none-mob{display:initial}}
.dcf-text-end{text-align:end}
.dcf-break-word{word-break:break-all}

/* global forum surface */
.dnn-community-forums,
.dnn-community-forums .afgrid,
.dnn-community-forums .af-content{background:var(--az-bg);color:var(--az-text)}
.dnn-community-forums a{color:var(--az-link);text-decoration:none}
.dnn-community-forums a:hover{color:var(--az-link-2);text-decoration:underline}

/* CKEditor / editor wrapper */
.dnn-community-forums .afeditor{
  background:var(--az-panel);
  border:1px solid var(--az-border);
  color:var(--az-text);
  font-size:1em;
  border-radius:10px;
}
.dnn-community-forums .afeditor *{font-size:inherit;color:inherit}
.dnn-community-forums .afeditor>table td{padding:.5rem 0}
.dnn-community-forums .afeditor .cke_top{font-size:12px}
.dnn-community-forums .afeditor table table[width="99%"]>tbody>tr:nth-child(1)>td{padding:.3em 0}
.dnn-community-forums .afeditor table table[width="99%"] tr:nth-child(2) .aftextbox[readonly]{
  border:none;padding:0;background:transparent;font-weight:bold;color:#fff
}
.dnn-community-forums .afeditor input[type='checkbox']{margin-right:.5rem}
.dnn-community-forums .afeditor .amtbwrapper>div{max-width:100%!important;display:flex;justify-content:center}
.dnn-community-forums .afeditor .amtbwrapper>div .amimagebutton,
.dnn-community-forums .afeditor .amtbwrapper>div .amimagebutton_over{
  text-align:center;width:auto!important;height:auto!important;padding:.5rem;cursor:pointer
}
.dnn-community-forums .afeditor .amtbwrapper>div .amimagebutton_over{opacity:.7}
.dnn-community-forums .afeditor .cke_wysiwyg_frame{font-family:sans serif}
.dnn-community-forums .afeditor .afsection{min-width:100%;border-bottom:1px solid var(--az-border)}
.dnn-community-forums .afeditor .afsectionhd{border:none!important;padding:.3em}

/* form inputs (search, selects, textareas) */
.dnn-community-forums input[type="text"],
.dnn-community-forums input[type="search"],
.dnn-community-forums input[type="email"],
.dnn-community-forums input[type="number"],
.dnn-community-forums select,
.dnn-community-forums textarea{
  background:var(--az-panel-2);
  color:var(--az-text);
  border:1px solid var(--az-border);
  border-radius:10px;
  padding:.5rem .75rem;
}
.dnn-community-forums input:focus,
.dnn-community-forums select:focus,
.dnn-community-forums textarea:focus{
  outline:none;border-color:var(--az-accent);
  box-shadow:0 0 0 3px rgba(11,92,171,.25)
}

/* two-column helpers */
.dnn-community-forums .dcf-cols{display:flex;flex-wrap:wrap}
.dnn-community-forums .dcf-cols .dcf-col-100{width:100%}
.dnn-community-forums .dcf-cols .dcf-col-50{width:50%}
.dnn-community-forums .dcf-cols .dcf-col-50-md{width:100%}
@media (min-width:768px){.dnn-community-forums .dcf-cols .dcf-col-50-md{width:50%}}
.dnn-community-forums .dcf-cols .dcf-col-25{width:100%}
@media (min-width:992px){.dnn-community-forums .dcf-cols .dcf-col-25{width:25%;max-width:250px}}
.dnn-community-forums .dcf-cols .dcf-col-75{width:100%;flex-grow:1}
@media (min-width:992px){.dnn-community-forums .dcf-cols .dcf-col-75{width:75%}}

/* breadcrumb */
.dnn-community-forums .dcf-breadcrumb{
  padding:.5rem;border-bottom:1px solid var(--az-border);background:var(--az-panel);border-radius:10px
}
.dnn-community-forums .dcf-breadcrumb .fa{color:var(--az-muted)}
.dnn-community-forums .dcf-breadcrumb a{color:#cfe6ff}

/* collapsible icons */
.dnn-community-forums .dcf-collapsible .fa{color:var(--az-muted)}

/* subscribe/aux */
.dnn-community-forums .dcf-subscribe-topic label{margin-left:.5em}
.dnn-community-forums .dcf-forum-subscribers,
.dnn-community-forums .dcf-subscribe-forum{margin-top:.25rem}
@media (min-width:768px){
  .dnn-community-forums .dcf-forum-subscribers,
  .dnn-community-forums .dcf-subscribe-forum{text-align:right}
}

/* toolbars */
.dnn-community-forums .dcf-toolbar>ul{margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem}
.dnn-community-forums .dcf-toolbar li{list-style:none;margin:0;padding:0;display:flex;align-items:center}
.dnn-community-forums .dcf-toolbars{
  display:flex;flex-wrap:wrap;padding:.5rem 0;border-bottom:1px solid var(--az-border)
}
.dnn-community-forums .dcf-toolbars .dcf-toolbar-user{flex-grow:1;padding-bottom:.5rem}
@media (min-width:768px){.dnn-community-forums .dcf-toolbars .dcf-toolbar-manage{justify-content:end}}

/* quick search */
.dnn-community-forums .dcf-toolbars .dcf-quick-search{position:relative;display:block}
.dnn-community-forums .dcf-toolbars .dcf-quick-search .dcf-search-link{display:block;text-align:right;cursor:pointer}
.dnn-community-forums .dcf-toolbars .dcf-quick-search .dcf-search-link-text{display:none}
@media (min-width:768px){.dnn-community-forums .dcf-toolbars .dcf-quick-search .dcf-search-link-text{display:inline;margin-left:.2em}}
.dnn-community-forums .dcf-toolbars .dcf-quick-search .dcf-search-popup{
  background:var(--az-panel);border:1px solid var(--az-border);padding:1rem;display:none;
  position:absolute;min-width:300px;right:0;left:auto!important;top:2.5em;border-radius:10px;box-shadow:0 10px 22px rgba(0,0,0,.3)
}
.dnn-community-forums .dcf-toolbars .dcf-quick-search .dcf-search-input{display:flex}
.dnn-community-forums .dcf-toolbars .dcf-quick-search .dcf-search-input .dcf-search-input{
  border:1px solid var(--az-border);background:var(--az-panel-2);color:var(--az-text);flex-grow:1;padding:0 .5rem;border-radius:8px
}
.dnn-community-forums .dcf-toolbars .dcf-quick-search .dcf-search-input .dcf-search-button{
  border:1px solid var(--az-accent);margin-left:.25rem;padding:0 .6rem;border-radius:8px;background:var(--az-accent);color:#fff
}
.dnn-community-forums .dcf-toolbars .dcf-quick-search .dcf-search-options .dcf-search-option-advanced{display:block;width:100%;padding:.5rem 0}
.dnn-community-forums .dcf-toolbars .dcf-quick-search .dcf-search-options .dcf-search-option-topics{margin-right:1rem}
.dnn-community-forums .dcf-toolbars .dcf-quick-search .dcf-search-options .dcf-search-option-text{margin-left:.25rem}

/* group titles */
.dnn-community-forums .dcf-group-title-wrap{display:flex;align-items:center;border-bottom:1px solid var(--az-border);padding:1rem 0}
.dnn-community-forums .dcf-group-title-wrap .dcf-group-title{
  font-size:1.4em;color:#fff;text-transform:uppercase;margin:0;flex-grow:1
}
.dnn-community-forums .dcf-group-title-wrap .dcf-group-collapse{cursor:pointer}

/* forum listing & table */
.dnn-community-forums .dcf-forum-view .dcf-forums-group{margin-bottom:1.5rem;padding:1rem 0}
.dnn-community-forums .dcf-forum-view .dcf-forums-group .dcf-forum-title{margin:0;font-size:1.2em;color:#fff}
.dnn-community-forums .dcf-table .dcf-table-head-row{border-bottom:1px solid var(--az-border)}
.dnn-community-forums .dcf-table .dcf-th,
.dnn-community-forums .dcf-table .dcf-col{padding:1rem .5rem}
.dnn-community-forums .dcf-table .dcf-th{text-align:left;font-weight:600;color:#cfe6ff}
.dnn-community-forums .dcf-table .dcf-th.dcf-forum-icon-text{padding-right:0}
.dnn-community-forums .dcf-table .dcf-table-body-row .dcf-col{vertical-align:top;border-bottom:1px solid var(--az-border)}
.dnn-community-forums .dcf-table .dcf-table-body-row .dcf-col-number,
.dnn-community-forums .dcf-table .dcf-table-body-row .dcf-col-replies,
.dnn-community-forums .dcf-table .dcf-table-body-row .dcf-col-views,
.dnn-community-forums .dcf-table .dcf-table-body-row .dcf-col-ratings,
.dnn-community-forums .dcf-table .dcf-table-body-row .dcf-col-status,
.dnn-community-forums .dcf-table .dcf-table-body-row .dcf-col-subscribers{text-align:center;width:0}
.dnn-community-forums .dcf-table .dcf-table-body-row .dcf-col-icon{width:0}
.dnn-community-forums .dcf-table .dcf-table-body-row .dcf-col-text,
.dnn-community-forums .dcf-table .dcf-table-body-row .dcf-col-subject{width:80%}
@media (min-width:768px){
  .dnn-community-forums .dcf-table .dcf-table-body-row .dcf-col-text,
  .dnn-community-forums .dcf-table .dcf-table-body-row .dcf-col-subject{width:60%}
}
.dnn-community-forums .dcf-table .dcf-icon-text{white-space:nowrap}
.dnn-community-forums .dcf-table .dcf-icon-text .dcf-link-text{margin-left:.3em;color:var(--az-muted)}
.dnn-community-forums .dcf-table .dcf-forum-description{display:block;padding-top:1em;font-size:.9em;color:var(--az-muted)}
.dnn-community-forums .dcf-table .dcf-forum-description .fa{display:none}
.dnn-community-forums .dcf-table .dcf-forum-description:empty{padding-top:0}
.dnn-community-forums .dcf-table .dcf-col-icon{font-size:.7em}
.dnn-community-forums .dcf-table .dcf-col-icon>div{margin:0!important;height:auto}
.dnn-community-forums .dcf-table .dcf-col-icon .fa{padding-top:.1em;color:var(--az-muted)}
.dnn-community-forums .dcf-table .dcf-topic-started{padding:.5rem 0;color:var(--az-muted)}
.dnn-community-forums .dcf-table .dcf-col-icon>div{display:none}
@media (min-width:768px){.dnn-community-forums .dcf-table .dcf-col-icon>div{display:block}}
.dnn-community-forums .dcf-table .dcf-col-last-post{display:none}
@media (min-width:768px){.dnn-community-forums .dcf-table .dcf-col-last-post{display:table-cell;color:var(--az-muted)}}

/* “Topics” listing view */
.dnn-community-forums .dcf-topics-view .dcf-forum-title-wrap{flex-grow:1;width:100%}
@media (min-width:768px){.dnn-community-forums .dcf-topics-view .dcf-forum-title-wrap{width:auto}}
.dnn-community-forums .dcf-topics-view .dcf-forum-title{margin-top:0;font-size:1.2em;color:#fff}
.dnn-community-forums .dcf-topics-view .dcf-forum-search-subscribe .dcf-forum-search{padding-bottom:1rem}
.dnn-community-forums .dcf-topics-view .dcf-forum-search-subscribe .dcf-subscribe-forum .amaf-chk-subs{margin:0 .5rem 0 .25rem}
.dnn-community-forums .dcf-topics-view .dcf-topic-title{margin:0;font-size:1.1em;color:#fff}
.dnn-community-forums .dcf-topics-view .dcf-table-head-row .dcf-col-title{width:100%}
.dnn-community-forums .dcf-topics-view .dcf-table-head-row .dcf-col-title .dcf-title{margin:0;font-size:1.1em;color:#cfe6ff}
.dnn-community-forums .dcf-topics-view .dcf-topics{padding-bottom:3em}
.dnn-community-forums .dcf-topics-view .dcf-topics:empty{padding-bottom:0}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-col-icon{padding-top:1.9em}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-col-subject{width:100%}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-actions-top{display:flex;justify-content:flex-end}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-subject .afpagermini{padding:.5rem 0;display:inline-flex;align-items:center}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-subject .afpagermini a{margin-left:.5rem}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-subject .dcf-title{margin:0 0 .5rem;color:#fff}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-subject .dcf-topic-description{margin-bottom:1rem;max-height:7.5em;overflow:hidden;text-overflow:ellipsis;word-break:break-all;color:var(--az-muted)}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-subject .dcf-topic-tools{display:flex;align-items:center}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-subject .dcf-topic-tools a{margin-right:.5rem}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-subject .dcf-topic-description,
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-subject .afpagermini{display:none}
@media (min-width:992px){
  .dnn-community-forums .dcf-topics-view .dcf-topics .dcf-subject .dcf-topic-description,
  .dnn-community-forums .dcf-topics-view .dcf-topics .dcf-subject .afpagermini{display:block}
}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-last-post .dcf-last-reply-link{white-space:nowrap}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-actions-bottom{display:flex}
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-actions-bottom .dcf-buttons{flex-grow:1}

/* topic view (single thread) */
.dnn-community-forums .dcf-topic-view .dcf-title-1{
  font-size:1.4em;padding:.5rem 0;margin:0;display:flex;align-items:center;color:#fff
}
.dnn-community-forums .dcf-topic-view .dcf-title-1 .fa{margin-right:.5rem;color:var(--az-muted)}
.dnn-community-forums .dcf-topic-view .dcf-prev-next{
  margin-top:.5rem;padding-bottom:.5rem;border-bottom:1px dashed var(--az-border)
}
.dnn-community-forums .dcf-topic-view .dcf-prev-next a{color:#cfe6ff}
.dnn-community-forums .dcf-topic-view .dcf-prev-next a .fa{margin:0 .5em}
.dnn-community-forums .dcf-topic-view .dcf-header-content{padding-top:1rem}
.dnn-community-forums .dcf-topic-view .dcf-header-content .dcf-topic-buttons{padding-top:1rem}
.dnn-community-forums .dcf-topic-view .dcf-header-content .dcf-topic-controls{margin-top:.5rem}
@media (min-width:768px){.dnn-community-forums .dcf-topic-view .dcf-header-content .dcf-topic-controls{text-align:right}}
.dnn-community-forums .dcf-topic-view .dcf-header-content .dcf-topic-controls .dcf-sort{display:inline-block;padding-bottom:.5rem}
.dnn-community-forums .dcf-topic-view .dcf-header-content .dcf-topic-controls .dcf-sort select{margin-left:.5em}
.dnn-community-forums .dcf-topic-view .dcf-header-content .dcf-topic-controls .dcf-subscribe-topic{padding-bottom:1rem}
.dnn-community-forums .dcf-topic-view .dcf-header-content .dcf-topic-controls .dcf-subscribe-topic label{margin-bottom:0}
.dnn-community-forums .dcf-topic-view .dcf-pager{padding:.3em 0;flex-grow:1;display:flex;justify-content:flex-end}
.dnn-community-forums .dcf-topic-view .dcf-tools{display:flex;flex-wrap:wrap;align-items:center}
.dnn-community-forums .dcf-topic-view .dcf-tools .dnnPrimaryAction{margin-bottom:0}
.dnn-community-forums .dcf-topic-view .dcf-tools-top{padding-top:.5rem}
.dnn-community-forums .dcf-topic-view .dcf-tools-bottom{padding-bottom:.5rem}
.dnn-community-forums .dcf-topic-view .dcf-topic-headings{
  padding:.5rem;border-bottom:1px solid var(--az-border);font-size:1.1em;display:none;color:#cfe6ff
}
@media (min-width:768px){.dnn-community-forums .dcf-topic-view .dcf-topic-headings{display:flex}}
.dnn-community-forums .dcf-topic-view .dcf-topic-post{margin:1.5rem 0 2rem}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-info{
  background:var(--az-panel-2);min-height:100%;padding:.5rem;border:1px solid var(--az-border);border-radius:10px
}
@media (min-width:992px){.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-info{padding:1rem}}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-info .dcf-avatar{padding:.5rem}
@media (min-width:992px){.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-info .dcf-avatar{padding:1rem}}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-info .dcf-avatar-img-wrap{position:relative}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-info .dcf-avatar-img-wrap .dcf-avatar-img{
  position:absolute;width:100%;height:100%;top:0;left:0;border-radius:50%;overflow:hidden
}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-info .dcf-avatar-img-wrap img{
  width:100%;height:100%!important;object-fit:cover
}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-info .dcf-user-ipaddress{overflow:hidden;color:var(--az-muted)}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-info .dcf-post-user-rank,
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-info .dcf-post-user-data{display:none;color:var(--az-muted)}
@media (min-width:992px){
  .dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-info .dcf-post-user-rank,
  .dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-info .dcf-post-user-data{display:block}
}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-post-user{display:flex;align-items:center}
@media (min-width:992px){.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-post-user{display:block}}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-post-user .dcf-user{order:1}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-post-user .dcf-avatar-img-wrap{width:50px;padding-top:50px;margin:0 .5rem 0 0}
@media (min-width:992px){
  .dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-post-user .dcf-avatar-img-wrap{width:100%;padding-top:100%;margin:1rem 0}
}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-content{
  background:var(--az-panel);min-height:100%;display:flex;flex-direction:column;border:1px solid var(--az-border);border-radius:10px
}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-toolbar li{cursor:pointer}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-content-top .dcf-postdate,
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-content-top .dcf-topic-actions{
  padding:.5rem;color:var(--az-muted)
}
@media (min-width:992px){
  .dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-content-top .dcf-postdate,
  .dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-content-top .dcf-topic-actions{padding:1rem}
}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-content-main{
  padding:.5rem;border-top:1px solid var(--az-border);flex-grow:1
}
@media (min-width:992px){.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-content-main{padding:1rem}}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-content-main .dcf-post-body{padding-bottom:1.5rem}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-topic-content-main .dcf-post-body img{max-width:100%!important;height:auto!important}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-post-footer{border-top:1px solid var(--az-border)}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-post-signature{margin:1rem;color:var(--az-muted)}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-post-signature *{font-size:1em!important;margin:0!important}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-post-footer-bottom{margin:1rem;align-items:center}
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-post-like,
.dnn-community-forums .dcf-topic-view .dcf-topic-post .dcf-post-liked{cursor:pointer}

/* quick reply */
.dnn-community-forums .dcf-quick-reply{
  padding:1rem 0;border-top:1px solid var(--az-border);border-bottom:1px solid var(--az-border)
}
.dnn-community-forums .dcf-quick-reply .dcf-title{margin:0;color:#fff}
.dnn-community-forums .dcf-quick-reply .dcf-title-4{margin:1rem 0 .25rem;color:#cfe6ff}
.dnn-community-forums .dcf-quick-reply .dcf-quick-reply-header{margin:1rem 0}
.dnn-community-forums .dcf-quick-reply .dcf-textbox{max-width:100%;border:1px solid var(--az-border);background:var(--az-panel-2);color:var(--az-text)}
.dnn-community-forums .dcf-quick-reply .dcf-toolbar-buttons .fa{padding:.5em .7em;cursor:pointer;color:#c7d6ea}
.dnn-community-forums .dcf-quick-reply .dcf-toolbar-buttons .fa:hover{color:#fff}
.dnn-community-forums .dcf-quick-reply .dcf-subscribe-topic{margin:1em 0}

/* search pages / counts / pager spacing */
.dnn-community-forums .afpager td{padding:.5rem}
.dnn-community-forums .afpager .af_pager{padding:.5rem}
.dnn-community-forums .af-search-recordCount{display:block;padding-top:.5rem;color:var(--az-muted)}

/* search & results headings */
.dnn-community-forums .af-search-header .af-search-title,
.dnn-community-forums .af-search-bar .af-search-title,
.dnn-community-forums .dcf-search-results-wrap .af-search-title,
.dnn-community-forums .af-adv-search .af-adv-search-header .af-adv-search-title{
  font-size:1.4em;margin:0;color:#fff;padding:.5rem 0
}

/* advanced search rows */
.dnn-community-forums .af-adv-search .af-adv-search-row,
.dnn-community-forums .af-adv-search .af-adv-search-footer{
  padding:.5rem 0;border-bottom:1px solid var(--az-border)
}
.dnn-community-forums .af-adv-search .af-adv-search-row label,
.dnn-community-forums .af-adv-search .af-adv-search-footer label{min-width:20em;color:var(--az-muted)}

/* topic meta muted color */
.dnn-community-forums .dcf-topics-view .dcf-topics .dcf-last-post,
.dnn-community-forums .dcf-table .dcf-topics .dcf-topic-started,
.dnn-community-forums .dcf-topic-started{color:var(--az-muted)}

/* keep original responsive bits */
@media only screen and (max-width:768px),only screen and (max-device-width:768px){
  .af-lastpost,.af-colstats,.afgrouprow-m,.afgrouprow-l{display:none}
  .af-colstats_responsive{display:inline}
  .af_lastpost_responsive{display:block}
}
@media only screen and (max-width:490px),only screen and (max-device-width:490px){
  .afpostinfo_responsive .afbottomprofile{clear:both;margin-left:0}
}

/* small polish */
.dnn-community-forums .dcf-link-text{display:none;margin-left:.25rem}
@media (min-width:992px){.dnn-community-forums .dcf-link-text{display:inline}}
.dnn-community-forums .dcf-toolbar-drop-down-menu-content .dcf-link-text{display:inline-block}
.dnn-community-forums .dcf-actions{padding:1rem 0}
.dnn-community-forums .dcf-actions-top{display:flex;flex-wrap:wrap}
.dnn-community-forums .dcf-actions-top .dcf-forum-title{flex-grow:1;color:#fff}
.dnn-community-forums .dcf-actions-bottom{display:flex;flex-wrap:wrap}
.dnn-community-forums .dcf-actions-bottom .dcf-action-add{flex-grow:1}
.dnn-community-forums .dcf-actions-bottom .amaf-chk-subs{margin-right:.5rem}
.dnn-community-forums .dcf-actions .dcf-forum-search{display:flex;justify-content:end}
.dnn-community-forums .dcf-actions .dcf-forum-search span{margin-right:.5rem;color:var(--az-muted)}
