/* === LEGACY (pre-v3) — migrate to .hc-* ===
   Lines 1–3090: Original theme CSS + compiled SASS.
   Do NOT delete — still needed for community, request, and other untouched templates.
   New styles go after the "HC THEME REDESIGN" marker (~line 3092+).
   =================================================== */

html, body, div, span, h1,h2, h3, h4, a, p,
img, i, ol, ul, li, textarea, button, input{
  margin:0;
  padding:0;
  outline:0;
}
body{
	font-family: Roboto, Arial, Helvetica, sans-serif !important;
  background-color: #0E0E0E !important;
/*  	background-image: url("/hc/theming_assets/01KJ1EQSAAZ84QZPBMFFD1YZV4"); */
  color: #ffffff !important;
}
img{
  display:block;
  border:none;
} 
body a, body .dropdown-toggle:after {
  color: #fff;
}
body a:hover, body a:focus {
    text-decoration: none;
    color: #fff;
}
h3{
    font-size:1.3em;
    font-weight:600;
}
p{
    color:#fff;
}
ul li{
    list-style: none;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}
figure > img {
  display: block;
}
body .btn:hover, body .btn:focus {color: #fff;}
main {min-height: 600px;}

/*Reset css end*/

/*Header start*/

.logo-img {
  margin-top: 10px;
  margin-left: 14px;
}
.logo-img a {
  display: inline-block;
}
.logo-img img {
  width: auto;
  max-height: 15px;
}
header.hc-header {
    background: #222222;
}
.navigation{
    background:#150D0A;
    overflow:hidden;
}
.navigation .container,.navbar-collapse{
    padding-left:0;
}
.nav li a{
    color:#fff;
    font-weight:500;
    letter-spacing: 1px;
    padding:15px;
    font-size: 1.19em;
}
.nav li:hover a, .nav li.active a,  .nav li a:focus{
    color:#fd5454;
    background: transparent;
    border-bottom: 2px solid #fd5454;
    font-weight:500;
}
.navbar{
    margin-bottom:0;
}
.navbar-toggle{
    border-radius:0;
    padding:14px 10px;
}
label{
    font-weight:600;
    font-size:18px;
    display:block;
}
.form label {
  margin: 10px 0;
  font-weight: normal;
}
.form p {
  font-size: 14px;
  color: #c9c9c9;
}
select#request-status-select {
    color: #000;
    border: 0;
    padding: 8px 5px;
    border-radius: 30px;
    outline: 0;
}
input#quick-search {
  border: 0;
  color: #000;
}
.search-form{
    margin:30px 0;
}
.submit-a-request.btn {

margin-bottom: 1px;
}
form.search {position: relative;}
form.search input#query {
    background: #fff;
    border:1px solid #3b3b3b;
    color: #8d8c8c;
    height: 35px;
    margin: 0;
    border-radius:5px;
    font-weight:300;
    width: 100%;
    padding: 0 30px;
}   
form.search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 70px;
    height: 34px;
    background-color: #e5432d;
    color: #fff;
    border: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
form.search:before {
    content: "\f002";
    position: absolute;
    font-family: 'FontAwesome';
    top: 7px;
    left: 10px;
    color: #000
}
.navigation .search-bar {
  display: none;
}
/* search bar */
.search-container {
  padding-top: 40px;
}
.search-container .search {
  width: 55%;
  margin: 40px auto;
}
.search-container .search:before {
  color: #FFF;
  background: #e5432d;
  width: 35px;
  line-height: 35px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  top: 0;
  left: 0;
}
.search-container .search input#query {
  padding-left: 45px;
  border-radius: 0;
  border: 0;
}
.search-container .search ::-webkit-input-placeholder {
  color: #e5432d;
}
.search-container .search ::-moz-placeholder {
  color: #e5432d;
}
.search-container .search :-moz-placeholder {
  color:#e5432d;
}
.search-container .search :-ms-input-placeholder {
  color: #e5432d;
}
.search-container .search input[type="submit"] {
  display: none;
}
#user #user-dropdown, .language-selector span.dropdown-menu {left: inherit;}
#user {display: inline-block;}
   #user img {
    height: 22px;
    width: 22px;
    display: inline-block;
    border-radius: 100%;
   }
#user #user-name {max-width:50px;}
   body .navbar {margin-bottom: 0;}
   .search-bar {margin-top: 7px; display: inline-block;margin-left:25px;}
   body .navbar-nav>li>a {padding-bottom: 10px;}
   body .nav>li>a:focus, body .nav>li>a:hover {background-color: transparent;}
   header.hc-header {padding: 15px 0;}
.menu-icon{
    padding:0;
}
.menu-icon img {
    width:100%;
    max-width:118px;
}
.register-helpcenter {
    padding: 10px 15px 40px 15px;
  	background-color: #150D0A;
		background-image: url("/hc/theming_assets/01KJ1EQSDXWZ5P7BZA4KD53JSJ");
 		background-repeat: no-repeat;
  	background-size: cover;
}
h1.hc-name {
    color:#fff;
    text-transform: uppercase;
    font-weight:400;
    font-size:3.76em;
    display: inline-block;
}
.registration-login {
    border:1px solid #fff;
    background:#3d362e;
    margin-top:20px;
    padding: 5px 0 20px;
    overflow: hidden;
}
.signing-in h4, .registration-details h4, .promoted-articles h4, .login-form h4 {
    color:#fff;
    font-size:1.7em;
    margin-top:20px;
}
section.promoted-articles ul li a {
   color: #2D261F;
   font-weight: 700;
   }
   section.promoted-articles ul {
   padding-left: 5px;
   }
   section.promoted-articles ul li {
   list-style-type: disc;
   }
   input#remember_me {width: 15px;}
   .forgot_password, .remember {display: inline-block; padding: 10px 0;}
.navigation-links-bg{
  background:#150D0A;
  padding: 50px 0;
  margin-bottom: -30px;
}
/* Article start */

.pg-article-container {
  margin: 40px 0;
}
.pg-article-list .fa-angle-double-right {
  padding-left: 10px;
  color: #e5432d;
  font-size: 10px;
}
.pg-article-container.pg-article-container--horintal {
  background: #fff;
  padding: 20px 0;
}
.pg-article-container.pg-article-container--horintal .container {
  padding-left: 35px;
}
.pg-article-container.pg-article-container--vertical {
  padding: 0 30px;
}
.pg-article-list--horizontal {
  margin: 0 auto;
  display: table;
}
.pg-article-list--vertical {
  background: #fff;
  padding: 0 30px;
}
.pg-article-list__header,
.pg-article-list__item {
  float: none;
  padding: 20px 40px;
  height: 100%;
}
.pg-article-list__header {
  cursor: default;
  vertical-align: middle;
  font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 18px;
}
.pg-article-list__item {
  font-weight: 400;
  font-size: 14px;
}
.pg-article-list__header,
.pg-article-list a,
.pg-article-list a:focus,
.pg-article-list a:hover {
  text-decoration: none;
  color: #000;
}
.pg-article-list--horizontal .pg-article-list__header {
  text-align: center;
}
.pg-article-list--horizontal .pg-article-list__header,
.pg-article-list--horizontal .pg-article-list__item {
  display: table-cell;
  table-layout: fixed;
  padding: 20px 40px;
  height: 100%;
}
.pg-article-list--vertical .pg-article-list__header,
.pg-article-list--vertical .pg-article-list__item {
  padding: 15px 10px;
}
.pg-article-list--horizontal .pg-article-list__item {
  border-left: 1px solid rgba(237, 237, 237, 1);
}
.pg-article-list--vertical .pg-article-list__item {
  border-top: 1px solid rgba(195, 195, 195, 1);
}
.hidden-data {
  display: none;
}
/* Article end */
/* Category start */
.category-list {
  overflow: hidden;
  background: rgba(24, 24, 24, 1);
  padding: 10px;
}
.category-list .category {
  padding: 10px;
  width: 270px;
}
.category-list .category img {
  width: 250px;
}
.category-list li:first-child {
  display: none;
}
@media (max-width: 479px) {
  .category-list {
    width: 290px;
  }
}

@media (min-width: 479px) {
  .category-list {
    width: 290px;
  }
}

@media (min-width: 767px) {
  .category-list {
    width: 560px;
  }
}

@media (min-width: 991px) {
  .category-list {
    width: 830px;
  }
}

@media (min-width: 1199px) {
  .category-list {
    width: 830px;
  }
}
/* category end */
.help-sign-in-form, .new-section {
    background:#fff;
    color:#332b23;
    padding:10px 20px;
    margin:20px 0;
}
.help-sign-in-form label{
    color:#332b23;
    padding:5px 0;
}
.checkbox label{
    padding-left:20px;
    display:inline-block;
}
body .forget {
    color:#e5432d;
    font-weight: 600;
    text-decoration: underline;
}
body .forget:hover, body .forget:focus {color:#e5432d;}
.sign-in-button, .help-sign-in-form button,.tickets{
    border:0;
}
body .sign-in-button{
  margin-left:0;
}
.help-sign-in-form:after {
    border-right: 1px solid #fff;
    bottom: 20px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 65px;
}
.help-sign-in-form input.fields {
    width:100%;
    padding: 6px 0px 6px 10px;
    color: #332b23;
    border: 1px solid #2d261f;
}
.registration-form input{
    max-width:320px;
}
.registration-form input{
    width:70% ;
}
.dropdown-menu{
    padding:0;
    min-width:180px;
}
footer.main-footer {
    background:#211c17;
    overflow:hidden;
    color:#fff;
    padding: 30px 0;
    margin-top: 30px;
}
.main-footer ul li a {
    font-weight: 300;
    font-size: 1.08em;
    text-transform: capitalize;
    text-decoration: none;
    color:#fff;
}
.follow-us ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #fff;
    margin-bottom: 3px;
}
.follow-us ul li a {
    font-size: 1.5em;
    padding: 3px 6px;
    display: inline-block;
    color: #211c17;
}
.follow-us ul li a i {font-weight: 800;}
.follow-us ul li a.facebook {padding-left: 11px;}
.follow-us ul li a.twitter {padding-left: 8px;}
.follow-us ul li a.linked {padding-left: 9px;}
.follow-us ul li a.google {padding-left: 9px;}
.follow-us ul li a.phone {padding-left: 9px;}
.follow-us ul li a.email {padding-left: 8px;}
.btn {
    background: #e5432d;
    color: #fff;
}
::-moz-placeholder{
    color:#8d8c8c;
    opacity:1;
}
.subscribe-text::-moz-placeholder{
    color:#fff;
    opacity
}
body .page-header {margin: -10px 0 20px 0; padding-left: 0;}
body .page-header h1 {margin: 0 0 6px 0;}

/*Index page end*/

/*New request page start*/

/*.ticket-details {
    padding:50px 40px;
    margin-top:30px;
}
.ticket-details p{
    font-size:1.125em;
    font-weight:400;
}
.tickets{
    margin:20px 20px 0 0;
    padding:7px 0;
}
.details,.contact-form{
    padding:0;
    color: #fff;
    overflow:hidden;
}
.contact-details{
    padding:50px 15px 0;
}
.details input{
    height:26px;
    border-radius:3px;
    border:1px solid #b3b3b3;
}
#contact-message{
    height:125px;
    border:1px solid #b3b3b3;
}
.btn-submit{
    margin:10px 15px 0 0;
    font-size:1.17em;
}
.phone{
    background:url(../images/phone.png) no-repeat 0 center;
    display:block;
    padding-left:60px;
}
.phone a{
    display: block;
    padding:3px 0;
    color:#fff;
    font-size:1.438em;
}
.guide-list {padding-left: 10px;}
.dropdown-menu > li > a {font-size: 13px;}
.dropdown-menu {min-width: 155px !important;}*/


/*New request page start end*/

/* Section page starts */


/* Section page ends */


/* Search result page starts */
.search-result-wrapper > .search-results > h1 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0 15px;
}

h2.search-results-subheading {
    background-color: #e5432d;
    border-bottom: 0 solid #dfdfdf;
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 15px;
}

.search-result-wrapper > .search-results > .search-results-column > h2 > a:hover
{
    color:#555;
}   
.search-result-wrapper > .search-results > .search-results-column > .search-results-list > li {
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0 10px;
}
.search-result-wrapper > .search-results > .search-results-column > .search-results-list > li > a {
    color: #e5432d;
    font-size: 1.3em;
    font-weight: 600;
}
.search-result-meta {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.search-result-description {
    color: #ececec;
    font-size: 1em;
    font-weight: 400;
    margin: 25px 0;
    padding: 0;
}

.search-result-meta a,.search-result-meta a:hover, .search-result-meta a:focus {
    color: #e5432d;
}
.search-result-meta span+span:before
{
    content:"-";
    color:#bfbfbf;
    padding:0px 3px;
}
.search-result-meta a+a:before
{
    content:">";
    color:#e5432d;
    padding:0px 3px;
}
p.copyright {
    text-align: right;
    padding: 0 0 20px 0;
}
/* Search result page ends*/



/* Category page starts */
.category-wrapper
{
    padding:30px 0;
}
.category-wrapper ul {
    padding: 0;
}
h1.template-title {
    font-size: 2em;
}
#category-sections-list .panel-default i {float: right;}
#category-sections-list .panel-default > .panel-heading, 
#category-sections-list .panel {
  background: transparent;
  border-color: transparent;
}
#category-sections-list .panel-default > .panel-heading {padding: 20px 0;}
#category-sections-list h5.panel-title a {
    color: #ffffff;
    font-size: 1.1em;
    display: block;
}
#category-sections-list .panel-body li, .section-templates ul.article-list li {
    font-size: 1.1em;
    list-style-type: disc;
}
#category-sections-list .panel-body li a, .section-templates ul.article-list li a {color: #fff;}
.section-templates ul.article-list {padding-left: 20px;}
/* Category page ends */

/* PG custom category page CSS start */

.category-section-list {
  padding-bottom: 40px;
}

.category-section-list .template-title,
#category-sections-list .panel-title {
  font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
  font-weight: 800;
}
/* articleV2 */
#category-sections-list .panel-heading[data-open="true"] .panel-title:after {
  content: "\f068";
}
#category-sections-list .panel-title  {
  display: flex;
  align-items: center;
}
#category-sections-list .panel-title:after  {
  content: "\2b";
  display: block;
  font-size: 20px;
  margin-left: auto;
  color: white;
  font-family: "Font Awesome 6 Pro";
  margin-right: 16px;
}


.category-section-list .template-title {
  font-size: 48px;
  padding: 40px 0;
  margin: 0;
}

#category-sections-list .panel-default > .panel-heading {
  border-bottom: 1px solid #666;
}

#category-sections-list .panel-title {
  color: #c1b58d;
  font-size: 2em;
}

#category-sections-list .article-list {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

#category-sections-list .panel-body {
  padding: 10px 0;
}

#category-sections-list .panel-body li,
.section-templates .article-list li {
  list-style-type: none;
  line-height: 1.5;
  font-size: 1.2em;
  padding: 10px 0;
}

/* PG custom category CSS end */

/* article page start */

.article-user-info img {
    width: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-bottom: 5px;
}
.article-user-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
}
.article-user-info strong {
    padding-left: 6px;
}

ul.attachment-list li:before, ul.attachments li:before {
  content: "\1F4CE";
  font-family: entypo;
  margin-right: 2px;
}
.article-attachments ul.attachments li:first-child {padding-top: 20px;}
.article-voting.col-md-12, .article-vote.col-md-8 {padding: 0;}
   .btn.input-group-addon {width: 100%;}
   .article-voting.col-md-12 {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    margin: 0 0 25px 0;
    padding: 20px 0;
    overflow: hidden;
  }

.article-vote a {
    padding: 5px 10px;
    background-color: #fff;
    display: inline-block;
    color: #000;
}
.article-vote-controls {display: inline-block;}
.article-body ul,  .article-body ol, .article-sidebar ul {padding-left: 15px;}
.article-body ul > li, .article-sidebar ul > li {list-style-type: disc;}
.article-body ol > li {list-style-type: decimal;}
.article-body td, .article-body th {padding: 10px; border:1px solid;}
.article-body a {
	color: #FFB215;
}
/* article page ends */




/* NEw */
/* Social share links */
.share {
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #fff;
  border-radius: 50%;
  color: #211C17;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

a.article-vote-up:before {
    content: "Yes";
}

a.article-vote-down:before {
    content: "No";
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  content: "\F309";
}

.share-facebook:before {
  content: "\F30C";
}

.share-linkedin:before {
  content: "\F318";
}

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #666;
  float: left;
  margin-left: -1px;
}
[dir=rtl] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #000;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}
[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}
[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7;
}
.markdown img {
  max-width: 100%;
}
.markdown hr {
  background-color: #666;
  border: 0;
  height: 1px;
}
.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown ol ul, .markdown ul ul {
  list-style-type: circle;
}
.markdown ol ol ul,
.markdown ol ul ul,
.markdown ul ol ul,
.markdown ul ul ul {
  list-style-type: square;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid #666;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}
.vote a {
  outline: none;
  text-decoration: none;
}

.vote-sum {
  display: block;
  font-weight: bold;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:before, .vote-down:before {
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
  font-family: "entypo";
  font-size: 15px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}

.vote-up:hover:before, .vote-down:hover:before {
  border-color: #bbb;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-voted:before, .vote-voted:hover:before {
  border-color: red;
}

/* New Request page start */

.form {
  }
  .form input {
    height: 35px;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 0px 10px;
    margin-bottom: 10px;
  }
  .form form input[type="text"], .form form textarea {
    width: 100%;
    background: transparent;
    border-radius: 0;
    border-color: #666;
  }
  textarea {min-height: 150px;}
  .new-req-page footer, .form-footer {text-align: center; padding: 25px 0;}
  .new-req-page ol.breadcrumbs {display: inline-block; margin-right: 5px;}
  body h1.page-header.new-community {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

/* New Request page end */

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}
.comment-list > * {
  border-bottom: 1px solid #666;
  padding: 25px 0;
}
.comment-list > *:first-child {
  border-top: 1px solid #666;
}

.comment-list-header {
  margin-bottom: 18px;
}
.comment-list-header > * {
  display: inline-block;
  margin: 0;
}

.comment-sorter {
  float: right;
}
.comment-sorter a {
  text-decoration: none;
  padding-left: 20px;
}
[dir=rtl] .comment-sorter {
  float: left;
}
[dir=rtl] .comment-sorter a {
  padding-left: 0;
  padding-right: 20px;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
}

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}
.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01KJ1EQS7MSJB9GE1CV87Q1YCV");
  background-image: url("/hc/theming_assets/01KJ1EQSTH2E7GJXAKJ77JB24J");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-header {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}
[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

.comment-form textarea {
  border-width: 1px;
  width: 100%;
  background-color: transparent;
  border-color: #fff;
  padding: 5px 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
}
[dir=rtl] .comment-actions {
  float: left;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 11px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}
.attachment-list span, .screencast-list span {
  color: #999;
}
[dir=rtl] .attachment-list span, [dir=rtl] .screencast-list span {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}
.attachment-list li:before, .screencast-list li:before {
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #666;
  margin-bottom: 25px;
  padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
  font-size: 20px;
  font-weight: normal;
}

.my-activities-nav {
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.my-activities-nav li,
.community-nav li, .my-activities-sub-nav li {
    padding: 10px 16px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.my-activities-sub-nav li {
  padding: 10px;
  font-size: 0.8em;
}
.nav-bordered li, .nav-spaced li {
    display: inline-block;
    font-weight: bold;
    background: transparent;
}
.my-activities-nav li.active, .my-activities-sub-nav li.active {
    background-color: #fff;
    color: #000;
}

.my-activities-table table {width: 100%;}
body table td, body table th {padding: 12px; border: 1px solid #fff;}


.request-table-toolbar {
  background: #231712;
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}
[dir=rtl] .request-table-filters {
  text-align: left;
}
.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.organization-subscribe, .organization-unsubscribe {
  margin-left: 15px;
  background: #444;
  color: #fff;
}

.request-id {
  color: #bebebe;
}

.request-details {
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 15px;
  padding: 15px 20px;
}

.request-details dt ~ dt, .request-details form dt {
  font-weight: bold;
  margin: 10px 0;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-page .col-md-8, .request-page .col-md-4 {padding-left: 0;}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-details .attachment-list li,
.request-details .request-collaborators li {
  list-style: none;
}

.request-status {
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
}

.request-open {
  background: #59bbe0;
}

.request-answered {
  background: #f5ca00;
}

.request-solved {
  background: #828282;
}

.request-details .request-collaborators {
  font-size: 0;
}
.request-details .request-collaborators li {
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 6px;
  background-color: #ececec;
  margin: 0 5px 5px 0;
}

/* Community */
.post-to-community a {
  padding-left: 20px;
  padding-right: 20px;
}
.post-to-community a:before {
  content: "\2b\00a0";
  position: relative;
  top: -1px;
}

/* Community topics page */

nav.community-sub-nav ul li {
    font-size: 1.5em;
    margin: 20px 0;
}
.topic-list li.col-md-6 {
  padding-left: 0;
}
.topic-list li h3, .topic-list li p {
  margin: 0;
}
.topic-list li p {
  color: #bebebe;
}
.topic-list li .meta-group {
  margin-top: 5px;
}
[dir=rtl] .topic-list li {
  padding: 0 0 30px 100px;
}

/* Community topic page */
.topic-header {
  margin-bottom: 15px;
}
.topic-header > * {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.topic-filters {
  width: 100%;
}
.topic-filters > * {
  display: inline-block;
  font-weight: bolder;
  margin-right: 20px;
}
[dir=rtl] .topic-filters > * {
  margin-right: 0;
  margin-left: 20px;
}

.post-overview {
  border-bottom: 1px solid #666;
  padding: 16px 0;
}

.post-overview-info {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-overview-info a {
  font-size: 16px;
}
.post-overview-info .meta-group {
  display: block;
  margin-top: 5px;
}
.post-pinned .post-overview-info:before {
  content: "\2605";
  margin-right: 5px;
  color: red;
}

.post-overview-status {
  float: right;
  margin: 0 10px;
}
.post-overview-status > span {
  color: #fff;
}
[dir=rtl] .post-overview-status {
  float: left;
}

.post-overview-count {
  border-radius: 3px;
  float: right;
  font-size: 10px;
  margin-left: 10px;
  min-width: 90px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
}
.post-overview-count strong {
  display: block;
  font-size: 13px;
}
[dir=rtl] .post-overview-count strong {
  direction: ltr;
  unicode-bidi: bidi-override;
}
[dir=rtl] .post-overview-count {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

/* Community post page */
body .nesty-input {
  background-color: transparent;
  border: 1px solid #666;
  color: #fff;
}
.post-actions .dropdown-toggle {
  font-weight: bold;
}
.post-actions .dropdown-toggle:before {
  content: "\2699\00a0\00a0";
  font: 11px bold;
  font-family: "entypo";
}

.post {
  display: table;
  margin-bottom: 50px;
  table-layout: fixed;
  width: 100%;
}

.post-vote, .post-container {
  display: table-cell;
  vertical-align: top;
}

.post-vote {
  width: 45px;
  padding-top: 5px;
}

.post-header {
  margin-bottom: 25px;
}
.post-header h1 {
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-info {
  display: table;
  width: 100%;
}
.post-info > * {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.post-avatar {
  min-width: 55px;
  position: relative;
}
.post-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.post-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01KJ1EQS7MSJB9GE1CV87Q1YCV");
  background-image: url("/hc/theming_assets/01KJ1EQSTH2E7GJXAKJ77JB24J");
  background-repeat: no-repeat;
  background-size: 14px;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  left: 28px;
  top: -10.5px;
  content: " ";
}
[dir=rtl] .post-avatar-agent:after {
  left: auto;
  right: 28px;
}

.post-meta {
  width: 100%;
  max-width: 0;
}

.post-author {
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-status > span {
  color: #fff;
  margin: 0 10px;
}

.post-planned {
  background-color: #3eaae5;
}

.post-not-planned {
  background-color: #b5b5b5;
}

.post-completed {
  background-color: #669600;
}

.post-answered {
  background-color: #669600;
}

.post-share {
  margin-top: 30px;
  text-align: right;
}
[dir=rtl] .post-share {
  text-align: left;
}

/* Community post page and topic page */
.topic-follow [role=button], .post-follow [role=button] {
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 10px;
}
.topic-follow [role=button]:after, .post-follow [role=button]:after {
  content: attr(data-follower-count);
  display: inline-block;
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}
[dir=rtl] .topic-follow [role=button]:after, [dir=rtl] .post-follow [role=button]:after {
  border-left: 0;
  border-right: 1px solid #ddd;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.topic-follow [role=button][aria-selected=true], .post-follow [role=button][aria-selected=true] {
  border: 1px solid #fff;
}

[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > * {
  border-bottom: 1px solid #666;
  padding: 15px 0;
}
/*.search-results-list > *:first-child {
  border-top: 1px solid #666;
}*/

.search-result-link {
  font-size: 16px;
}

.search-result-description, .search-result-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 16px;
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  content: "\2022";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
[dir=ltr] .search-result-meta-time:before, [dir=ltr] .search-result-meta-count:before {
  padding-right: 5px;
}
[dir=rtl] .search-result-meta-time:before, [dir=rtl] .search-result-meta-count:before {
  padding-left: 5px;
}

.search-result-votes {
  background: #a8d119;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
}
[dir=ltr] .search-result-votes {
  margin-left: 5px;
}
[dir=ltr] .search-result-votes:before {
  margin-right: 3px;
}
[dir=rtl] .search-result-votes {
  margin-right: 5px;
}
[dir=rtl] .search-result-votes:before {
  margin-left: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: #808080;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: red;
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}
.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}
.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}
.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader .5s infinite;
  -webkit-animation: recent-activity-loader .5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.escalation-badge, a.escalation-badge {
  background-color: #95be22;
  border-color: #95be22;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: red;
  font-size: 11px;
  margin: 0 3px;
  padding: 1px 3px;
  text-decoration: none;
  vertical-align: baseline;
}
.page-breadcrumbs {
	font-family: inherit;
}
.page-breadcrumbs .title {
	font-size: 1.2em;
  margin-right: 20px;
}
.page-breadcrumbs .breadcrumbs {
	display: inline-block;
  color: #1864f0;
}
.page-breadcrumbs .breadcrumbs a {
	color: #1864f0 !important;
}











































/* === LEGACY: Compiled SASS (pre-v3) — migrate to .hc-* ===
   Original compiled SASS output. Includes .Btn-*, .Header-*, .Footer, .Categories-*,
   .Hero-*, .Breadcrumb styles. Most are overridden by v2/v3 .hc-* styles below line 3092.
   ======================================================================= */

/* build from sass start --------------------------------------------------------------- */
.u-white {
  color: #fff !important; }

.u-gold {
  color: #c1b58d !important; }

.Categories {
  font-family: "PT Sans Narrow", sans-serif !important; }

.Footer-block-title {
  font-family: "Khand", sans-serif !important;
  letter-spacing: .03em; }

.Categories-link, .form label, .article-head,
.article-user-info {
  font-family: "proxima nova", "Roboto", sans-serif !important; }

.Breadcrumb, .Hero h1 {
  font-family: "Roboto Condensed", sans-serif !important; }

.u-breakLine {
  display: block; }

.u-clearfix:after {
  content: '';
  display: table;
  clear: both; }

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.u-fullWidth {
  width: 100%; }

.u-textCenter {
  text-align: center; }

.u-uppercase {
  text-transform: uppercase; }

.u-divider {
  display: inline-block;
  height: 30px;
  border-right: 1px solid;
  vertical-align: middle;
  margin: 0 50px; }

.u-blackBg {
  background: black; }

.u-greyBg {
  background: #222; }

.u-nowrap {
  white-space: nowrap; }

.u-toCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

body:before {
  top: auto;
  bottom: 0; }

/* Btn start */
.Btn--black, .Btn--red, .form footer .btn, .Btn--gold, .Btn--goldLine, .Btn--whiteLine {
  border-radius: 7px;
  text-decoration: none;
  padding: 8px 15px;
  display: inline-block;
  color: white !important;
  transition: background .2s, color .2s;
  cursor: pointer; }
  .Btn--black span, .Btn--red span, .form footer .btn span, .Btn--gold span, .Btn--goldLine span, .Btn--whiteLine span {
    display: inline-block; }
    .Btn--black span + span, .Btn--red span + span, .form footer .btn span + span, .Btn--gold span + span, .Btn--goldLine span + span, .Btn--whiteLine span + span {
      padding-left: 20px; }
  .Btn--black:hover, .Btn--red:hover, .form footer .btn:hover, .Btn--gold:hover, .Btn--goldLine:hover, .Btn--whiteLine:hover {
    background: #b22c2f; }
  .Btn--black:active, .Btn--red:active, .form footer .btn:active, .Btn--gold:active, .Btn--goldLine:active, .Btn--whiteLine:active {
    background: #c1b58d; }

.Btn--black {
  background: black;
  border: 1px solid #363636; }
  .is-hover.Btn--black {
    background: #b22c2f; }

.Btn--red, .form footer .btn {
  background: #930e11; }

.Btn--gold {
  background: #c1b58d; }

.Btn--goldLine {
  border: 1px solid #c1b58d;
  color: #c1b58d !important; }
  .Btn--goldLine:hover {
    background: #c1b58d;
    border-color: #c1b58d;
    color: #000 !important; }

.Btn--whiteLine {
  border: 1px solid white;
  color: #c1b58d !important; }
  .Btn--whiteLine:hover {
    background: #c1b58d;
    border-color: #c1b58d;
    color: #000 !important; }

.Btn + .Btn {
  margin-left: 20px; }

.Btn--noBorder {
  border: 0; }

.Btn--round {
  border-radius: 100px; }

.Btn--s {
  font-size: 12px;
  padding: 5px 10px; }

.Btn--l {
  font-size: 18px;
  padding: 15px 20px; }

/* Btn end */
.Footer-contact{
/*	width:100%;
  max-width:1170px;*/
  background:#282828;
  text-align:center;
  font-size:0;

.Footer-block-container{
    display: flex;
    width: 100%;
    max-width: 1280px;
  }
}
@media (min-width: 62em) {
  .Footer-contact{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
  }
 .Footer-block-container{
    display: flex;
    width: 100%;
    max-width: 1280px;
  }
}

.Footer-block-contact-email{
  width:100%;
  position:relative;
  font-size:16px;
  text-align:left;
}

.Footer-block-contact-address{
	width:100%;
  font-size:16px;
  text-align:left;
}
@media (min-width: 62em) {
  .Footer-block-contact-email,.Footer-block-contact-address{
    width:49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;      
  }
}
.Footer-block-contact-email:after{
	position:absolute;
  display:block;
  content:'';
  margin:auto;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  border-bottom:1px solid RGBA(77, 77, 77, 1.00);
  width:80%;
  height:1px;
}
@media (min-width: 62em) {
  .Footer-block-contact-email:after{
  	border-right:1px solid RGBA(77, 77, 77, 1.00);
  	width:1px;
    height:80%;
    bottom:auto;
    right:0;
    left:auto;
    top:50%;
    transform:translateY(-50%);    
  }

}


.Footer-block-contact-email .text-container, .Footer-block-contact-address .text-container{
	width:50%;
  padding:20px 0;
  margin:auto;
  text-align:center;
}
@media (min-width: 62em) {
  .Footer-block-contact-email .text-container{
    padding:10px 0 20px 30px;
    text-align:left;
  }
  .Footer-block-contact-address .text-container{
    padding:10px 20px 20px 0;
  	text-align:left;
  }
}
.Footer-block-contact-email .text-container h4, .Footer-block-contact-address .text-container h4{
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  font-size:24px;
}

.Footer-block-contact-email .text-container p, .Footer-block-contact-address .text-container p{
	color: #e2e2e2;
	font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size:16px;
  margin:0;
}

.Footer {
  text-align: center;
  padding: 30px;
  background: #1a1a1a; }
  @media (min-width: 62em) {
    .Footer {
      text-align: left; } }
  .Footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .Footer a {
    font-size: 14px;
    text-decoration: none;
    color: #bfbfbf; }
    .Footer a:hover {
      color: #c1b58d; }
  .Footer-container {
    max-width: 1100px;
    margin: 0 auto; }
  .Footer-block {
    margin-bottom: 60px; }
    @media (min-width: 62em) {
      .Footer-block {
        padding: 0 15px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        width: 16.6666666667%;
        margin-left: -4px; } }
    .Footer-block-title {
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: white;
      opacity: .5;
      margin: 0;
      margin-bottom: 20px; }
    .Footer-block-link {
      display: block;
      padding: 2px 0; }
  .Footer-socialLinks {
    white-space: nowrap; }
  .Footer-socialLink {
    font-size: 23px !important;
    display: inline-block;
    padding: 0 10px; }
    @media (min-width: 62em) {
      .Footer-socialLink:first-of-type {
        padding-left: 0; } }
  .Footer-form {
    padding-top: 30px;
    min-width: 170px; }
    .Footer-form input {
      box-sizing: border-box;
      width: 100%;
      border: 0;
      border-radius: 0;
      font-size: 14px;
      color: #8c8989;
      background: rgba(255, 255, 255, .2);
      padding: 10px 20px;
      text-align: left; }
      @media (min-width: 62em) {
        .Footer-form input {
          padding: 10px 5px;
          text-align: center; } }
    .Footer-form button {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      color: #bfbfbf;
      border: 1px solid;
      background: none;
      cursor: pointer; }
  .Footer-copyright {
    text-align: center;
    font-size: 13px;
    color: #8c8989; }

iframe[name='google_conversion_frame'] {
  position: absolute;
  bottom: 0; }

.Breadcrumb {
  font-size: 18px;
  padding: 23px 0;
  background: black; }
  .Breadcrumb a {
    cursor: pointer;
    display: inline-block;
    color: #c9c9c9; }
    .Breadcrumb a:hover {
      color: #c1b58d; }
  .Breadcrumb .breadcrumbs {
    margin-bottom: 0; }
    .Breadcrumb .breadcrumbs li {
      display: inline-block; }
      .Breadcrumb .breadcrumbs li + li {
        margin-left: 5px; }
        .Breadcrumb .breadcrumbs li + li:before {
          content: '\f101';
          font-family: 'FontAwesome';
          margin-right: 5px; }

.Categories {
  padding: 50px 0;
  text-align: center;
  background: url("/hc/theming_assets/01KJ1EQT5ES74MCNYJTFS1MNZH");
  background-size: 600px auto; }
  @media (min-width: 36em) {
    .Categories {
      text-align: left;
      background-size: 1000px auto; } }
  @media (min-width: 62em) {
    .Categories {
      padding-top: 100px; } }
  .Categories-info {
    font-size: 20px;
    color: #c1b58d;
    text-align: center; }
  .Categories-blockInfo {
    margin-bottom: 30px; }
    @media (min-width: 36em) {
      .Categories-blockInfo {
        float: left; } }
    .Categories-blockInfo-type {
      color: #c1b58d; }
    .Categories-blockInfo-device {
      color: #c9c9c9; }
	.discontinuedProd-title{
    margin:auto;
		margin-top:80px;
    width:140px;
    color:#c1b58d;
    cursor:pointer;
	}
	.caret{
		width:0;
    height:0;
    border-top:4px solid;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
	}
	.caret.caret-close{
    border-top:none;
    border-bottom:4px solid;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
	}
	.sw-disProd-hide{ display:none;}
  @media (min-width: 36em) {
    .Categories-list, .discontinuedProd-title {
      margin-left: 150px; }
      .Categories-list:after {
        content: '';
        display: table;
        clear: both; } }
  @media (min-width: 62em) {
    .Categories-list, .discontinuedProd-title {
      margin-left: 180px; } }
  .Categories-listItem {
    margin-top: 60px; }
		.disProd .Categories-listItem{
      margin-top:30px;
		}
    @media (min-width: 36em) {
      .Categories-listItem {
        display: inline-block;
        margin-left: -4px;
        margin-top: 50px;
        vertical-align: top;
        width: 50%; }
        .Categories-listItem:nth-child(-n+2) {
          margin-top: 0; } 
					.disProd .Categories-listItem{
            margin-top:20px;
          } }
    @media (min-width: 62em) {
      .Categories-listItem {
        width: 33.3333333333%;
        margin-top: 80px; }
        .Categories-listItem:nth-child(-n+3) {
          margin-top: 0; } 
					.disProd .Categories-listItem{
            margin-top:20px;
          }}
  .Categories-block {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid rgba(193, 181, 141, .5); }
    @media (min-width: 36em) {
      .Categories-block {
        padding-top: 50px; } }
  .Categories-name {
    font-size: 30px;
    line-height: 1em;
    white-space: nowrap; }
    @media (min-width: 62em) {
      .Categories-name {
        font-size: 26px; } }
    @media (min-width: 62em) {
      .Categories-name {
        font-size: 36px; } }
  .Categories-blockLink:hover, .Categories-blockLink:focus {
    text-decoration: none;
    outline: 0; }
    .Categories-blockLink:hover .Categories-name, .Categories-blockLink:focus .Categories-name {
      color: #c1b58d; }
    .Categories-blockLink:hover .Categories-image, .Categories-blockLink:focus .Categories-image {
      opacity: 1; }
  .Categories-links {
    margin-top: 10px; }
  .Categories-link {
    display: inline-block;
    text-decoration: none;
    font-size: 1.1em;
    color: #c1b58d; }
    .Categories-link + .Categories-link {
      margin-left: 10px; }
      .Categories-link + .Categories-link:before {
        content: '';
        margin-right: 10px;
        margin-bottom: -2px;
        display: inline-block;
        height: 1em;
        width: 1px;
        background: white; }
    .Categories-link:hover, .Categories-link:focus {
      outline: 0;
      text-decoration: none;
      color: inherit; }
  .Categories-subtitle {
    font-size: .8em;
    position: relative;
    left: 8px;
    line-height: 1em; }
    .Categories-subtitle.is-series {
      font-size: 14px;
      top: -.6em; }
      @media (min-width: 62em) {
        .Categories-subtitle.is-series {
          top: -.5em; } }
      @media (min-width: 62em) {
        .Categories-subtitle.is-series {
          top: -.8em; } }
  .Categories-label {
    color: #c9c9c9;
    padding-right: 5px; }
  .Categories-image {
    opacity: .8;
    margin-bottom: 20px; }
    @media (min-width: 36em) {
      .Categories-image {
        position: relative;
        height: 100px; } }
    @media (min-width: 62em) {
      .Categories-image {
        margin-bottom: 20px;
        height: 100px; } }
    @media (min-width: 62em) {
      .Categories-image {
        margin-bottom: 40px;
        height: 140px; } }
    .Categories-image img {
      max-width: 80%;
      max-height: 25vh;
      margin: 0 auto; }
      @media (min-width: 36em) {
        .Categories-image img {
          position: absolute;
          max-height: 100%;
          bottom: 0; } }
      @media (min-width: 62em) {
        .Categories-image img {
          max-width: 130px; } }
      @media (min-width: 62em) {
        .Categories-image img {
          max-width: 100%; } }

.category-panel-group {
  opacity: 0;
  transition: opacity .3s; }
  .category-panel-group.is-regenerated {
    opacity: 1; }

.no-clearfix:before, .no-clearfix:after {
  display: none !important; }

@media (min-width: 62em) {
  .category-section {
    width: 50%; }
    .panel-group-column .category-section {
      width: 100%; }
  .panel-group-column {
    width: 50%;
    float: right;
    padding-left: 40px; } }

.Header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.Header-placeholder {
  height: 73px; }

.Header-instance {
  height: 73px;
  line-height: 70px;
  z-index: 99;
  left: 0;
  right: 0;
  margin-top: -73px;
  background: #1e1e1e;
  position: fixed; }
  @media (min-width: 62em) {
    .Header-instance {
      background: linear-gradient(to right, #222 50%, #1e1e1e 50%); } }

.Header-hamburgerIcon {
  color: #c1b58d;
  font-size: 20px;
  cursor: pointer; }
  @media (min-width: 62em) {
    .Header-hamburgerIcon {
      display: none; } }

.Header-menuTrigger {
  opacity: 0;
  position: absolute;
  z-index: -1; }
  .Header-menuTrigger:checked + nav {
    max-height: 100vh !important; }

.Header-nav, .Header-search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.Header-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 73px;
  max-height: 0;
  transition: max-height .5s;
  overflow: hidden; }
  @media (min-width: 62em) {
    .Header-nav {
      position: static;
      max-height: 100vh;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      justify-content: center;
    }
}

.Header-logo {
  display: block;
  flex-grow: 1;
}
  @media (min-width: 62em) {
    .Header-logo {
      flex-grow: 0;
    }
	}
  .Header-logo img {
    display: inline-block;
    max-height: 73px; }

.Header-menu, .Header-subMenu {
  margin: 0; }

@media (min-width: 62em) {
  .Header-menu, .Header-menuItem {
    display: inline-block;
    margin-left: -5px; } }

.Header-nav {
  background: #1e1e1e;
  flex-grow: 1;
}
  @media (min-width: 62em) {
    .Header-nav {
      background: none; } }

.Header-menuLink {
  display: block;
  font-size: 12px;
  text-indent: 30px;
  line-height: 35px; }
  @media (min-width: 62em) {
    .Header-menuLink {
      text-indent: 0;
      font-size: 16px;
      padding: 0 16px;
      line-height: 67px;
      font-family: "PT Sans Narrow", sans-serif;
      font-weight: 400;
      letter-spacing: 2px;
      border-top: 3px solid transparent;
      color: #c0c0c0;
      background: #1e1e1e; } }
  .Header-menuLink:hover {
    background: #c1b58d;
    color: white; }
    @media (min-width: 62em) {
      .Header-menuLink:hover {
        background: #1e1e1e; }
        .Header-menuLink:hover .Header_subMenu {
          display: block; } }
  .Header-menuLink.has-children:hover {
    background: none; }

@media (min-width: 62em) {
  .Header-subMenu {
    display: none;
    position: absolute;
    background: #222;
    border-top: 3px solid #c1b58d;
    line-height: 1.7em;
    margin-left: -20px; } }

.Header-subMenuLink {
  padding: 0 10px;
  display: block;
  transition: background .3s; }
  @media (min-width: 62em) {
    .Header-subMenuLink {
      padding: 5px 34px; } }
  .Header-subMenuLink:before {
    content: '-';
    margin-right: 2px; }
    @media (min-width: 62em) {
      .Header-subMenuLink:before {
        content: '';
        margin-right: 0;
        position: absolute;
        margin-left: -15px;
        margin-top: 10px;
        display: inline-block;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 3px solid white; } }
  .Header-subMenuLink:hover {
    color: white;
    background: #c1b58d; }

.Header-title {
  color: #c1b58d; }
  @media (min-width: 62em) {
    .Header-title {
      background: #222;
/*       margin-right: 50px; */
      display: inline-block;
      border-color: #c1b58d; }
      .Header-title:hover {
        color: #c1b58d;
        background: #222; } }

.Header-search {
  line-height: 1.5em;
  display: none;
}
  @media (min-width: 62em) {
    .Header-search {
      display: flex;
      justify-content: center;
      align-items: center;
    } 
}

.Hero {
  height: 560px;
  position: relative;
  text-align: center;
  background: black; }
  .Hero h1 {
    line-height: 1em;
    margin: 0 0 30px;
    font-size: 45px;
    font-weight: 300; }
  .Hero-centerContent {
    position: absolute;
    top: 40%;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .Hero-search {
    margin: 0 30px; }
    @media (min-width: 36em) {
      .Hero-search {
        max-width: 600px;
        margin: 0 auto; } }
    @media (min-width: 36em) {
      .Hero-search-tip {
        text-align: left;
        padding-left: 31px;
        margin-top: 5px; } }
  .Hero-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: .35; }
  .Hero-announcement {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(229, 67, 45, .3);
    padding: 30px 0; }
    .Hero-announcement a:hover {
      color: #c1b58d;
      text-decoration: underline; }
    .Hero-announcement .article-link {
      display: block;
      height:25px; /* Add by Emil Wu 20200807 */ }
      @media (min-width: 62em) {
        .Hero-announcement .article-link {
          display: inline-block;
          /*border-left: 1px solid white; remove by Emil Wu 20200807*/
          padding: 0 20px;
          height: 30px; /* Add by Emil Wu 20200807 */
          width: 49%; /* Add by Emil Wu 20200807 */
        }
        .Hero-announcement .last {
          border-left: 1px solid white; /* Add by Emil Wu 20200807 */
        } }
    .Hero-announcement .Hero-announcement-links__container {
      display: flex;
      flex-wrap: wrap;
    }
    .Hero-announcement-title > .announcement-hero-title {
      font-size: 22px; /* Add by Emil Wu 20210321 */
      color: #c1b58d; }
    @media (min-width: 62em) {
      .Hero-announcement-title .Hero-announcement-links {
        flex-wrap: wrap; /* Add by Emil Wu 20200807 */
        justify-content: center; /* Add by Emil Wu 20200807 */
      } }
    .Hero-announcement-viewAll {
      padding: 0 20px;
      display: inline-block;
      text-decoration: underline; }

.wysiwyg-color-orange {
  color: #c1b58d; }

.upload-dropzone {
  border-color: #666; }

.form footer .btn {
  border: 0; }

.article-body b, .article-body strong {
  font-weight: 500; }

.article-vote-controls a:hover {
  color: white;
  background: #c1b58d; }

.wysiwyg-font-size-large {
  font-size: 30px; }

.wysiwyg-font-size-medium {
  font-size: 25px; }

.container {
  padding: 0 30px; }

.article-head {
  font-size: 24px;
}


/* build from sass end --------------------------------------------------------------- */

@import "compass";

// Stepper
.stepper {
    .nav-tabs {
        position: relative;
    }
    .nav-tabs > li {
        width: 25%;
        position: relative;
        &:after {
            content: '';
            position: absolute;
            background: #f1f1f1;
            display: block;
            width: 100%;
            height: 5px;
            top: 30px;
            left: 50%;
            z-index: 1;
        }
        &.completed {
            &::after {
                background: #34bc9b;
            }
        }
        &:last-child {
            &::after {
                background: transparent;
            }
        }
        &.active:last-child {
            .round-tab {
                background: #34bc9b;
                &::after {
                    content: '✔';
                    color: #fff;
                    position: absolute;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    top: 0;
                    display: block;
                }
            }
        }
    }
    .nav-tabs [data-toggle='tab'] {
        width: 25px;
        height: 25px;
        margin: 20px auto;
        border-radius: 100%;
        border: none;
        padding: 0;
        color: #f1f1f1;
    }
    .nav-tabs [data-toggle='tab']:hover {
        background: transparent;
        border: none;
    }
    .nav-tabs > .active > [data-toggle='tab'], .nav-tabs > .active > [data-toggle='tab']:hover, .nav-tabs > .active > [data-toggle='tab']:focus {
        color: #34bc9b;
        cursor: default;
        border: none;
    }
    .tab-pane {
        position: relative;
        padding-top: 50px;
    }
    .round-tab {
        width: 25px;
        height: 25px;
        line-height: 22px;
        display: inline-block;
        border-radius: 25px;
        background: #fff;
        border: 2px solid #34bc9b;
        color: #34bc9b;
        z-index: 2;
        position: absolute;
        left: 0;
        text-align: center;
        font-size: 14px;
        
    }
    .completed .round-tab{
    	background: #34bc9b;
    	&::after {
    		content: '✔';
    		color: #fff;
    		position: absolute;
    		left: 0;
    		right: 0;
    		margin: 0 auto;
    		top: 0;
    		display: block;
        }
    }
    .active .round-tab {
        background: #fff;
        border: 2px solid #34bc9b;
        &:hover {
            background: #fff;
            border: 2px solid #34bc9b;
        }
        &::after {
            display: none;
        }
    }
    .disabled .round-tab {
        background: #fff;
        color: #f1f1f1;
        border-color: #f1f1f1;
        &:hover {
            color: #4dd3b6;
            border: 2px solid #a6dfd3;
        }
        &::after {
            display: none;
        }
    }
}

/* 2024-02-20 author: milkmidi.liao@positivegrid.com download page style */
.download-page {  
  color: white;
}
.pg-select {
  width: 320px;
  height: 40px;
  color: black;
  background: white;
}
.download-page__title {
  color: #C4A352;
  font-size: 20px;
}
.download-page__card-title {
  font-size: 32px;
}
.download-page__card-desc {
  font-size: 18px;
}
.download-page__cart-cta {
  border-radius: 6px;
  background: white;
  color: black !important;
  padding: 0 24px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* 20240514 https://positivegrid.atlassian.net/jira/software/projects/OSK/boards/3?selectedIssue=OSK-1119 */
:root {
  --pg-color-red: #e02020;
}

.pg-h1, .article-template h1 {
  font-size: 36px;
}
.pg-h2, .article-template h2 { 
  font-size: 28px;
}
.pg-h3, .article-template h3 { 
  font-size: 24px;
}
.pg-h4, .article-template h4 {
  font-size: 18px;
}
	@media (min-width: 1024px) {    
    .pg-h1, .article-template h1 {      	font-size: 48px; }    
    .pg-h2, .article-template h2 {      	font-size: 32px; }
	}
.pg-btn {
  border: none;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: var(--pg-color-red);
  border-radius: 0.5rem;
  color: white;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: fit-content;
  height: 40px;
  color: white !important;
}
.pg-btn:hover{
  background-color: #FF2424;
}
.pg-btn--download::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f33d";
  font-weight: 400;
  margin-left: 0.5rem;
  font-size: 14px;
}
.pg-message {
  padding: 20px;
  background-color: #282828;
  border-radius: 8px;
  color: white;
  display: flex;
}
.pg-message + .pg-message  {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .pg-message {
    padding: 40px;
  }
}
.pg-message__header {
/*   font-size: 18px; */
/*   font-weight: 700; */
  line-height: 150%;
}
.pg-message__body {
/*   font-size: 18px; */
/*   font-weight: 400; */
	line-height: 150%;
}
.pg-message__icon {
  font-size: 20px;
  display: inline-block;
  margin-right: 8px;
}
.pg-message__icon:after {	 font-family: "Font Awesome 6 Pro"; }
.pg-message__icon--warning:after {  color: var(--pg-color-red);  content: "\f071"; }
.pg-message__icon--lightbulb:after {content: "\f0eb";  color: #ffd01a; }
.article-head {
  font-weight: 700;
  margin: 40px 0;
}
.article-user-info {
  font-size: 18px;
  font-weight: 400;
}
.article-template {  
  font-family: 'proxima-nova', system-ui, sans-serif;
}


.article-template hr {
  border: 1px solid #b8b8b8;
  margin: 40px 0;
}
.article-template .pg-h2[id] {
  scroll-margin-top: 120px;
}

.article-template small {
  font-size: 16px;
}

.article-template iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
.article-body ul,
.article-body ol,
.article-sidebar ul {
  padding-left: 28px;
}
.article-sidebar {
  background-color: #3D3D3D;
  padding: 20px;
}
.article-sidebar__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.article-template__sidebar-item {
  font-size: 16px;
  display: block;
  font-weight: 400;
  line-height: 24px;
}
.article-template__sidebar-item:hover {
  text-decoration: underline;
}
.article-sidebar-wrap {
  position: sticky !important;
  top: 240px;
}
[data-article-mobile-index] {
  position: sticky !important;
  top: 123px;
  z-index:1;
}
[data-article-mobile-index] select {
  background-color: #3D3D3D;
  color:white;
  width: 100%;
  padding: 12px 20px;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 16px center;
  background-image: url('https://web-assets.positivegrid.com/bigcommerce/assets/715222f1-9eb2-4419-a11d-f87fdd04251d.png');
}
[data-article-template-row] {
  font-size: 18px;
}
pg-article-page {
  display: block;
}
.article-body .pg-list li {
  margin-bottom: 32px;
}
.article-body .pg-sub-list li {
  margin-bottom: 0 !important;
}

[data-type="qa"] .qa__q {
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  color: white;
}
[data-type="qa"] .qa__a {  
  font-weight: 400;
  line-height: 150%;
  color: rgba(255,255,255,0.8);
}

[data-type="qa"] .qa__q + .qa__a {
  margin-bottom: 32px;
}

/* ========================================
   HC THEME REDESIGN — 2026-02
   ======================================== */

/* --- Layout --- */
.hc-home,
.hc-category,
.hc-section,
.hc-search {
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px 60px;
}
.hc-home {
  background: url("/hc/theming_assets/01KJ1EQT5ES74MCNYJTFS1MNZH");
  background-size: 600px auto;
  padding-bottom: 0;
  position: relative;
}
.hc-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 14, 0.65);
  pointer-events: none;
  z-index: 0;
}
.hc-home > * { position: relative; z-index: 1; }
@media (min-width: 36em) {
  .hc-home { background-size: 1000px auto; }
}

/* --- Breadcrumbs (sticky below header) --- */
.Breadcrumb {
  background: #0E0E0E;
  border-bottom: 1px solid #222;
  padding: 12px 0;
  font-size: 13px;
  position: sticky;
  top: 60px;
  z-index: 999;
}
.Breadcrumb .container {
  max-width: 1158px;
}
.Breadcrumb a {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  transition: color 0.2s;
}
.Breadcrumb a:hover {
  color: #C4A352;
  text-decoration: none;
}
.Breadcrumb li {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}
.Breadcrumb .breadcrumbs li + li:before {
  color: rgba(255,255,255,0.3);
}

/* --- Hero --- */
.hc-hero {
  background: #000;
  padding: 60px 15px 40px;
  text-align: center;
}
.hc-hero__inner {
  max-width: 700px;
  margin: 0 auto;
}
.hc-hero__title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
.hc-hero__search {
  margin-bottom: 12px;
}
.hc-hero__search input[type="search"] {
  width: 100%;
  padding: 16px 22px 16px 40px !important;
  font-size: 17px !important;
  border-radius: 8px 0 0 8px !important;
  border: 1px solid #444 !important;
  border-right: none !important;
  background: #1a1a1a !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}
.hc-hero__search input[type="search"]:focus {
  border-color: #e5432d !important;
}
.hc-hero__search input[type="search"]::placeholder {
  color: rgba(255,255,255,0.35) !important;
  font-style: italic;
  transition: color 0.3s ease;
}
.hc-hero__search input.hc-hero__placeholder-fade::placeholder {
  color: rgba(255,255,255,0) !important;
}
.hc-hero__ai-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  border: none;
  border-radius: 0 8px 8px 0;
  background: #e5432d;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.hc-hero__ai-btn:hover {
  background: #c9341f;
  box-shadow: 0 0 20px rgba(229,67,45,0.3);
}
.hc-hero__ai-btn:active {
  transform: scale(0.98);
}
.hc-hero__ai-btn i {
  font-size: 16px;
}
/* Fix Zendesk search magnifier icon color inside hero */
.hc-hero__search form.search:before {
  color: rgba(255,255,255,0.4) !important;
  top: 50% !important;
  transform: translateY(-50%);
  left: 14px !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .hc-hero__ai-btn {
    padding: 0 16px;
    font-size: 14px;
  }
}
.hc-hero__hint {
  font-size: 13px;
  color: rgba(188,176,137,0.6);
  margin-top: 10px;
  letter-spacing: 0.01em;
}
.hc-hero__hint i {
  margin-right: 4px;
  color: rgba(188,176,137,0.7);
}
@media (max-width: 767px) {
  .hc-hero { padding: 40px 15px 30px; }
  .hc-hero__title { font-size: 30px; }
}

/* --- Section Title --- */
.hc-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #C4A352;
  margin-bottom: 20px;
  padding-top: 36px;
}

/* --- Resource Cards --- */
.hc-resources {
  padding-top: 32px;
}
.hc-resources__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.hc-resource-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #1a1a1a;
  transition: border-color 0.2s;
}
.hc-resource-card:hover {
  border-color: #C4A352;
  text-decoration: none;
}
.hc-resource-card__icon {
  font-size: 28px;
  color: #C4A352;
  flex-shrink: 0;
  margin-top: 2px;
}
.hc-resource-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.hc-resource-card__desc {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}
@media (max-width: 991px) {
  .hc-resources__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .hc-resources__grid { grid-template-columns: 1fr; }
}

/* --- Trending --- */
.hc-trending {
  padding-top: 32px;
}
.hc-trending__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.hc-trending__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  padding: 14px 18px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #1a1a1a;
  transition: border-color 0.2s, color 0.2s;
}
.hc-trending__item::after {
  content: '→';
  color: rgba(255,255,255,0.3);
  font-size: 16px;
  flex-shrink: 0;
}
.hc-trending__item:hover {
  border-color: #C4A352;
  color: #fff;
  text-decoration: none;
}
.hc-trending__item:hover::after {
  color: rgba(255,255,255,0.5);
}
@media (max-width: 575px) {
  .hc-trending__list { grid-template-columns: 1fr; }
}

/* --- Product Grid --- */
.hc-products { padding-top: 32px; }
.hc-products__group { margin-bottom: 24px; }
.hc-products__label {
  font-size: 16px;
  font-weight: 600;
  color: #C4A352;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.hc-products__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.hc-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 8px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #1a1a1a;
  text-align: center;
  transition: border-color 0.2s;
}
.hc-product-card:hover {
  border-color: #C4A352;
  text-decoration: none;
}
.hc-product-card__img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 8px;
}
.hc-product-card__name {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.hc-products__text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.hc-products__text-links a {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  border-bottom: 1px solid #444;
  padding-bottom: 2px;
  transition: color 0.2s;
}
.hc-products__text-links a:hover {
  color: #C4A352;
  text-decoration: none;
}
/* Text-only card grid (software, expansion packs) */
.hc-products__card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.hc-product-card--text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.hc-product-card--text:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .hc-products__card-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 575px) {
  .hc-products__card-grid { grid-template-columns: repeat(2, 1fr); }
}
.hc-products__toggle {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  padding: 8px 0;
}
.hc-products__toggle:hover { color: rgba(255,255,255,0.75); }
.hc-products__collapsed { display: none; }
@media (max-width: 991px) {
  .hc-products__grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 575px) {
  .hc-products__grid { grid-template-columns: repeat(3, 1fr); }
  .hc-product-card__img { width: 60px; height: 60px; }
}

/* --- Quick Help (Category page) --- */
.hc-quick-help { margin-bottom: 32px; }
.hc-quick-help__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.hc-issue-card {
  display: block;
  padding: 20px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #1a1a1a;
  transition: border-color 0.2s;
}
.hc-issue-card:hover {
  border-color: #e5432d;
  text-decoration: none;
}
.hc-issue-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.hc-issue-card__desc {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}
@media (max-width: 767px) {
  .hc-quick-help__grid { grid-template-columns: 1fr; }
}

/* --- Category page: flat sections --- */
.hc-category__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
.hc-category__desc {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
}
.hc-category__sections .category-section { margin-bottom: 48px; }
.hc-section-heading { cursor: default !important; }
.hc-section-heading .panel-title .heading {
  font-size: 22px;
  font-weight: 700;
  color: #C4A352;
}
.hc-section-body { display: block !important; }
.hc-section-body a,
.hc-article-link {
  display: block;
  padding: 14px 16px;
  border-bottom: 1px solid #222;
  color: rgba(255,255,255,0.9);
  font-size: 17px;
  transition: background 0.2s;
}
.hc-section-body a:hover,
.hc-article-link:hover {
  background: #1a1a1a;
  text-decoration: none;
  color: #fff;
}

/* --- Section page --- */
.hc-section__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
.hc-section__desc {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
}
.hc-article-list { margin-bottom: 40px; }
.hc-article-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid #222;
  border-radius: 8px;
  margin-bottom: 8px;
  background: #1a1a1a;
  transition: border-color 0.2s, padding-left 0.2s, background 0.2s;
}
.hc-article-row:hover {
  border-color: #C4A352;
  padding-left: 24px;
  background: rgba(255,255,255,0.03);
  text-decoration: none;
}
.hc-article-row__title {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
.hc-article-row__star {
  color: #C4A352;
  margin-right: 6px;
}
.hc-article-row__arrow {
  color: rgba(255,255,255,0.2);
  font-size: 18px;
  flex-shrink: 0;
  margin-left: 12px;
  transition: color 0.2s, transform 0.2s;
}
.hc-article-row:hover .hc-article-row__arrow {
  color: #C4A352;
  transform: translateX(2px);
}

/* --- Article page --- */

/* --- Search results --- */
.hc-search__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
.hc-search__list { margin-bottom: 24px; }
.hc-search-result {
  display: block;
  padding: 16px 20px;
  border: 1px solid #222;
  border-radius: 8px;
  margin-bottom: 8px;
  background: #1a1a1a;
  transition: border-color 0.2s;
}
.hc-search-result:hover {
  border-color: #C4A352;
  text-decoration: none;
}
.hc-search-result__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.hc-search-result__votes {
  font-size: 12px;
  color: #C4A352;
  margin-left: 8px;
}
.hc-search-result__desc {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hc-search-result__meta {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-top: 8px;
}
.hc-search__empty {
  text-align: center;
  padding: 40px;
  color: rgba(255,255,255,0.6);
}

/* --- Contact CTA (shared) --- */
.hc-contact-cta {
  text-align: center;
  padding: 40px 20px;
  margin-top: 40px;
  border-top: 1px solid #222;
}
.hc-contact-cta__text {
  font-size: 22px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  margin-bottom: 16px;
}
.hc-contact-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: #e5432d;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  transition: background 0.2s;
}
.hc-contact-cta__btn:hover {
  background: #c9341f;
  text-decoration: none;
  color: #fff;
}

/* --- Footer (minimal) --- */
.hc-footer {
  border-top: 1px solid #222;
  padding: 40px 20px 32px;
  text-align: center;
}
.hc-footer__inner {
  max-width: 800px;
  margin: 0 auto;
}
.hc-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin-bottom: 20px;
}
.hc-footer__links a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}
.hc-footer__links a:hover {
  color: #fff;
  text-decoration: none;
}
.hc-footer__copyright {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}

/* --- Header v2 (minimal: logo + inline search, sticky via JS) --- */
.Header {
  z-index: 1000;
}
.Header-placeholder {
  display: none;
}
.hc-header-v2 {
  background: #0E0E0E;
  border-bottom: 1px solid #222;
  padding: 0 24px;
  position: static;
  height: auto;
  line-height: normal;
  margin-top: 0;
}
.hc-header-v2__inner {
  max-width: 1158px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 60px;
  gap: 16px;
}
.hc-header-v2__logo {
  flex-shrink: 0;
}
.hc-header-v2__logo img {
  height: 22px;
  width: auto;
  display: block;
}
/* Hide old header elements */
.hc-header-v2 .Header-nav,
.hc-header-v2 .Header-hamburgerIcon,
.hc-header-v2 .Header-menuTrigger,
.hc-header-v2 .Header-search {
  display: none !important;
}
/* --- Header search (v2.2: restored toggle + expanding input) --- */
.hc-header-v2__spacer {
  flex: 1;
}
.hc-header-v2__search {
  display: flex;
  align-items: center;
  position: relative;
}
.hc-header-v2__search-toggle {
  background: none;
  border: none;
  color: rgba(255,255,255,0.6);
  font-size: 18px;
  cursor: pointer;
  padding: 8px;
  transition: color 0.2s;
}
.hc-header-v2__search-toggle:hover {
  color: #fff;
}
.hc-header-v2__search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 0;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.hc-header-v2__search-form.is-open {
  width: 280px;
  opacity: 1;
}
.hc-header-v2__search-form input[type="search"] {
  width: 100%;
  padding: 8px 14px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #444;
  background: #1a1a1a;
  color: #fff;
  outline: none;
  transition: border-color 0.2s;
}
.hc-header-v2__search-form input[type="search"]:focus {
  border-color: #C4A352;
}
.hc-header-v2__search-form input[type="search"]::placeholder {
  color: rgba(255,255,255,0.35);
}
.hc-header-v2__search-form button[type="submit"] {
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-size: 15px;
  cursor: pointer;
  padding: 8px;
  margin-left: -36px;
  position: relative;
  z-index: 1;
}
.hc-header-v2__search-form button[type="submit"]:hover {
  color: #C4A352;
}
@media (max-width: 575px) {
  .hc-header-v2__logo img { height: 18px; }
  .hc-header-v2__search-form.is-open { width: 180px; }
}

/* --- Fix pg-message icons (f071/f0eb are v4 codepoints, use v4-compat font) --- */
.pg-message__icon:after {
  font-family: "FontAwesome" !important;
  font-weight: 900;
}

/* --- Article index scroll offset (header 60px + sticky breadcrumb ~40px) --- */
.article-body h2[id] {
  scroll-margin-top: 120px;
}

/* --- Article footer (voting + CTA, compact) --- */
.hc-article-footer {
  margin-top: 32px;
  border-top: 1px solid #222;
  padding-top: 16px;
}
.hc-article-footer__vote {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 12px 0;
}
.hc-article-footer__vote .article-vote-controls {
  display: inline-flex;
  gap: 8px;
}
.hc-article-footer__vote .article-vote-controls a {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #444;
  border-radius: 6px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  background: transparent;
  transition: border-color 0.2s, color 0.2s;
}
.hc-article-footer__vote .article-vote-controls a:hover {
  border-color: #C4A352;
  color: #fff;
  text-decoration: none;
}
.hc-article-footer__vote .article-vote-controls a.article-voted {
  border-color: #C4A352;
  color: #C4A352;
}
.hc-article-footer__question {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
.hc-article-footer__count {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  margin-left: auto;
}
.hc-article-footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #222;
}
.hc-article-footer__cta-text {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
}
.hc-article-footer__cta .hc-contact-cta__btn {
  font-size: 14px;
  padding: 8px 20px;
}

@media (max-width: 575px) {
  .hc-article-footer__cta {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

/* --- Fix 1: Hide "Updated" date on articles --- */
.article-user-info {
  display: none;
}

/* --- Fix 2: Tighten space below article footer before page footer --- */
.hc-article-footer {
  margin-bottom: 16px;
}

/* --- Fix 3: Breadcrumb — bigger font, consistent everywhere --- */
.Breadcrumb {
  font-size: 15px;
}
.Breadcrumb a,
.Breadcrumb li {
  font-size: 15px;
}

/* --- Fix 4: Override old category panel styles (ID specificity) --- */
#category-sections-list .panel-title:after {
  display: none !important;
}
#category-sections-list .panel-default > .panel-heading {
  border-bottom: none !important;
  padding: 12px 0 !important;
}
#category-sections-list .panel-title {
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-size: 22px !important;
  color: #C4A352 !important;
}
#category-sections-list .panel-body {
  display: block !important;
  padding: 0 !important;
}
#category-sections-list .panel-body li {
  list-style-type: none !important;
  font-size: 1em !important;
  line-height: 1 !important;
}
#category-sections-list .panel-body li a {
  display: block;
  padding: 14px 16px;
  border-bottom: 1px solid #222;
  color: rgba(255,255,255,0.9) !important;
  font-size: 17px;
  transition: background 0.2s;
}
#category-sections-list .panel-body li a:hover {
  background: #1a1a1a;
  color: #fff !important;
}
#category-sections-list .panel-default i {
  float: none !important;
}
#category-sections-list .panel,
#category-sections-list .panel-default {
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 24px !important;
}
#category-sections-list .panel-heading {
  cursor: default !important;
}
.panel-group-column {
  width: 100% !important;
}

/* --- Fix 5a: Quick Help — compact rows like trending --- */
.hc-quick-help__grid {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
}
.hc-issue-card {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 14px 18px !important;
  border: 1px solid #333;
  border-radius: 8px;
  background: #1a1a1a;
}
.hc-issue-card:hover {
  border-color: #C4A352 !important;
}
.hc-issue-card__title {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  color: rgba(255,255,255,0.85);
}
.hc-issue-card__desc {
  display: none !important;
}
.hc-issue-card::after {
  content: '→';
  color: rgba(255,255,255,0.3);
  font-size: 16px;
  flex-shrink: 0;
  margin-left: auto;
}
.hc-issue-card:hover::after {
  color: rgba(255,255,255,0.5);
}
@media (max-width: 575px) {
  .hc-quick-help__grid { grid-template-columns: 1fr !important; }
}

/* --- Fix 5b: Category article links — 2-column grid --- */
/* Target nested <ul> inside each section <li> (no .panel-body wrapper in this theme) */
#category-sections-list li > ul {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
/* Hide Zendesk <article> metadata elements inside article list items */
#category-sections-list li > ul > li > article {
  display: none !important;
}
@media (max-width: 767px) {
  #category-sections-list li > ul {
    grid-template-columns: 1fr !important;
  }
}

/* ========================================
   HC THEME v2.1 — Competitor-Informed Improvements
   ======================================== */

/* --- Breadcrumb: last item brighter white --- */
.Breadcrumb .breadcrumbs li:last-child {
  color: rgba(255,255,255,0.85);
}

/* --- Common Topics grid (home page) --- */
.hc-topics {
  padding-top: 32px;
}
.hc-topics__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.hc-topic-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #1a1a1a;
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  font-weight: 500;
  transition: border-color 0.2s, color 0.2s;
}
.hc-topic-card:hover {
  border-color: #C4A352;
  color: #fff;
  text-decoration: none;
}
.hc-topic-card__icon {
  font-size: 20px;
  color: #C4A352;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .hc-topics__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 400px) {
  .hc-topics__grid { grid-template-columns: 1fr; }
}

/* --- Inline search bar removed in v2.2 (search restored to header) --- */

/* --- "See all N articles" count per section --- */
.hc-section-count {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.5) !important;
  margin-left: auto;
  white-space: nowrap;
  transition: color 0.2s;
}
.hc-section-count:hover {
  color: #C4A352 !important;
  text-decoration: none;
}

/* --- Related Articles sidebar (article page) --- */
.article-sidebar__related {
  background-color: #3D3D3D;
  padding: 20px;
  margin-top: 16px;
}
.article-sidebar__related ul {
  padding-left: 0;
  margin: 0;
}
.article-sidebar__related li {
  list-style: none;
  margin-bottom: 8px;
}
.article-sidebar__related li a {
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  display: block;
  line-height: 1.4;
  transition: color 0.2s;
}
.article-sidebar__related li a:hover {
  color: #C4A352;
  text-decoration: none;
}

/* --- v2.3: Browse by Topic — 3x3 grid (Sonos-style) --- */
.hc-topics__grid {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
}
.hc-topic-card {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px 12px !important;
  text-align: center !important;
  gap: 10px !important;
}
.hc-topic-card__icon {
  font-size: 28px !important;
  width: auto !important;
  color: #C4A352 !important;
}
.hc-topic-card span {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .hc-topics__grid { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 575px) {
  .hc-topics__grid { grid-template-columns: repeat(2, 1fr) !important; }
}

/* --- v2.3: Search results — row-based (UA-inspired) --- */
.hc-search__list {
  border-top: 1px solid #222;
}
.hc-search-result {
  padding: 24px 0 !important;
  border: none !important;
  border-bottom: 1px solid #222 !important;
  border-radius: 0 !important;
  background: transparent !important;
  margin-bottom: 0 !important;
  transition: none !important;
}
.hc-search-result:hover {
  background: rgba(255,255,255,0.02) !important;
}
.hc-search-result__title {
  font-size: 19px !important;
  margin-bottom: 6px !important;
  line-height: 1.4 !important;
}
.hc-search-result:hover .hc-search-result__title {
  color: #C4A352 !important;
}
.hc-search-result__desc {
  font-size: 15px !important;
  color: rgba(255,255,255,0.55) !important;
  line-height: 1.6 !important;
  -webkit-line-clamp: 3 !important;
}

/* --- v2.3: Hide vote counts in search results --- */
.hc-search-result__votes {
  display: none !important;
}

/* --- v2.3: Search keyword highlight --- */
.hc-search-result em,
.hc-search-result__desc em,
.hc-search-result__title em {
  font-style: normal;
  background: rgba(196,163,82,0.2);
  color: #fff;
  padding: 1px 4px;
  border-radius: 3px;
}

/* --- v2.3: Label search → dedicated topic page --- */
.hc-search__title--topic {
  font-size: 32px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 8px;
}
.hc-search__topic-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #222;
}
/* Topic page: clean article rows (no search-result feel) */
.hc-search--topic .hc-search-result__title {
  font-size: 17px !important;
}
.hc-search--topic .hc-search-result__desc {
  -webkit-line-clamp: 2 !important;
}

/* ========================================
   HC THEME v3.0 — Sonos-Inspired Redesign
   ======================================== */

/* --- Common Issues (was "Trending", moved to position 1 after hero) --- */
/* Design: Sonos "Common issues and solutions" — simple text links, fastest path to answers. */
/* Reuses similar styling to old .hc-trending but renamed for semantic clarity. */
.hc-common-issues {
  padding-top: 32px;
}
.hc-common-issues__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.hc-common-issues__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  padding: 14px 18px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #1a1a1a;
  transition: border-color 0.2s, color 0.2s, padding-left 0.2s, background 0.2s;
}
.hc-common-issues__item::after {
  content: '→';
  color: rgba(255,255,255,0.2);
  font-size: 16px;
  flex-shrink: 0;
  transition: color 0.2s, transform 0.2s;
}
.hc-common-issues__item:hover {
  border-color: #C4A352;
  color: #fff;
  background: rgba(255,255,255,0.03);
  padding-left: 22px;
  text-decoration: none;
}
.hc-common-issues__item:hover::after {
  color: #C4A352;
  transform: translateX(2px);
}
@media (max-width: 575px) {
  .hc-common-issues__list { grid-template-columns: 1fr; }
}

/* --- v3.0: Topic cards — 5 in a row (pure troubleshooting) --- */
/* Design: Reduced from 9 cards (mixed resources+topics) to 5 pure topics. */
/* 5-column grid on desktop, 3-column tablet, 2-column mobile. */
.hc-topics__grid {
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 12px !important;
}
.hc-topic-card {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 28px 12px !important;
  text-align: center !important;
  gap: 12px !important;
  min-height: 120px !important;
}
.hc-topic-card__icon {
  font-size: 28px !important;
  width: auto !important;
  color: #C4A352 !important;
}
.hc-topic-card span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .hc-topics__grid { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 575px) {
  .hc-topics__grid { grid-template-columns: repeat(2, 1fr) !important; }
  .hc-topic-card { min-height: auto !important; padding: 20px 12px !important; }
}

/* --- v3.0: Product Tabs --- */
/* Design: Sonos uses tabbed product categories (6 tabs). We use 3. */
/* Only show one category at a time to reduce overwhelm. */
.hc-products__tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
.hc-products__tab {
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.hc-products__tab:hover {
  color: rgba(255,255,255,0.8);
}
.hc-products__tab.is-active {
  color: #C4A352;
  border-bottom-color: #C4A352;
}
.hc-products__panel {
  display: none;
}
.hc-products__panel.is-active {
  display: block;
}
@media (max-width: 575px) {
  .hc-products__tab { padding: 10px 16px; font-size: 14px; }
}

/* --- v3.0: Discontinued toggle enhancement --- */
.hc-products__toggle .caret-close {
  transform: rotate(180deg);
}

/* --- v3.0: Inline Search (Sonos "Looking for something else?" pattern) --- */
/* Design: Sonos puts search at bottom of every page. Users who scrolled past */
/* everything without finding their answer need a search before contact CTA. */
.hc-inline-search {
  text-align: center;
  padding: 40px 20px 0;
  margin-top: 40px;
  border-top: 1px solid #222;
}
.hc-inline-search__label {
  font-size: 20px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
}
.hc-inline-search__form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
}
.hc-inline-search__form input[type="search"] {
  flex: 1;
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #444;
  border-right: none;
  background: #1a1a1a;
  color: #fff;
  outline: none;
  transition: border-color 0.2s;
}
.hc-inline-search__form input[type="search"]:focus {
  border-color: #C4A352;
}
.hc-inline-search__form input[type="search"]::placeholder {
  color: rgba(255,255,255,0.35);
}
.hc-inline-search__form button[type="submit"] {
  padding: 14px 20px;
  background: #1a1a1a;
  border: 1px solid #444;
  border-left: none;
  border-radius: 0 8px 8px 0;
  color: rgba(255,255,255,0.5);
  font-size: 16px;
  cursor: pointer;
  transition: color 0.2s;
}
.hc-inline-search__form button[type="submit"]:hover {
  color: #C4A352;
}
@media (max-width: 575px) {
  .hc-inline-search__form input[type="search"] { font-size: 15px; padding: 12px 16px; }
  .hc-inline-search__form button[type="submit"] { padding: 12px 16px; }
}

/* --- v3.0: Enhanced Contact CTA --- */
/* Design: Sonos uses "Still need help?" heading + description paragraph + button. */
/* We add a separate heading element for the "Still need help?" line. */
.hc-contact-cta__heading {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

/* --- v3.0: Article page inline search (compact, no label) --- */
.hc-inline-search--article {
  border-top: 1px solid #222;
  padding: 20px 0;
  margin-top: 32px;
  text-align: left;
}
.hc-inline-search--article .hc-inline-search__form {
  max-width: 100%;
}

/* --- v3.0: Product Hero --- */
/* Design: Sonos shows large product photo + "Help and Support" subtitle at top. */
/* We add the product image centered above the category title. */
/* --- v3.0: Product Hero (Sonos two-column layout) --- */
.hc-product-hero {
  display: none; /* shown by JS when PRODUCT_DATA exists */
  align-items: center;
  gap: 48px;
  padding: 24px 0 16px;
  min-height: 220px;
}
.hc-product-hero__text {
  flex: 1;
  min-width: 0;
}
.hc-product-hero__name {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 4px;
  color: #fff;
}
.hc-product-hero__subtitle {
  font-size: 28px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
}
.hc-product-hero__divider {
  width: 100%;
  height: 1px;
  background: #333;
  margin-top: 16px;
  margin-bottom: 28px;
}
.hc-product-hero__image {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hc-product-hero__img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .hc-product-hero {
    flex-direction: column-reverse;
    text-align: center;
    gap: 20px;
    padding: 20px 0 12px;
    min-height: auto;
  }
  .hc-product-hero__name {
    font-size: 36px;
  }
  .hc-product-hero__subtitle {
    font-size: 20px;
  }
  .hc-product-hero__divider {
    margin-left: auto;
    margin-right: auto;
  }
  .hc-product-hero__image {
    flex: none;
  }
  .hc-product-hero__img {
    max-width: 200px;
  }
}

/* --- v3.0: Product Guide Links (Sonos style: text + icon, horizontal) --- */
/* Hero fades in once guides data is ready — prevents layout shift */
.hc-product-hero {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hc-product-hero.hc-hero--loaded {
  opacity: 1;
}
.hc-product-guides {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hc-product-guide {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s;
}
.hc-product-guide span {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hc-product-guide:hover {
  color: #fff;
  text-decoration: none;
}
.hc-product-guide__icon {
  color: rgba(255,255,255,0.5);
  font-size: 15px;
}

/* --- v3.0: Download group (firmware Mac/Win buttons) --- */
.hc-dl-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.hc-dl-group__label {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  gap: 6px;
}
.hc-dl-group__links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hc-dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid #444;
  border-radius: 6px;
  background: transparent;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.hc-dl-btn:hover {
  border-color: #C4A352;
  color: #fff;
  text-decoration: none;
}
.hc-dl-howto {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 4px;
}
.hc-dl-howto:hover {
  color: rgba(255,255,255,0.7);
}
@media (max-width: 767px) {
  .hc-product-guides {
    gap: 12px;
  }
}

/* --- v3.0: Getting Started Cards --- */
/* Design: Sonos "Get started with your [Product]" — curated onboarding. */
/* Shown before Fix an Issue, so the happy path comes first. */
.hc-gs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}
.hc-gs-card {
  display: block;
  padding: 20px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #1a1a1a;
  transition: border-color 0.2s;
}
.hc-gs-card:hover {
  border-color: #C4A352;
  text-decoration: none;
}
.hc-gs-card__title {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}
.hc-gs-card__desc {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}
@media (max-width: 575px) {
  .hc-gs-grid { grid-template-columns: 1fr; }
}

/* --- v3.0: Dedicated Topic Page (rendered from TOPIC_DATA) --- */
/* Design: Sonos topic pages are curated, magazine-style layouts. */
/* Each article has title + description + "Read the article" CTA. */
/* We render from JS when a label: search matches TOPIC_DATA. */

.hc-topic__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.hc-topic__desc {
  font-size: 17px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #222;
}
.hc-topic__articles {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Each article row: full-width, border-bottom separated (UA + Sonos hybrid) */
.hc-topic-article {
  display: block;
  padding: 28px 0;
  border-bottom: 1px solid #222;
  transition: background 0.2s;
}
.hc-topic-article:hover {
  text-decoration: none;
}
.hc-topic-article__content {
  max-width: 720px;
}
.hc-topic-article__title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.4;
}
.hc-topic-article:hover .hc-topic-article__title {
  color: #C4A352;
}
.hc-topic-article__desc {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin-bottom: 12px;
}
.hc-topic-article__cta {
  font-size: 14px;
  font-weight: 600;
  color: #C4A352;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hc-topic-article__cta i {
  font-size: 12px;
  transition: transform 0.2s;
}
.hc-topic-article:hover .hc-topic-article__cta i {
  transform: translateX(3px);
}

@media (max-width: 575px) {
  .hc-topic__title { font-size: 28px; }
  .hc-topic-article__title { font-size: 18px; }
  .hc-topic-article { padding: 20px 0; }
}

/* --- v3.0 fix: Hero search alignment --- */
.hc-hero__search form {
  display: flex;
  align-items: stretch;
}
.hc-hero__search input[type="search"] {
  flex: 1;
}
/* (hero search button styles moved to main .hc-hero__search block) */

/* --- v3.0 fix: Inline search — full border highlight on focus (no lag) --- */
.hc-inline-search__form input[type="search"],
.hc-inline-search__form button[type="submit"] {
  transition: border-color 0.15s ease;
}
.hc-inline-search__form:focus-within input[type="search"],
.hc-inline-search__form:focus-within button[type="submit"] {
  border-color: #C4A352;
  transition: border-color 0s;
}

/* --- v3.0 fix: Discontinued product names — greyed out --- */
.hc-products__collapsed .hc-product-card__name,
.hc-products__collapsed .hc-product-card--text {
  color: rgba(255,255,255,0.4) !important;
}
.hc-products__collapsed .hc-product-card {
  border-color: #272727;
}

/* --- v3.0 fix: CTA description smaller --- */
.hc-contact-cta__text {
  font-size: 16px !important;
}

/* --- v3.0 fix: Article footer — search + vote side by side, full width --- */
.hc-article-footer--wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  border-top: 1px solid #222;
  padding-top: 16px;
}
.hc-article-footer--wide .hc-inline-search--article {
  border-top: none;
  padding: 0;
  margin-top: 0;
  flex: 1;
  min-width: 0;
}
.hc-article-footer--wide .hc-article-footer__vote {
  flex-shrink: 0;
}
/* Footer is now outside the column grid — no width hack needed */
@media (max-width: 767px) {
  .hc-article-footer--wide {
    flex-direction: column;
    align-items: stretch;
  }
}
/* Article sidebar: align with article title */
.article-sidebar-wrap {
  top: 130px !important;
}
/* --- v3.1: Product hero smooth reveal (no layout jump) --- */
/* Keep hero in flow for product pages, then fade content in once data is ready. */
.hc-product-hero.hc-hero--pending,
.hc-product-hero.hc-hero--loaded {
  display: flex;
}
.hc-product-hero.hc-hero--pending {
  visibility: hidden;
  opacity: 0;
}
.hc-product-hero.hc-hero--loaded {
  visibility: visible;
  opacity: 1;
}

/* Fade and collapse fallback title instead of snapping display:none. */
#hc-category-fallback-title {
  overflow: hidden;
}
#hc-category-fallback-title.hc-category__title--fadeout {
  display: none;
}

/* ========================================
   HC THEME v3.2 — Sonos-Inspired Sections + Warm Copper
   ======================================== */

/* --- Large section title (Sonos: "Get started with your [Product]") --- */
.hc-section-title--lg {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 575px) {
  .hc-section-title--lg { font-size: 24px; padding-top: 16px; }
}

/* --- v3.2: Getting Started Cards (Sonos-style: spacious, CTA link) --- */
.hc-gs-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  margin-bottom: 0 !important;
}
.hc-gs-card {
  display: flex !important;
  flex-direction: column !important;
  padding: 28px 24px !important;
  border: 1px solid #333 !important;
  border-radius: 10px !important;
  background: #1a1a1a !important;
  border-top: 3px solid #C4A352 !important;
  transition: border-color 0.2s, transform 0.2s !important;
  min-height: 180px !important;
}
.hc-gs-card:hover {
  border-color: #C4A352 !important;
  border-top-color: #D4B56A !important;
  transform: translateY(-2px) !important;
  text-decoration: none !important;
}
.hc-gs-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hc-gs-card__title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}
.hc-gs-card__desc {
  font-size: 14px !important;
  color: rgba(255,255,255,0.55) !important;
  line-height: 1.6 !important;
  flex: 1 !important;
  display: block !important;
}
.hc-gs-card__cta {
  font-size: 14px;
  font-weight: 600;
  color: #C4A352;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  transition: color 0.2s;
}
.hc-gs-card__cta i {
  font-size: 12px;
  transition: transform 0.2s;
}
.hc-gs-card:hover .hc-gs-card__cta {
  color: #D4B56A;
}
.hc-gs-card:hover .hc-gs-card__cta i {
  transform: translateX(3px);
}
@media (max-width: 991px) {
  .hc-gs-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 575px) {
  .hc-gs-grid { grid-template-columns: 1fr !important; }
  .hc-gs-card { min-height: auto !important; padding: 20px 18px !important; }
}

/* --- v3.2: Fix an Issue (Sonos-style: icon + desc + CTA) --- */
.hc-issue-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.hc-issue-card {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 24px !important;
  border: 1px solid #333 !important;
  border-radius: 10px !important;
  background: #1a1a1a !important;
  transition: border-color 0.2s !important;
}
.hc-issue-card::after {
  content: '→' !important;
  color: rgba(255,255,255,0.15) !important;
  font-size: 16px !important;
  flex-shrink: 0 !important;
  margin-left: auto !important;
  transition: color 0.2s, transform 0.2s !important;
}
.hc-issue-card:hover {
  border-color: #C4A352 !important;
  text-decoration: none !important;
}
.hc-issue-card:hover::after {
  color: #C4A352 !important;
  transform: translateX(3px) !important;
}
.hc-issue-card__icon {
  font-size: 22px;
  color: #C4A352;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hc-issue-card__content {
  flex: 1;
  min-width: 0;
}
.hc-issue-card__title {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
}
.hc-issue-card__desc {
  font-size: 14px !important;
  color: rgba(255,255,255,0.5) !important;
  line-height: 1.5 !important;
  display: block !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .hc-issue-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .hc-issue-card { padding: 18px !important; gap: 12px !important; }
}

/* --- v3.2: Section tree article links — visible & clickable --- */
#category-sections-list .panel-body li a,
#category-sections-list li > ul > li > a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px !important;
  border-bottom: 1px solid #222 !important;
  margin-bottom: 4px !important;
  color: rgba(255,255,255,0.85) !important;
  font-size: 16px !important;
  transition: color 0.2s, background 0.2s, padding-left 0.2s !important;
  text-decoration: none !important;
}
#category-sections-list .panel-body li a::after,
#category-sections-list li > ul > li > a::after {
  content: '→';
  color: rgba(255,255,255,0.2);
  font-size: 14px;
  flex-shrink: 0;
  margin-left: 12px;
  transition: color 0.2s, transform 0.2s;
}
#category-sections-list .panel-body li a:hover,
#category-sections-list li > ul > li > a:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.03) !important;
  padding-left: 20px !important;
  text-decoration: none !important;
}
#category-sections-list .panel-body li a:hover::after,
#category-sections-list li > ul > li > a:hover::after {
  color: #C4A352;
  transform: translateX(2px);
}


/* --- v3.4: Hero shell-first render (reduce residual CLS) --- */
#hc-product-hero.hc-hero--loaded #hc-product-guides {
  min-height: 84px;
}

.hc-product-guides--skeleton {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hc-guide-skeleton {
  display: inline-block;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.08) 25%, rgba(255,255,255,0.18) 45%, rgba(255,255,255,0.08) 65%);
  background-size: 220% 100%;
  animation: hc-guide-shimmer 1.2s linear infinite;
}

.hc-guide-skeleton--lg { width: 180px; }
.hc-guide-skeleton--md { width: 150px; }
.hc-guide-skeleton--sm { width: 120px; }

@keyframes hc-guide-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -20% 0; }
}

@media (max-width: 767px) {
  #hc-product-hero.hc-hero--loaded #hc-product-guides {
    min-height: 66px;
  }
}

/* No flex hack needed — CTA and mobile bar are inside pg-article-page,
   so the Download page script's .container.article-template removal
   cleans them up automatically. */

/* =============================================
   Phase 1: Article Typography Improvements
   ============================================= */

/* 1.1 — Soften body/paragraph text from pure white (#fff) to soft white (#E0E0E0)
   Links, buttons, and headings stay bright #fff for contrast hierarchy */
body { color: #E0E0E0 !important; }
p { color: #E0E0E0; }

/* 1.3 + 1.4 — Article body font size 17px + line-height 1.7 for comfortable reading */
.article-template {
  font-size: 17px;
  line-height: 1.7;
}

/* 1.5 — Paragraph spacing (reset CSS sets p { margin: 0 }) */
.article-body p + p {
  margin-top: 1.2em;
}

/* =============================================
   Phase 2: Mobile UX + Interaction Feedback
   ============================================= */

/* 2.1 — Mobile sticky "Contact Support" bar (article pages only) */
.hc-mobile-contact-bar {
  display: none;
}
@media (max-width: 767px) {
  .hc-mobile-contact-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: #1a1a1a;
    border-top: 1px solid #333;
    padding: 10px 16px;
    text-align: center;
  }
  .hc-mobile-contact-bar a {
    display: block;
    padding: 12px 0;
    min-height: 48px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: #C4A352;
    border-radius: 8px;
    line-height: 24px;
  }
  .hc-mobile-contact-bar a:hover,
  .hc-mobile-contact-bar a:active {
    background: #b3943e;
    color: #fff;
  }
  .hc-mobile-contact-bar a i {
    margin-right: 6px;
  }
  /* Add bottom padding to page so sticky bar doesn't cover content */
  .article-template {
    padding-bottom: 80px;
  }
}

/* 2.2 — Touch target minimum 48px on mobile */
@media (max-width: 767px) {
  .hc-article-footer__vote .article-vote-controls a {
    min-height: 48px;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .Breadcrumb a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 8px 4px;
  }
}

/* =============================================
   Phase 3: Performance + Code Cleanup
   ============================================= */

/* 3.3 — Unify article body link color to brand gold (#C4A352) */
.article-body a {
  color: #C4A352;
}
.article-body a:hover {
  color: #d4b862;
}

/* ========================================
   AI ANSWER CARD — HC Search
   ======================================== */

.hc-ai-card {
  background: #1a1a1a;
  border-left: 3px solid #BCB089;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 32px;
}

.hc-ai-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.hc-ai-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #BCB089;
}

.hc-ai-card__title i {
  margin-right: 6px;
}

.hc-ai-card__badge {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px;
  padding: 2px 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Answer content */
.hc-ai-card__answer {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.6;
}

.hc-ai-card__answer strong { color: #fff; }
.hc-ai-card__answer ol,
.hc-ai-card__answer ul { padding-left: 20px; margin: 4px 0; }
.hc-ai-card__answer li { margin-bottom: 2px; }
.hc-ai-card__answer .hc-ai-gap { height: 12px; }

/* Nudge tip (medium confidence) */
.hc-ai-card__nudge {
  margin-top: 12px;
  padding: 10px 14px;
  background: rgba(188, 176, 137, 0.1);
  border-left: 3px solid #BCB089;
  border-radius: 0 6px 6px 0;
  font-size: 13px;
  color: #999;
  line-height: 1.5;
}

/* Citation markers */
.hc-ai-cite {
  color: #BCB089;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  vertical-align: super;
  text-decoration: none;
}

.hc-ai-cite:hover {
  text-decoration: underline;
}

/* Source cards */
.hc-ai-sources {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #333;
}

.hc-ai-sources__title {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hc-ai-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: rgba(255,255,255,0.04);
  border-radius: 6px;
  margin-bottom: 6px;
  text-decoration: none;
  transition: background 0.15s;
}

.hc-ai-source:hover {
  background: rgba(255,255,255,0.08);
}

.hc-ai-source__num {
  color: #BCB089;
  font-weight: 700;
  font-size: 13px;
  margin-right: 10px;
  min-width: 20px;
}

.hc-ai-source__title {
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  flex: 1;
}

.hc-ai-source__arrow {
  color: rgba(255,255,255,0.3);
  margin-left: 8px;
}

/* Feedback */
.hc-ai-feedback {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hc-ai-feedback__label {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

.hc-ai-feedback__btn {
  background: none;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 4px 12px;
  cursor: pointer;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  transition: all 0.15s;
}

.hc-ai-feedback__btn:hover {
  border-color: #BCB089;
  color: #BCB089;
}

.hc-ai-feedback__btn.is-selected {
  border-color: #BCB089;
  background: rgba(188,176,137,0.1);
  color: #BCB089;
}

/* Skeleton loader */
.hc-ai-card--loading .hc-ai-card__body { display: none; }

.hc-ai-skeleton__line {
  height: 14px;
  background: linear-gradient(90deg, #222 25%, #2a2a2a 50%, #222 75%);
  background-size: 200% 100%;
  animation: hc-ai-shimmer 1.5s ease-in-out infinite;
  border-radius: 4px;
  margin-bottom: 10px;
}

.hc-ai-skeleton__line:nth-child(1) { width: 85%; }
.hc-ai-skeleton__line:nth-child(2) { width: 70%; }
.hc-ai-skeleton__line:nth-child(3) { width: 90%; }

.hc-ai-skeleton__hint {
  color: rgba(255,255,255,0.3);
  font-size: 13px;
  margin-top: 12px;
}

@keyframes hc-ai-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Homepage: always hide instant search dropdown (AI replaces it) */
.hc-hero__search [role="listbox"],
.hc-hero__search .search-results-list {
  display: none !important;
}
/* Also hide when AI overlay is active (catches DOM-root listbox) */
body.hc-ai-active [role="listbox"],
body.hc-ai-active .search-results-list {
  display: none !important;
}

/* Navbar/Footer instant search — dark polished theme */
.hc-header-v2 [role="listbox"],
.hc-header-v2 .search-results-list,
footer [role="listbox"],
footer .search-results-list {
  background: #1a1a1a !important;
  border: 1px solid #333 !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5) !important;
  color: #e0e0e0 !important;
}
.hc-header-v2 [role="listbox"] [role="option"],
footer [role="listbox"] [role="option"] {
  color: #e0e0e0 !important;
  border-bottom: 1px solid #2a2a2a !important;
  padding: 10px 16px !important;
}
.hc-header-v2 [role="listbox"] [role="option"]:hover,
.hc-header-v2 [role="listbox"] [role="option"][aria-selected="true"],
footer [role="listbox"] [role="option"]:hover,
footer [role="listbox"] [role="option"][aria-selected="true"] {
  background: #2a2a2a !important;
}
.hc-header-v2 [role="listbox"] [role="option"] em,
footer [role="listbox"] [role="option"] em {
  color: #BCB089 !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

/* Homepage AI Answer (floating overlay) */
.hc-hero__search {
  position: relative;
}
/* Dimmed backdrop when AI is active */
body.hc-ai-active::after {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 999;
  animation: hcAiFadeIn 0.3s ease;
}
@keyframes hcAiFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* Keep search bar + AI card above backdrop */
body.hc-ai-active .hc-hero__search {
  position: relative;
  z-index: 1001;
}
.hc-hero-ai {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  max-width: calc(100vw - 32px);
  max-height: 70vh;
  overflow-y: auto;
  z-index: 1001;
  text-align: left;
  margin-top: 8px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
  border-radius: 12px;
}
.hc-hero-ai .hc-ai-card {
  border-radius: 12px;
}
/* Fix #2: Close button — inside header flex row, after badge */
.hc-hero-ai .hc-ai-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hc-hero-ai__close {
  margin-left: auto;
  background: none;
  border: none;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  padding: 4px 6px;
  line-height: 1;
  transition: color 0.15s;
}
.hc-hero-ai__close:hover {
  color: #fff;
}
/* Fix #6: Larger font for AI answer readability */
.hc-hero-ai .hc-ai-card__answer {
  font-size: 16px;
  line-height: 1.7;
}

.hc-hero-ai__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  flex-wrap: wrap;
  gap: 12px;
}

.hc-hero-ai__more {
  font-size: 14px;
  font-weight: 600;
  color: #BCB089;
  text-decoration: none;
  transition: opacity 0.15s;
}

.hc-hero-ai__more:hover {
  opacity: 0.8;
}

.hc-hero-ai__more i {
  margin-left: 4px;
}

/* Mobile */
@media (max-width: 767px) {
  .hc-ai-card { padding: 16px; }
  .hc-ai-card__answer { font-size: 14px; }
  .hc-ai-source { padding: 8px 10px; }
  .hc-ai-source__title { font-size: 13px; }
  .hc-hero-ai { width: calc(100vw - 24px); }
  .hc-hero-ai__actions { flex-direction: column; align-items: flex-start; }
}


/* =============================================
   MOBILE OPTIMIZATION — 2026-03
   Constraint: Desktop unchanged. Mobile-only
   media queries. No template changes.
   ============================================= */

/* ---- Phase 1: Global Foundation ---- */

/* 1.1 — Kill mobile contact bar + remove bottom padding */
.hc-mobile-contact-bar {
  display: none !important;
}
@media (max-width: 767px) {
  .article-template {
    padding-bottom: 0 !important;
  }
}

/* 1.2 — Article heading scale */
@media (max-width: 767px) {
  .pg-h1, .article-template h1 {
    font-size: 28px;
  }
  .pg-h2, .article-template h2 {
    font-size: 22px;
  }
  .pg-h3, .article-template h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .pg-h1, .article-template h1 {
    font-size: 24px;
  }
  .pg-h2, .article-template h2 {
    font-size: 20px;
  }
  .pg-h3, .article-template h3 {
    font-size: 18px;
  }
}

/* 1.3 — Article body images + tables */
.article-body img {
  max-width: 100%;
  height: auto;
}
.article-body table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* 1.4 — pg-message mobile stack */
@media (max-width: 575px) {
  .pg-message {
    flex-direction: column;
    padding: 16px;
  }
}

/* 1.5 — Section titles mobile */
@media (max-width: 767px) {
  .hc-section__title {
    font-size: 24px;
  }
  .hc-section-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .hc-section__title {
    font-size: 22px;
  }
  .hc-section-title {
    font-size: 20px;
  }
}

/* 1.6 — Header search full-width + logo */
@media (max-width: 575px) {
  .hc-header-v2__search-form.is-open {
    width: calc(100vw - 80px);
  }
  .hc-header-v2__logo img {
    max-width: 120px;
  }
}

/* 1.7 — Contact CTA tighter on mobile */
@media (max-width: 575px) {
  .hc-contact-cta {
    padding: 24px 16px;
  }
  .hc-contact-cta__heading {
    font-size: 22px;
  }
  .hc-contact-cta__btn {
    min-height: 48px;
    padding: 12px 24px;
    font-size: 16px;
  }
}

/* 1.8 — Inline search tighter on mobile */
@media (max-width: 575px) {
  .hc-inline-search__label {
    font-size: 17px;
  }
  .hc-inline-search {
    padding: 24px 16px 0;
  }
}

/* 1.9 — Page containers side padding */
@media (max-width: 575px) {
  .hc-home,
  .hc-category,
  .hc-section,
  .hc-search {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* ---- Phase 2: Home Page ---- */

/* 2.1 — Hero title + search scaling */
@media (max-width: 575px) {
  .hc-hero__title {
    font-size: 26px;
  }
  .hc-hero__search input[type="search"] {
    font-size: 15px !important;
    padding: 14px 16px 14px 36px !important;
  }
}
@media (max-width: 400px) {
  .hc-hero__title {
    font-size: 24px;
  }
  .hc-hero__ai-btn {
    padding: 0 12px;
    font-size: 13px;
    gap: 4px;
  }
}

/* 2.3 — Topics grid padding refinement at small sizes */
@media (max-width: 400px) {
  .hc-topics__grid {
    gap: 8px;
  }
  .hc-topic-card {
    padding: 16px 10px !important;
    font-size: 14px;
  }
}

/* 2.4 — Product grid: 3→2 cols at 400px */
@media (max-width: 400px) {
  .hc-products__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .hc-product-card__img {
    width: 50px;
    height: 50px;
  }
  .hc-product-card__name {
    font-size: 13px;
  }
}

/* 2.5 — Card grid (text cards) 2→1 col at 400px */
@media (max-width: 400px) {
  .hc-products__card-grid {
    grid-template-columns: 1fr;
  }
}

/* 2.6 — Product tabs horizontal scroll on mobile */
@media (max-width: 575px) {
  .hc-products__tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .hc-products__tabs::-webkit-scrollbar {
    display: none;
  }
  .hc-products__tab {
    min-height: 48px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}

/* ---- Phase 3: Category + Section Pages ---- */

/* 3.1 — Category article links: touch targets, remove hover shift */
@media (max-width: 767px) {
  .hc-section-body a,
  .hc-article-link {
    min-height: 48px;
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  .hc-article-row {
    min-height: 48px;
  }
  .hc-article-row:hover {
    padding-left: 20px;
  }
}

/* 3.2 — Issue grid padding at 575px */
@media (max-width: 575px) {
  .hc-issue-card {
    padding: 16px;
  }
}

/* 3.3 — Product hero: tighter on mobile */
@media (max-width: 575px) {
  .hc-product-hero__name {
    font-size: 28px;
  }
  .hc-product-hero__img {
    max-width: 150px;
  }
  .hc-product-hero {
    gap: 16px;
  }
}

/* 3.4 — Product guides: stack vertically on mobile */
@media (max-width: 575px) {
  .hc-product-guides {
    flex-direction: column;
    gap: 8px;
  }
  .hc-dl-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .hc-dl-btn {
    min-height: 44px;
    padding: 10px 16px;
  }
}

/* ---- Phase 4: Article Page ---- */

/* 4.2 — Article footer: vote section stack on mobile */
@media (max-width: 575px) {
  .hc-article-footer__vote {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .hc-article-footer__vote .article-vote-controls {
    width: 100%;
  }
  .hc-article-footer__vote .article-vote-controls a {
    flex: 1;
  }
  /* Inline search: stack vertically */
  .hc-inline-search--article .hc-inline-search__form {
    flex-direction: column;
  }
  .hc-inline-search--article .hc-inline-search__form input[type="search"] {
    border-radius: 8px;
    border-right: 1px solid #444;
    width: 100%;
  }
  .hc-inline-search--article .hc-inline-search__form button[type="submit"] {
    border-radius: 8px;
    border-left: 1px solid #444;
    width: 100%;
    min-height: 48px;
    margin-top: 8px;
  }
}

/* 4.4 — Scroll offset for mobile (shorter header) */
@media (max-width: 767px) {
  .article-body h2[id] {
    scroll-margin-top: 80px;
  }
}

/* 4.5 — Article content overflow prevention */
@media (max-width: 767px) {
  .article-template {
    overflow-x: hidden;
    max-width: 100vw;
  }
  .article-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  /* Override inline styles from Zendesk WYSIWYG editor */
  .article-body img {
    max-width: 100% !important;
    height: auto !important;
  }
  .article-body iframe {
    max-width: 100% !important;
  }
  .article-body pre,
  .article-body code {
    overflow-x: auto;
    max-width: 100%;
    white-space: pre-wrap;
  }
  .article-body table {
    max-width: 100%;
    table-layout: fixed;
  }
  .article-body td,
  .article-body th {
    word-break: break-word;
  }
}

/* ---- Phase 5: Search Results + Submit Form ---- */

/* 5.1 — Search title + result scaling */
@media (max-width: 575px) {
  .hc-search__title {
    font-size: 22px;
  }
  .hc-search-result__title {
    font-size: 17px;
  }
  .hc-ai-feedback__btn {
    min-height: 48px;
    min-width: 48px;
  }
}

/* 5.2 — Submit form hero tighter */
@media (max-width: 575px) {
  .hc-form-hero {
    padding: 32px 0 16px;
  }
  .hc-form-hero__title {
    font-size: 24px;
  }
}

/* 5.3 — Progress bar compact on mobile */
@media (max-width: 575px) {
  .hc-form-progress__label {
    display: none;
  }
  .hc-form-progress__dot {
    width: 10px;
    height: 10px;
  }
  .hc-form-progress {
    padding: 0 8px;
    margin-bottom: 24px;
  }
}

/* ---- Phase 6: Header + Final Polish ---- */

/* 6.1 — Breadcrumb compact */
@media (max-width: 575px) {
  .Breadcrumb {
    font-size: 12px;
    padding: 8px 0;
  }
  .Breadcrumb a {
    font-size: 12px;
  }
  .Breadcrumb li {
    font-size: 12px;
  }
}

/* 6.2 — AI overlay: full-width on mobile, scrollable */
@media (max-width: 767px) {
  .hc-hero-ai {
    width: calc(100vw - 16px);
    max-height: 70vh;
    overflow-y: auto;
  }
  .hc-ai-source {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .hc-hero-ai__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 6.3 — Inline search button touch target */
@media (max-width: 767px) {
  .hc-inline-search__form button[type="submit"] {
    min-height: 48px;
  }
}

/* 6.4 — Topic articles compact on mobile */
@media (max-width: 575px) {
  .hc-topic__title {
    font-size: 24px;
  }
  .hc-topic-article {
    padding: 20px 0;
  }
  .hc-topic-article__content {
    padding: 0;
  }
}

/* 6.5 — Global overflow-x hidden on mobile */
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden;
  }
}

/* 7 — AI Search button disabled state during loading */
.hc-hero__ai-btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}


/* --- Phase 2: View Ticket Page — Dark Theme --- */

/* Request page layout */
.request-page {
  padding-top: 24px;
}

/* Request ID muted */
.request-page .request-id {
  color: rgba(255, 255, 255, 0.4) !important;
  font-weight: 400;
}

/* Request title */
.request-page h1 {
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.3;
}

/* Comment thread */
.request-page .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.request-page .comment {
  display: flex;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid #222;
}

.request-page .comment:last-child {
  border-bottom: none;
}

.request-page .comment-avatar {
  flex-shrink: 0;
}

.request-page .comment-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.request-page .comment-container {
  flex: 1;
  min-width: 0;
}

.request-page .comment-author {
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 14px;
}

.request-page .comment-published {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  margin-left: 12px;
}

.request-page .comment-body {
  color: #E0E0E0;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.request-page .comment-body a {
  color: #C4A352;
}
.request-page .comment-body a:hover {
  color: #d4b862;
}

/* Agent comment indicator */
.request-page .comment-avatar-agent img {
  border: 2px solid #C4A352;
}

/* Comment attachments */
.request-page .attachment-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.request-page .attachment-list li {
  margin: 4px 0;
}

.request-page .attachment-list a {
  color: #C4A352;
  text-decoration: none;
}
.request-page .attachment-list a:hover {
  color: #d4b862;
  text-decoration: underline;
}

.request-page .attachment-list span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

/* Follow-up callout */
.request-page .request-follow-up {
  background: #1a1a1a;
  border-left: 3px solid #C4A352;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 24px 0;
  color: #E0E0E0;
  font-size: 14px;
}

/* Reply form */
.request-page .comment-form {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #222;
}

.request-page .comment-form .comment-avatar {
  flex-shrink: 0;
}

.request-page .comment-form .comment-avatar img,
.request-page .comment-form .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.request-page .comment-form .comment-container {
  flex: 1;
}

.request-page .comment-form textarea {
  background-color: #1E1E1E !important;
  border: 1px solid #333 !important;
  border-radius: 8px !important;
  color: #E0E0E0 !important;
  padding: 12px 16px !important;
  width: 100%;
  min-height: 120px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  resize: vertical;
  transition: border-color 0.2s;
}

.request-page .comment-form textarea:focus {
  border-color: #C4A352 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(196, 163, 82, 0.2) !important;
}

/* Upload area */
.request-page .comment-attachments {
  margin-top: 12px;
}

.request-page .comment-attachments .upload-dropzone {
  background: #1a1a1a !important;
  border: 2px dashed #444 !important;
  border-radius: 8px !important;
  padding: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  transition: border-color 0.2s;
}
.request-page .comment-attachments .upload-dropzone:hover {
  border-color: #C4A352 !important;
}

/* Comment form controls */
.request-page .comment-form-controls {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.request-page .comment-mark-as-solved {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #E0E0E0;
  font-size: 14px;
}

.request-page .comment-mark-as-solved input[type="checkbox"] {
  accent-color: #C4A352;
  width: 16px;
  height: 16px;
}

/* Submit button — red CTA */
.request-page .comment-form input[type="submit"] {
  background-color: #e5432d !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background-color 0.2s !important;
}
.request-page .comment-form input[type="submit"]:hover {
  background-color: #FF2424 !important;
}

/* Sidebar — dark card */
.request-page .side-column .request-details {
  background: #1a1a1a !important;
  border: 1px solid #333 !important;
  border-radius: 8px !important;
  padding: 20px 24px !important;
  margin: 0 0 20px !important;
}

.request-page .request-details dt {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-top: 16px !important;
}
.request-page .request-details dt:first-child {
  margin-top: 0 !important;
}

.request-page .request-details dd {
  color: #FFFFFF !important;
  font-size: 14px !important;
  margin: 4px 0 0 !important;
}

.request-page .request-details dd span {
  color: #FFFFFF !important;
}

.request-page .request-details select {
  background-color: #1E1E1E !important;
  border: 1px solid #333 !important;
  border-radius: 6px !important;
  color: #E0E0E0 !important;
  padding: 6px 10px !important;
  font-size: 13px !important;
  width: 100%;
}

/* Status badges — translucent backgrounds */
.request-page .request-status {
  border-radius: 12px !important;
  padding: 4px 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  display: inline-block;
}

.request-page .request-open,
.requests-page .request-open {
  background: rgba(89, 187, 224, 0.15) !important;
  color: #59bbe0 !important;
}

.request-page .request-answered,
.requests-page .request-answered {
  background: rgba(245, 202, 0, 0.15) !important;
  color: #f5ca00 !important;
}

.request-page .request-solved,
.requests-page .request-solved {
  background: rgba(130, 130, 130, 0.2) !important;
  color: #999 !important;
}

.request-page .request-closed,
.requests-page .request-closed {
  background: rgba(130, 130, 130, 0.15) !important;
  color: #777 !important;
}

.request-page .request-new,
.requests-page .request-new {
  background: rgba(196, 163, 82, 0.15) !important;
  color: #C4A352 !important;
}

.request-page .request-pending,
.requests-page .request-pending {
  background: rgba(245, 166, 35, 0.15) !important;
  color: #f5a623 !important;
}

.request-page .request-on-hold,
.requests-page .request-on-hold {
  background: rgba(173, 133, 222, 0.15) !important;
  color: #ad85de !important;
}

/* Collaborators */
.request-page .request-details .request-collaborators li {
  background-color: #2a2a2a !important;
  color: #E0E0E0 !important;
  border-radius: 4px !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
}

/* "Submit new request" button — gold outline */
.request-page .side-column > .btn,
.request-page .side-column > a.btn {
  display: inline-block;
  background: transparent !important;
  color: #C4A352 !important;
  border: 1px solid #C4A352 !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: background-color 0.2s, color 0.2s !important;
}
.request-page .side-column > .btn:hover,
.request-page .side-column > a.btn:hover {
  background: #C4A352 !important;
  color: #000 !important;
}

/* Satisfaction rating */
.request-page .satisfaction {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 24px;
}

/* Pagination */
.request-page .pagination a {
  color: #C4A352 !important;
}
.request-page .pagination a:hover {
  color: #d4b862 !important;
}

/* --- Phase 2 Mobile --- */
@media (max-width: 767px) {
  .request-page .side-column {
    margin-top: 32px;
  }
  .request-page .comment {
    gap: 12px;
  }
  .request-page .comment-avatar img {
    width: 36px;
    height: 36px;
  }
  .request-page .comment-form {
    flex-direction: column;
  }
  .request-page .comment-form .comment-avatar {
    display: none;
  }
}

@media (max-width: 575px) {
  .request-page .comment-form-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .request-page .comment-form input[type="submit"] {
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .request-page .comment-avatar img {
    width: 32px;
    height: 32px;
  }
}

/* --- Phase 3: Ticket List Page — Dark Theme --- */

/* Nav tabs — transparent bg, gold underline on active */
.my-activities-nav {
  background: transparent !important;
  border-bottom: 1px solid #333 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.my-activities-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
}

.my-activities-nav li {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  background: transparent !important;
}

.my-activities-nav li:first-child {
  color: #FFFFFF;
  border-bottom-color: #C4A352;
}

.my-activities-nav li a {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
}
.my-activities-nav li a:hover {
  color: #FFFFFF !important;
}

/* Sub-nav (filter tabs) */
.my-activities-sub-nav {
  background: transparent !important;
  border-bottom: 1px solid #222 !important;
  padding: 0 !important;
  margin-bottom: 24px !important;
}

.my-activities-sub-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
}

.my-activities-sub-nav li {
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: 2px solid #C4A352;
  background: transparent !important;
}

.my-activities-sub-nav li a {
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
}
.my-activities-sub-nav li a:hover {
  color: #FFFFFF !important;
}

/* Search toolbar — dark card */
.request-table-toolbar {
  background: #1a1a1a !important;
  border: 1px solid #333 !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 0 !important;
}

.request-table-toolbar .requests-search {
  background-color: #1E1E1E !important;
  border: 1px solid #333 !important;
  border-radius: 8px !important;
  color: #E0E0E0 !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  outline: none !important;
  min-width: 200px;
  transition: border-color 0.2s;
}
.request-table-toolbar .requests-search:focus {
  border-color: #C4A352 !important;
  box-shadow: 0 0 0 2px rgba(196, 163, 82, 0.2) !important;
}
.request-table-toolbar .requests-search::placeholder {
  color: #666 !important;
}

.request-table-filters {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-left: auto;
}

.request-table-filters label {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
.request-table-filters label::before {
  content: none !important;
  width: 0 !important;
  display: none !important;
}

.request-table-filters select {
  background-color: #1E1E1E !important;
  border: 1px solid #333 !important;
  border-radius: 6px !important;
  color: #E0E0E0 !important;
  padding: 6px 12px !important;
  font-size: 13px !important;
}

/* Table — dark theme */
.my-activities-table table {
  width: 100%;
  border-collapse: collapse;
}

.my-activities-table thead {
  background: #141414 !important;
}

.my-activities-table thead th {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 12px 16px !important;
  border: none !important;
  border-bottom: 1px solid #333 !important;
  text-align: left;
}

.my-activities-table tbody td {
  padding: 14px 16px !important;
  border: none !important;
  border-bottom: 1px solid #222 !important;
  font-size: 14px !important;
  color: #E0E0E0 !important;
  vertical-align: middle;
}

.my-activities-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.my-activities-table tbody td a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.my-activities-table tbody td a:hover {
  color: #C4A352 !important;
}

/* Empty state */
.my-activities-table > p {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 48px 0;
  font-size: 15px;
}

/* Pagination — gold links, dark bordered pills */
.my-activities-table .pagination {
  margin-top: 24px;
}
.my-activities-table .pagination a {
  color: #C4A352 !important;
  text-decoration: none;
}
.my-activities-table .pagination a:hover {
  color: #d4b862 !important;
}
.my-activities-table .pagination .current {
  background: #C4A352 !important;
  color: #000 !important;
  border-radius: 4px;
  padding: 4px 10px;
}

/* Status badges in table (same translucent style as Phase 2) */
.my-activities-table .request-status {
  border-radius: 12px !important;
  padding: 4px 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  white-space: nowrap;
}

/* --- Phase 3 Mobile --- */
@media (max-width: 767px) {
  .request-table-toolbar {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .request-table-toolbar .requests-search {
    min-width: unset !important;
    width: 100% !important;
  }
  .request-table-filters {
    margin-left: 0 !important;
    flex-wrap: wrap;
  }
  .my-activities-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .my-activities-table table {
    min-width: 600px;
  }
  .my-activities-nav li {
    font-size: 13px;
    padding: 10px 14px;
  }
  .my-activities-sub-nav li {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* --- Phase 4: Contributions & Subscriptions — Dark Theme --- */

/* Community table shares .my-activities-table — already covered by Phase 3 */
.community-temp table {
  width: 100%;
  border-collapse: collapse;
}
.community-temp table th {
  background: #141414 !important;
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 12px 16px !important;
  border: none !important;
  border-bottom: 1px solid #333 !important;
}
.community-temp table td {
  padding: 14px 16px !important;
  border: none !important;
  border-bottom: 1px solid #222 !important;
  color: #E0E0E0 !important;
  font-size: 14px !important;
}

/* Subscribe/unsubscribe buttons */
.organization-subscribe,
.organization-unsubscribe {
  background: #2a2a2a !important;
  color: #E0E0E0 !important;
  border: 1px solid #333 !important;
  border-radius: 6px !important;
  padding: 6px 14px !important;
  font-size: 13px !important;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s !important;
}
.organization-subscribe:hover,
.organization-unsubscribe:hover {
  border-color: #C4A352 !important;
  color: #C4A352 !important;
}

/* --- Phase 5: Submit Form Hero Polish --- */

/* Hero subtitle — match HC muted text pattern */
.hc-form-hero__subtitle {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Progress dots — ensure gold accent consistency */
.hc-form-progress__dot {
  border-color: #333;
}
.hc-form-progress__step.is-active .hc-form-progress__dot {
  background: #C4A352;
  border-color: #C4A352;
}
.hc-form-progress__step.is-complete .hc-form-progress__dot {
  background: #C4A352;
  border-color: #C4A352;
}
.hc-form-progress__line.is-complete {
  background: #C4A352;
}

/* Form bottom padding — section spacing standard */
.new_request_page pw-online-support-form,
.request-form {
  padding-bottom: 48px;
}

/* --- Phase 7: Global Edge Cases — Request Pages --- */

/* Override legacy table borders on request pages */
.request-page table td,
.request-page table th,
.requests-page table td,
.requests-page table th {
  border-color: #222 !important;
}

/* Strip legacy nav-bordered background/border */
.nav-bordered li {
  background: transparent !important;
  border: none !important;
}

/* Override .request-details border from legacy (line 1283-1284) */
.request-details {
  border-color: #333 !important;
}

/* Font family — ensure Roboto on all request pages */
.request-page,
.requests-page,
.contributions-page,
.subscriptions-page,
.my-activities-nav,
.my-activities-table {
  font-family: 'Roboto', sans-serif;
}

/* Comment form textarea legacy border override */
.request-page textarea {
  border-color: #333 !important;
}

/* Checkbox accent-color — gold */
.request-page input[type="checkbox"],
.requests-page input[type="checkbox"] {
  accent-color: #C4A352;
}

/* Breadcrumb on request pages — ensure visible */
.request-page ~ .Breadcrumb,
.Breadcrumb {
  color: rgba(255, 255, 255, 0.5);
}
.Breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
}
.Breadcrumb a:hover {
  color: #C4A352;
}

/* Body table override for request pages — prevent white borders bleeding in */
body .request-page table td,
body .request-page table th,
body .my-activities-table table td,
body .my-activities-table table th {
  border-color: #222 !important;
}

/* Request page links */
.request-page a {
  color: #C4A352;
}
.request-page a:hover {
  color: #d4b862;
}

/* Ensure the contact CTA on request pages matches other pages */
.request-page + .container .hc-contact-cta,
.requests-page-cta .hc-contact-cta {
  margin-top: 48px;
}

/* ========================================
   BACKGROUND REDESIGN — Grain + Glow + Depth
   2026-03-12
   ======================================== */

/* --- Layer 1: Global grain texture overlay --- */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.03;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}

/* --- Layer 2: Hero ambient glow (home page) --- */
.hc-hero {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(188,176,137,0.08), transparent 70%),
    #000 !important;
}


/* --- Layer 4: Card depth refinement --- */
.hc-resource-card,
.hc-topic-card,
.hc-product-card,
.hc-issue-card,
.hc-common-issues__item,
.hc-trending__item {
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.hc-resource-card:hover,
.hc-topic-card:hover,
.hc-product-card:hover,
.hc-issue-card:hover,
.hc-common-issues__item:hover,
.hc-trending__item:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.4), 0 0 0 1px rgba(196,163,82,0.12);
}

/* --- Article body: table readability overrides --- */
.article-body .wysiwyg-font-size-small {
  font-size: 0.9rem !important;
}
.article-body table td,
.article-body table th {
  padding: 10px 12px !important;
  line-height: 1.55 !important;
}
.article-body table th {
  font-weight: 600 !important;
}
/* Prevent ultra-wide tables from creating tiny columns */
.article-body figure.wysiwyg-table {
  overflow-x: auto;
}
.article-body table {
  min-width: 400px;
}

/* Nested ordered lists: 1,2,3 → a,b,c */
.article-body ol ol > li,
.article-body ol[type="a"] > li {
  list-style-type: lower-alpha !important;
}

