/*
  Template Name: Arcturus
  Version: v3.1.10
  Author: Allies Interactive
  Website: https://www.diziana.com/
  Corporate Website : https://www.diziana.com
  Contact: support@diziana.com
  Follow: https://www.twitter.com/dizianaEngage
  Like: https://www.facebook.com/diziana.engage
  Purchase: Diziana.com
  License: You must have a valid license purchased only from
  diziana.com in order to legally use the theme for your project.
  Copyright: © 2019 Allies Interactive Services Pvt. Ltd. All Rights Reserved
*/

@charset "UTF-8";
/***** Base *****/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(51, 51, 51, 1);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blocks-item.custom {
  margin-top: 10px; /* Use a semicolon here instead of a colon */
}

body>main {
  min-height: 70vh;
}

@media (min-width: 1024px) {
  body>main {
    min-height: 80vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width:768px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

h2 {
  font-size: 20px;
  line-height: 25px;
}

@media (min-width:768px) {
  h2 {
    font-size: 22px;
    line-height: 35px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: rgba(25, 70, 186, 1);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input, textarea {
  color: #000;
  font-size: 14px;
}

img, iframe {
  max-width: 100%;
}

input {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: border .12s ease-in-out;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(25, 70, 186, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01KX0YY0QKRC7M06W8WXHHQK2Y) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

[dir="rtl"] select {
  background-position: left 10px center;
  padding: 8px 10px 8px 30px;
}

select:focus {
  border: 1px solid rgba(25, 70, 186, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: none;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
  background-color: #fff;
}

textarea:focus {
  border: 1px solid rgba(25, 70, 186, 1);
}

.dropdown-menu [role="menuitem"] {
  padding: 7px 30px 7px 20px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 30px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-right: 10px;
}

.dropdown-menu.cpost-page[aria-expanded="true"] {
  right: 0;
  left: auto;
}

[dir="rtl"] .dropdown-menu.cpost-page[aria-expanded="true"] {
  left: 0;
  right: auto;
}

.container, main>p {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

main>p {
  padding: 20px 5%;
}

@media (min-width: 1024px) {
  .container, main>p {
    padding: 0;
    width: 90%;
  }
  main>p {
    padding: 30px 0;
  }
}

.container-divider {
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1024px) {
  .error-page {
    padding: 0;
    width: 90%;
    margin-top: 10%;
  }
  .error-page>img, .error-page>p, .error-page>h2 {
    margin-bottom: 20px;
  }
}

.dropdown-toggle::after {
  color: inherit;
}

/***** Buttons *****/

.button, [role="button"] {
  border: 1px solid rgba(25, 70, 186, 1);
  border-radius: 4px;
  color: rgba(25, 70, 186, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: rgba(25, 70, 186, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(25, 70, 186, 1);
  color: $brand_text;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #0d2460;
  border-color: #0d2460;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  background-color: rgba(25, 70, 186, 1);
  border: 0;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: auto;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #0d2460;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #666;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(51, 51, 51, 1);
  border: 1px solid #ddd;
  background-color: #fafafa;
}

/***** Tables *****/

.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th, .table th a {
  color: #666;
  font-weight: 600;
  text-align: left;
  background-color: #fff;
}

[dir="rtl"] .table th, [dir="rtl"] .table th a {
  text-align: right;
}

.table tbody {
  font-size: 13px;
}

@media(min-width:768px) {
  .table tr:nth-child(even) {
    background-color: #fff;
  }
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table tr:last-child {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
    border-bottom: none;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/

.form {
  max-width: 650px;
}

.form-field~.form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
}

.form-field input {
  border: none;
  border-radius: 4px;
  background: #fff;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(25, 70, 186, 1);
}

.form-field input[type="text"] {
  border: none;
  border-radius: 4px;
  background: #fff;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(25, 70, 186, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
  background: #fff;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(25, 70, 186, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(25, 70, 186, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
  background: #fff;
}

.form-field input[type="checkbox"]+label {
  margin: 0 0 0 10px;
}

[dir="rtl"] .form-field input[type="checkbox"]+label {
  margin: 0 10px 0 0;
}

.form-field.required>label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

[dir="rtl"] .form-field.required>label::after {
  margin-right: 2px;
  margin-left: 0;
}

.form-field p {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input, [data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01JY22TFKRQV5SYZMKAT1BSEE0) 99% 50% no-repeat;
  background-size: 16px 16px;
  border: none;
}

.form footer {
  padding-top: 30px;
}

.form footer a {
  color: #666;
  cursor: pointer;
  margin-right: 15px;
}

[dir="rtl"] .form footer a {
  margin-left: 15px;
  margin-right: 0;
}

.form .suggestion-list {
display:none;
}
.form .suggestion-list label {
display:none;
}
.form .suggestion-list li {
display:none;
}
.form .suggestion-list li a:visited {
display:none;
}
#hc-wysiwyg [role="group"], #hc-wysiwyg [role="group"] iframe {
  background: #fff;
}

#hc-wysiwyg [role="toolbar"] {
  border-bottom: 1px solid #ddd;
}

#hc-wysiwyg {
  border: none;
}

.nesty-input {
  border: none;
}

.upload-dropzone {
  border: none;
  background: #fff;
}

/***** Header *****/




.header {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 5%;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; /* Add this line to ensure header content is displayed above the gradient overlay */
  z-index: 2; /* Set a higher z-index to ensure the header is above the gradient overlay */
}


@media (min-width: 1024px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

/* Initially set the image to its default state */
.logo img {
  max-height: 50px;
  vertical-align: middle;
  transition: filter 0.3s; /* Add a transition for a smooth hover effect */
}

 

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  padding: 0 5%;
  background-color: rgba(255, 255, 255, 1);
  right: 0;
  left: 0px;
  text-align: right;
  top: 62px;
   -webkit-box-shadow: -1px 0px 3px 3px #f2f2f2;
  box-shadow: -1px 0px 3px 3px #f2f2f2;
}
.user-nav[aria-expanded="true"] .small-button {
  border-bottom: 2px solid black; /* Adjust the width and style as needed */
  padding: 10px 0; /* Increase the vertical padding to 15px */
  margin-right: 0; /* Remove any margin between elements */
  margin-bottom: 2px; /* Add margin between the button and the border */
}

[dir="rtl"] .user-nav[aria-expanded="true"] {
  padding: 0 5%;
}

.user-nav[aria-expanded="true"]>a, .user-nav[aria-expanded="true"]>a:hover, .user-nav[aria-expanded="true"]>a:focus, .user-nav[aria-expanded="true"]>a:active {
  display: block;
  margin: 20px 15px 20px 0;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
}

[dir="rtl"] .user-nav[aria-expanded="true"]>a, [dir="rtl"] .user-nav[aria-expanded="true"]>a:hover, [dir="rtl"] .user-nav[aria-expanded="true"]>a:focus, [dir="rtl"] .user-nav[aria-expanded="true"]>a:active {
  margin: 20px 0 20px 15px;
}

.nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
}

[dir="rtl"] .nav-wrapper {
  margin-right: 5px;
  margin-left: 0;
}

.nav-wrapper a {
  border: 0;
  color: rgba(255, 255, 255, 1);
  display: none;
  font-size: 13px;
  padding-bottom: 10px;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper .user-nav a {
    display: inline-block;
    padding: 10px 10px; /* Adjust padding for spacing */
    margin-right: 0px; /* Adjust margin for spacing between links */
    text-decoration: none;
    font-size: 18px; /* Adjust font size */
    color: #1946BA; 
     font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 1000;
    transition: color 0.3s; /* Add a smooth color transition on hover */
  }

.nav-wrapper .user-nav a:hover {
  color: black; /* Change link color to black on hover */
}

}

}

}

  [dir="rtl"] .nav-wrapper .user-nav a {
    margin: 0 0 0 px;
  }
}


.nav-wrapper .icon-menu, .nav-wrapper .mini-search {
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
  }

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .icon-menu:focus, .nav-wrapper .icon-menu:hover, .nav-wrapper .icon-menu:active {
  background-color: transparent;
}

.nav-wrapper .mini-search {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
  color: #1946BA;
}

[dir="rtl"] .nav-wrapper .mini-search {
  margin-left: 8px;
  margin-right: 0;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

@media (min-width: 580px) {
  .nav-wrapper .mini-search {
    display: none;
  }
}

.nav-wrapper .icon-menu:focus, .nav-wrapper .icon-menu:active, .nav-wrapper .icon-menu:visited {
  outline: none;
  text-decoration: none;
}

/***** User info in header *****/

.user-info>[role="button"] {
  border: 0;
  color: rgba(255, 255, 255, 1);
  min-width: 0;
  white-space: nowrap;
  padding: 0 2px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 2px 8px #f2f2f2;
  box-shadow: 0 2px 8px #f2f2f2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
/* Existing styles above this line */
/* Adjustments for screens smaller than 768px */
@media (max-width: 768px) {
  .search-bar {
    margin-top: 10px; /* Add margin to separate it from other content */
  }
}

/* Adjustments for screens smaller than 768px */
@media (max-width: 768px) {
  .header {
    padding: 10px 5%;
    height: auto;
    flex-direction: column;
    text-align: center;
  }
/* Adjustments for screens smaller than 768px */
@media (max-width: 768px) {
  .header {
    height: auto;
    padding: 10px 5%;
  }

  .logo {
    text-align: center;
    margin-bottom: 20px; /* Add margin to separate the logo from the navigation */
  }
 
  .nav-wrapper {
    text-align: center;
  }

  .user-nav {
    display: none; /* Initially hide the navigation items */
  }

.icon-menu {
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  top: 20px; /* Adjust the top positioning as needed */
  right: 20px; /* Adjust the right positioning as needed */
}


  /* Show the navigation when the mobile menu icon is clicked */
  .icon-menu[aria-expanded="true"] + .user-nav {
    display: flex;
    flex-direction: column; /* Stack navigation items vertically */
    align-items: right; /* Center-align navigation items */
    margin-top: 10px; /* Add margin to separate navigation from the icon */
  }

  /* Style the navigation links for mobile */
  .user-nav a {
    display: block;
    margin: 10px 0; /* Add spacing between navigation items */
    font-size: 16px; /* Adjust font size */
    text-decoration: none;
    color: #1946BA; /* Adjust link color */
  }
}

  /* Add other adjustments as provided in the previous response */
}

/* Existing styles below this line */

.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
  .user-info>[role="button"] {
    padding: 0px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 4px;
  }
  [dir="rtl"] .user-info>[role="button"] {
    margin-right: 4px;
    margin-left: 0;
  }
}

.user-info>[role="button"]:hover {
  color: rgba(255, 255, 255, 1);
}

.user-info>[role="button"]::after {
  color: rgba(255, 255, 255, 1);
}

#user #user-name {
  display: none;
  font-size: 13px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: none;
}

/***** User avatar *****/

.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  min-height: 40px;
  min-width: 40px;
}

.avatar .icon-agent::before {
  background-color: rgba(25, 70, 186, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: rgba(255, 255, 255, 1);
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/

.footer {
  background-color: rgba(255, 255, 255, 1);
  padding: 20px 0 25px;
  position: relative;
}

@media (min-width:768px) {
  .footer {
    padding: 10px 0 20px;
  }
}

@media (min-width:992px) {
  .footer {
    padding: 10px 0;
  }
}
/* CSS for horizontal links with symmetrical spacing and hover effect */
.horizontal-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.horizontal-links li {
  display: inline-block;
  margin-right: 5px; /* Adjust the margin as needed for spacing between links */
}

.horizontal-links a {
  text-decoration: none;
  color: #000; /* Change the color as needed */
  position: relative; /* Relative positioning for pseudo-element */
}

.horizontal-links a::before {
  content: "|"; /* Vertical bracket content for all links */
  margin: 0 5px; /* Adjust the margin for symmetrical spacing */
  width: 10px; /* Set a fixed width for the pseudo-element */
  text-align: center; /* Center the vertical bracket */
  display: inline-block; /* Ensure inline display for proper alignment */
}

/* Remove vertical line before the first link */
.horizontal-links li:first-child a::before {
  content: ""; /* Empty content to remove the vertical line */
  margin: 0; /* Remove margin */
}

.horizontal-links a:hover {
  text-decoration: underline; /* Hover effect to underline the link */
}





.footer a, .footer p {
  color: rgba(0, 0, 0, 1);
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

@media (min-width: 992px) {
  .footer-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

p.copyright {
  text-align: center;
}

.footer-language-selector {
  color: #666;
  display: inline-block;
}

.footer-language-selector span.dropdown-menu[aria-expanded=true] {
  bottom: 30px;
}

[dir="rtl"] .footer-language-selector span.dropdown-menu[aria-expanded=true] {
  right: 0;
  left: 0;
}

@media (min-width:991px) {
  [dir="rtl"] .footer-language-selector span.dropdown-menu[aria-expanded=true] {
    right: auto;
    left: 0;
  }
}
/* Center the social icons and make them white with a black background */
ul.social-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center; /* Center the icons horizontally */
  align-items: center; /* Center the icons vertically */
  margin-bottom: 10px; /* Add spacing between the icons and other content */
}

ul.social-links li {
  margin-left: 10px; /* Adjust the margin between individual icons */
}

ul.social-links li:first-child {
  margin-left: 0; /* Remove margin for the first icon */
}

ul.social-links a {
  text-decoration: none;
  color: #fff; /* Make the icon text white */
  font-size: 20px; /* Adjust the font size of the icons if needed */
  display: inline-block; /* Ensure proper alignment */
  width: 30px; /* Set a fixed width for the icons */
  height: 30px; /* Set a fixed height for the icons */
  line-height: 30px; /* Center the icon vertically within the container */
  text-align: center; /* Center the icon horizontally within the container */
  border-radius: 50%; /* Make the icons circular */
  background-color: #1946BA; /* Make the background black */
}

/* TikTok icon specific styling */
ul.social-links li a.tiktok {
  background-color: #000; /* Change the background color of the TikTok icon */
  color: #fff; /* Change the color of the TikTok icon */
}

/* Add spacing between the TikTok icon and other icons */
ul.social-links li a.tiktok + a {
  margin-left: 10px;
}



  p.copyright {
    text-align: left;
  }
  [dir="rtl"] p.copyright {
    text-align: right;
  }
  .footer-language-selector {
    text-align: right;
  }
  [dir="rtl"] .footer-language-selector {
    text-align: left;
  }
}



/***** Breadcrumbs *****/

.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}
/* Add a top margin for breadcrumbs on mobile devices */
@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 90px; /* Adjust this value as needed */
  }
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0 0 19px 0;
  }
}

.breadcrumbs li {
  color: #666;
  display: inline;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li+li::before {
  content: ">";
  margin: 0 4px;
  color: rgba(51, 51, 51, 1);
}

.breadcrumbs li a:visited {
  color: rgba(25, 70, 186, 1);
}

/***** Hero component *****/

.hero, .community-hero {
  text-align: center;
  height: 350px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  position: relative; /* Add this line to allow absolute positioning within the hero */
}

.hero {
  background-color: rgba(25, 70, 186, 1);
  z-index: 0; /* Set a higher z-index to ensure the header is above the gradient overlay */
}

.community-hero {
  background-color: rgba(255, 255, 255, 1);
}

.hero-image {
  background-image: url(/hc/theming_assets/01KWA0G778H765TCESNJT92PM2);
  background-position: center;
  background-size: cover;
  margin-top: -71px; /* Adjust this value to match the header height */
  padding-top: 71px; /* Adjust this value to match the header height */
  position: relative; /* Add this line to allow absolute positioning within the hero */
}

/* Add a pseudo-element to create a gradient overlay */
.hero-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; /* Adjust the height to control the gradient's coverage */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* Define the gradient here */
  z-index: 0; /* Set a lower z-index to place the gradient below the header */
}

.hero-inner {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  max-width: 600px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.chero-image {
  background-image: url(/hc/theming_assets/01KTPRX00K2WHKSEDVPMNG5AHH);
  background-position: center;
  background-size: cover;
}

.section.community-hero, .community-hero+div.container>.breadcrumb.section {
  margin-bottom: 20px;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 15px;
  }
  .category-pg.page-header {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 20px;
  }
}

.page-header .section-subscribe {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.section-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: 5px;
  justify-content: center;
}

.page-header h1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.section-page-header h1, .page-header .section-subscribe {
  margin-top: 5px;
  justify-content: center;
}

[dir="rtl"] .page-header h1 {
  margin: 0 0 0 10px;
}

.page-header a.article-unsubscribe {
  margin-top: 0px;
}

.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}

.page-header.ctopic-page h1 {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .page-header-description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

[dir="rtl"] .page-header .icon-lock::before {
  right: -5px;
  left: auto;
}

.sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .sub-nav {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sub-nav input[type="search"] {
    min-width: 400px;
  }
}

.sub-nav {
  display: none;
}

@media (min-width:580px) {
  .sub-nav {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0 30px 0;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Search field *****/

/* Move the search-bar to the right and align it with other elements */
.search-bar {
  position: relative;
  top: 0;
  right: -130px; /* Adjust the right offset as needed */
  height: 100%;
  display: flex;
  align-items: center;
}

.search-bar input {
  width: 425px; /* Adjust the width as needed */
  padding: 5px 10px; /* Adjust padding as needed */
  border: 2px solid #ccc; /* Adjust border properties as needed */
  border-radius: 8px; /* Adjust the border-radius to create rounded corners */
  outline: none; /* Remove the input outline */
}


/* Style the search input container */
.search-bar .search-input-container {
  position: relative;
}

/* Style the search input */
.search-bar input {
  width: 425px; /* Adjust the width as needed */
  padding: 5px 30px 5px 10px; /* Adjust padding as needed */
  border: 2px solid #ccc; /* Adjust border properties as needed */
  border-radius: 25px; /* Use a value half of the height to create rounded edges */
  outline: none; /* Remove the input outline */
}

/* Style the mini search icon container */
.search-bar .search-icon-container {
  position: absolute;
  right: 10px; /* Adjust the right offset as needed */
}

/* Style the mini search icon */
.mini-search-icon {
  font-size: 16px; /* Adjust the font size as needed */
  color: #333; /* Adjust the color as needed */
}

/* Center the icon vertically within the search bar */
.search-bar .search-icon-container {
  display: flex;
  align-items: center;
}

/* Position the search input to the right */
.search-bar input {
  float: left;
}


.welcome-message {
  color: #ffffff;
  font-weight: 400;
  font-size: 30px;
  font-weight: bold;
}

.search, .search-full {
  position: relative;
}

.search-full input[type="search"], .search input[type="search"] {
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 0 40px 0 20px;
  -webkit-appearance: none;
  width: 100%;
  font-size: 13px;
}

[dir="rtl"] .search-full input[type="search"], [dir="rtl"] .search input[type="search"] {
  padding: 0 20px 0 40px;
}

.search-full {
  display: full;
}

@media (min-width: 580px) {
  .search-full {
    display: block;
  }
}

.search::before, .search-full::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\1F50D";
  font-size: 14px;
  position: absolute;
  right: 6px;
  padding: 7px;
  border-radius: 100%;
}

[dir="rtl"] .search::before, [dir="rtl"] .search-full::before {
  left: 6px;
  right: auto;
}

.search-full::before {
  background-color: #e0e0e0;
  color: rgba(25, 70, 186, 1);
}

.search-full input[type="search"] {
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: #fff;
  color: rgba(0, 0, 0, 1);
}

.search-full input[type="search"]:-moz-placeholder {
  color: rgba(0, 0, 0, 1);
  vertical-align: middle;
}

.search-full input[type="search"]::-moz-placeholder {
  color: rgba(0, 0, 0, 1);
  vertical-align: middle;
}

.search-full input[type="search"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 1);
  vertical-align: middle;
}

.search-full input[type="search"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 1);
  vertical-align: middle;
}

.search::before {
  background-color: rgba(25, 70, 186, 1);
  color: rgba(255, 255, 255, 1);
}

.search input[type="search"] {
  border: 1px solid #e3e3e3;
  background-color: #e3e3e3;
  color: rgba(51, 51, 51, 1);
}

.search input[type="search"]:-moz-placeholder {
  color: rgba(51, 51, 51, 1);
  vertical-align: middle;
}

.search input[type="search"]::-moz-placeholder {
  color: rgba(51, 51, 51, 1);
  vertical-align: middle;
}

.search input[type="search"]:-ms-input-placeholder {
  color: rgba(51, 51, 51, 1);
  vertical-align: middle;
}

.search input[type="search"]::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 1);
  vertical-align: middle;
}

/***** Blocks *****/

/* Used in Homepage#categories and Community#topics */

.blocks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: rgba(255, 255, 255, 1);
}
/* CSS for custom blocks with vertical spacing */
.blocks-list .blocks-item.custom:nth-child(4) {
  margin-top: 20px; /* Adjust the margin to control the vertical spacing for block 4 */
}

.blocks-list .blocks-item.custom:nth-child(5) {
  margin-top: 20px; /* Adjust the margin to control the vertical spacing for block 5 */
}

.blocks-list .blocks-item.custom:nth-child(6) {
  margin-top: 20px; /* Adjust the margin to control the vertical spacing for block 6 */
}

.knowledge-base .blocks-list {
  -webkit-box-shadow: 0 2px 8px #e0e0e0;
  box-shadow: 0 2px 8px #e0e0e0;
  padding: 1px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blocks-item {
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(25, 70, 186, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 100%;
  text-align: center;
  margin: 0;
  
  word-break: break-word;
}

.knowledge-base section.custom-blocks.blocks {
  transform: translateY(-38%);
  z-index: 1000;
  -webkit-transform: translateY(-38%);
  -moz-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  -o-transform: translateY(-38%);
}

.categories.blocks {
  transform: translateY(-8%);
  -webkit-transform: translateY(-8%);
  -moz-transform: translateY(-8%);
  -ms-transform: translateY(-8%);
  -o-transform: translateY(-8%);
}

/* .knowledge-base .articles {
  margin-top: -50px;
} */


.blocks-item-link {
  color: rgba(25, 70, 186, 1);
  padding: 25px 15px;
}

.blocks-item.topics-item {
  -ms-flex: 1 0 240px;
  -webkit-box-flex: 1;
  flex: 1 0 240px;
  border-radius: 5px;
  margin: 0 10px 30px;
  border: 1px solid rgba(25, 70, 186, 1);
  background-color: rgba(255, 255, 255, 1);
}

.blocks-list.topics-list {
  margin: 0 -10px;
}

@media (min-width: 768px) {
  .knowledge-base .blocks-list {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 -3%;
  }
  .blocks-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .knowledge-base .blocks-item {
    margin: 0 3% 50px;
    -webkit-box-shadow: 0 2px 8px #e0e0e0;
    box-shadow: 0 2px 8px #e0e0e0;
  }
  .knowledge-base .custom.blocks-item {
    margin-bottom: 0;
  }
  .knowledge-base .custom.blocks-item:nth-child(n), [dir="rtl"] .knowledge-base .custom.blocks-item:nth-child(n) {
    border: none;
  }
  .knowledge-base .category-blocks.blocks-item:nth-child(n), [dir="rtl"] .knowledge-base .category-blocks.blocks-item:nth-child(n) {
    border: none;
  }
  .blocks-item.topics-item {
    -ms-flex: 1 0 30%;
    -webkit-box-flex: 1;
    flex: 1 0 30%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blocks-item-link {
    padding: 20px 15px
  }
  .knowledge-base .blocks-item-link {
    padding: 55px 15px;
  }
  .topics-item .blocks-item-link>h4 {
    font-size: 16px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: rgba(25, 70, 186, 1);
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal a {
  color: rgba(51, 51, 51, 1);
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin: 0;
  word-wrap: break-word;
  font-weight: 400;
}

.knowledge-base .blocks-item-title {
  font-size: 14px;
  font-weight: 400;
}

.blocks-item-description {
  display: block;
  text-align: center;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

.block-hover-icon {
  display: none;
}

.blocks-item:hover .block-icon, .blocks-item:focus .block-icon, .blocks-item:active .block-icon {
  display: inline-block;
}

.block-hover-icon, .blocks-item:hover .block-icon, .blocks-item:focus .block-icon, .blocks-item:active .block-icon {
  display: none;
}

.blocks-item:hover .block-hover-icon, .blocks-item:focus .block-hover-icon, .blocks-item:active .block-hover-icon {
  display: inline-block;
}

.block-icon, .block-hover-icon {
  max-height: 50px;
  margin-bottom: 10px;
}

.blocks-item i, .blocks-item .svg-inline--fa {
  font-size: 3.7em;
  margin-bottom: 18px;
}

/***** Homepage *****/

.section {
  margin-bottom: 60px;
}

.knowledge-base .blocks-list .custom {
  margin-top: 0;
}

.section h2 {
  margin-bottom: 10px;
}

/***** Promoted articles *****/

.promoted-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .knowledge-base .promoted-articles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.promoted-articles-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .knowledge-base .promoted-articles-item {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding-right: 60px;
    /* Three columns on desktop */
  }
  [dir="rtl"] .knowledge-base .promoted-articles-item {
    padding: 0 0 0 60px;
  }
}

.article-list .promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

[dir="rtl"] .article-list .promoted-articles-item:nth-child(3n) {
  padding-left: 0;
}

.knowledge-base .promoted-articles-item a {
  color: rgba(51, 51, 51, 1);
  display: block;
  padding: 10px 0;
  font-size: 13px;
}

.knowledge-base .promoted-articles-item a::after {
  content: "\f061";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  color: rgba(25, 70, 186, 1);
  margin-left: 5px;
}

[dir="rtl"] .knowledge-base .promoted-articles-item a::after {
  margin-right: 5px;
  margin-left: 0;
}

.knowledge-base .tree-container+.articles {
  margin-top: 0;
}

.knowledge-base .custom-blocks+.articles {
  margin-bottom: 30px;
  margin-top: -90px;
}

.knowledge-base .promoted-articles-item a {
  padding: 5px 0;
}

@media (min-width:768px) {
  .knowledge-base .custom-blocks+.articles {
    margin-bottom: 30px;
    margin-top: -70px;
  }
  .knowledge-base .tree-container+.articles {
    margin-top: -3%;
  }
  .knowledge-base .promoted-articles-item a {
    text-align: left;
    padding: 10px 0;
    font-size: 14px;
  }
  [dir="rtl"] .knowledge-base .promoted-articles-item a {
    text-align: right;
  }
}

.knowledge-base .articles h3 {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

.promoted-articles-item>a:hover {
  text-decoration: none;
}

/**** product block ****/

.product-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: rgba(51, 51, 51, 1);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -2%;
}

.product-block {
  background-color: rgba(255, 255, 255, 1);
  padding: 30px 0 66px;
}

@media(min-width:768px) {
  .product-block {
    padding: 60px 0 66px;
  }
}

@media(min-width:768px) {
  .product-block ul {
    margin: 0 -2.5%;
  }
}

.product-block ul li a>img {
  max-height: 50px;
}

.product-block h3 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -190px;
}

.product-list .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(25, 70, 186, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 13px 30px;
  text-align: center;
  border: 1px solid #e6e6e6;
  position: relative;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  margin: 0 10px 21px;
}

@media (max-width:320px) {
  .product-list .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

.product-list .blocks-item-description {
  display: block;
  text-align: left;
}

[dir="rtl"] .product-list .blocks-item-description {
  text-align: right;
}

.product-list .blocks-item-description:not(:empty) {
  margin-top: 10px;
}

@media(min-width:768px) {
  .product-list .item {
    -ms-flex: 1 0 42%;
    -webkit-box-flex: 1;
    flex: 1 0 42%;
    margin: 0 15px 84px;
    max-width: 46.6%;
  }
}

.product-list .item a {
  display: block;
  height: 100%;
  padding: 15px 0 0px;
}

.product-list .item h4 {
  margin-bottom: 0;
  font-size: 13px;
}

.product-list .item a:hover, .product-list .item a:active, .product-list .item a:focus {
  text-decoration: none;
}

.product-list .blocks-item-description, .product-list .item .product-block-bottom {
  display: none;
}

.product-block-bottom, .text-wrapper {
  background-color: #666;
  color: rgba(255, 255, 255, 1);
  height: 50px;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  width: 100%;
  bottom: 0;
  position: relative;
  margin-top: 10px;
}

@media(min-width:768px) {
  .product-block-bottom, .text-wrapper {
    position: absolute;
    margin-top: 0;
  }
}

.product-list .item a:hover .product-block-bottom h4::after, .product-list .item a:active .product-block-bottom h4::after, .product-list .item a:focus .product-block-bottom h4::after {
  content: "\f061";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  color: rgba(255, 255, 255, 1);
  right: 10px;
  position: absolute;
  background-color: transparent;
  top: 20%;
}

.product-list .item a:hover .product-block-bottom, .product-list .item a:hover .text-wrapper {
  background-color: rgba(25, 70, 186, 1);
}

.product-block-bottom h4, .text-wrapper h4 {
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-wrapper h4 {
  padding: 0 5px;
}

@media(min-width:768px) {
  .product-list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0 42px;
  }
  .product-block ul li a>img {
    max-height: 60px;
    display: inline-block;
    float: left;
    margin-left: 20px;
  }
  [dir="rtl"] .product-block ul li a>img {
    float: right;
    margin-right: 20px;
    margin-left: 0;
  }
  .product-list .blocks-item-description {
    display: block;
    text-align: left;
  }
  [dir="rtl"] .product-list .blocks-item-description {
    text-align: right;
  }
  .product-list .item h4 {
    font-size: 18px;
  }
  .product-list .item .product-block-bottom {
    display: block;
    top: 120px;
  }
  
  .text-wrapper p {
    font-size: 13px;
  }
  .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: none;
    color: rgba(51, 51, 51, 1);
    height: auto;
    width: 100%;
    bottom: auto;
    position: initial;
    padding: 0 15px;
  }
  .product-list .item a:hover .text-wrapper {
    background: none;
  }
  .text-wrapper h4 {
    vertical-align: middle;
    text-align: left;
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding: 0;
  }
  [dir="rtl"] .text-wrapper h4 {
    text-align: right;
  }
}

/****category page****/

.category-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.category-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  margin-top: 0;
}

.article-content-area .collapsible-sidebar, .section-container .collapsible-sidebar, .category-container .collapsible-sidebar {
  padding: 12px 15px;
  max-height: 45px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media (min-width: 1024px) {
  .article-content-area .collapsible-sidebar, .section-container .collapsible-sidebar, .category-container .collapsible-sidebar {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    max-height: none;
  }
}

.collapsible-sidebar-title.menu-title::after {
  right: 15px;
}

[dir="rtl"] .collapsible-sidebar-title.menu-title::after {
  left: 15px;
  right: auto;
}

.collapsible-sidebar-title.menu-title {
  height: 45px;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 15px;
}

.diziana-category-sidebar-menu a {
  word-break: break-word;
  display: block;
  padding: 15px 15px 15px 0;
  margin-left: 15px;
  text-transform: capitalize;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(51, 51, 51, 1);
}

[dir="rtl"] .diziana-category-sidebar-menu a {
  padding: 15px 0 15px 15px;
  margin-left: 0;
  margin-right: 15px;
}

.diziana-category-sidebar-menu li:not(:last-child) a {
  border-bottom: solid 1px #ddd;
}

.diziana-category-sidebar-menu a:hover, .diziana-category-sidebar-menu a.active {
  color: rgba(25, 70, 186, 1);
  text-decoration: none;
}

.diziana-category-sidebar-menu a.active {
  font-weight: 600;
}

.diziana-category-sidebar-menu a p {
  margin: 0px;
}

p.list-item .list-item-icon {
  right: 40px;
  position: absolute;
}

.list-item .list-item-icon .hover-icon {
  display: none;
}

span.list-item-icon {
  display: none;
}

@media (min-width: 1024px) {
  .diziana-category-sidebar-menu li:not(:last-child) a {
    border-bottom: none;
  }
  .diziana-category-sidebar-menu a {
    border: none;
    margin-top: 3px;
    padding: 15px 15px 15px 20px;
    margin-left: 0;
  }
  [dir="rtl"] .diziana-category-sidebar-menu a {
    padding: 15px 20px 15px 15px;
    margin-right: 0;
    margin-left: auto;
  }
  .diziana-category-sidebar-menu a:hover, .diziana-category-sidebar-menu a.active, .diziana-category-sidebar-menu a.focus {
    border-right: solid 10px rgba(25, 70, 186, 1);
    color: rgba(51, 51, 51, 1);
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
  }
  [dir="rtl"] .diziana-category-sidebar-menu a:hover, [dir="rtl"] .diziana-category-sidebar-menu a.active, [dir="rtl"] .diziana-category-sidebar-menu a.focus {
    border-left: solid 10px rgba(25, 70, 186, 1);
    border-right: none;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
  }
  .menu-title {
    display: none;
  }
  .diziana-category-sidebar-menu>li:first-child>a {
    margin-top: 1px;
  }
  .sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .collapsible-sidebar.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 30px;
    max-height: none;
  }
  [dir="rtl"] .collapsible-sidebar.sidebar {
    padding-right: 0px;
    padding-left: 30px;
  }
}

.section-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .section-tree {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.section-tree .section {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.category-content .section:last-child {
  margin: 0 0 30px 0;
}

@media (min-width: 768px) {
  .category-content .section {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.section-tree-title {
  margin-bottom: 0;
  font-size: 15px;
}

.section-content .article-list {
  margin-left: 18px;
  margin-right: 0;
}

[dir="rtl"] .section-content .article-list {
  margin-left: 0;
  margin-right: 18px;
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree .see-all-articles {
  display: block;
  padding: 5px 0;
  font-size: 0.9em;
}

.section-content .article-list-item {
  list-style-position: outside;
  padding: 15px 0 0;
  list-style-type: disc;
}

.icon-star::before {
  color: rgba(25, 70, 186, 1);
  font-size: 18px;
}

.article-list-item a {
  color: rgba(51, 51, 51, 1);
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.category-content .section-tree-title>a:hover, .category-content .section-tree-title>a:active, .category-content .section-tree-title>a:focus, .category-content .section-tree-title>a:visited {
  text-decoration: none;
}

.category-content .section-tree-title>a {
  color: rgba(51, 51, 51, 1);
  display: block;
  padding: 10px 45px 10px 0;
  position: relative;
  border-bottom: solid 1px #ddd;
}

[dir="rtl"] .category-content .section-tree-title>a {
  padding: 10px 0 10px 45px;
}

.category-content .section {
  margin-bottom: 0;
}



.category-content .section-tree-title>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.category-content .article-content {
  margin: 25px 0 25px 20px;
}

[dir="rtl"] .category-content .article-content {
  margin: 25px 20px 25px 0px;
}

.category-content .article-list-item {
  font-size: 0.9em;
}

.category-content .article-list-item>a:hover, .category-content .article-list-item>a:active, .category-content .article-list-item>a:focus {
  text-decoration: none;
}

.category-content .article-list-item {
  list-style-position: outside;
  padding: 5px 0;
  list-style: disc;
}

.article-list-item .article-body {
  margin-bottom: 20px;
}

.article-list-item span {
  vertical-align: top;
  padding-right: 3px;
}

[dir="rtl"] .article-list-item span {
  padding-right: 0;
  padding-left: 3px;
}

.icons-wrapper {
  height: 100%;
  padding: 10px 14px;
  position: absolute;
  top: 0;
  right: 0;
}

[dir="rtl"] .icons-wrapper {
  left: 0;
  right: auto;
}

.category-content .section-tree-title>a.active .fa-plus {
  display: none;
}

.category-content .section-tree-title>a.active .fa-minus {
  display: block;
  line-height: 25px;
}

.icons-wrapper .fa-minus {
  display: none;
}

/***** Section pages *****/

.section-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

@media (min-width: 1024px) {
  .section-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
  }
  .section-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/***** Article *****/

.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 65%;
    flex: 1 0 65%;
    min-width: 65%;
  }
}

.article-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .article-content-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.article-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (min-width: 768px) {
  .article-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
  }
}

.article-avatar {
  margin-right: 10px;
}

[dir="rtl"] .article-avatar {
  margin-right: 0;
  margin-left: 10px;
}

.article-author {
  margin-bottom: 10px;
  margin-right: 10px;
}

[dir="rtl"] .article-author {
  margin-left: 10px;
  margin-right: 0;
}

.text-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.text-heading-wrapper a {
  margin: 9px 0;
}

.hide-header-follow {
  display: none;
}

.show-header-follow {
  display: block;
  height: 100%;
}

.article-title {
  -ms-flex-preferred-size: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
  margin-right: 10px;
  line-height: 32px;
  margin-top: 5px;
  /* Center the text horizontally */
  text-align: center;
}

[dir="rtl"] .article-title {
  margin-right: 0;
  margin-left: 10px;
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
  text-align: center;
}

[dir="rtl"] .article-title .icon-lock::before {
  right: -5px;
  left: 0;
}

.article [role="button"] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: auto;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

@media (max-width:480px) {
  .article-body .table-responsive ul, .article-body .table-responsive ol {
    padding-left: 0
  }
  [dir="rtl"] .article-body .table-responsive ul, .article-body .table-responsive ol {
    padding-left: 0;
    padding-right: 0
  }
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul>ul, .article-body ol>ol, .article-body ol>ul, .article-body ul>ol, .article-body li>ul, .article-body li>ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body a:visited {
  color: #13358d;
}

.article-body code {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.article-body>p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 20px 0 30px 0;
  word-wrap: break-word;
}

.article-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #666;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgba(25, 70, 186, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}
/* Add a media query for screens with a maximum width of 768px (larger smartphones/tablets) */
@media (max-width: 768px) {
  .container {
    max-width: 90%; /* Reduce the maximum width to scale down the layout */
  }

  .col {
    width: 100%; /* Make columns occupy the full width of the screen */
    margin: 10px 0; /* Adjust margins to create spacing between columns */
    padding: 10px; /* Add padding */
    box-sizing: border-box;
    overflow: hidden; /* Hide overflowing content within columns */
  }

  .col p {
    font-size: 0.7rem; /* Adjust the font size for smaller screens */
    overflow-wrap: hidden; /* Add word wrapping to prevent content overflow */
  }
}


.article-sidebar, section.sidebar.collapsible-sidebar {
  border-radius: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 3px;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.article-sidebar {
  margin-top: 9px;
}

@media (min-width: 1024px) {
  .article-sidebar, .section-articles.collapsible-sidebar, section.sidebar.collapsible-sidebar {
    border: 0;
    height: auto;
  }
  .article-sidebar, section.sidebar.collapsible-sidebar, .section-articles.collapsible-sidebar {
    -ms-flex: 0 0 24%;
    -webkit-box-flex: 0;
    flex: 0 0 24%;
  }
  section.sidebar.collapsible-sidebar {
    padding: 0 30px 0 0;
  }
  .section-articles.collapsible-sidebar {
    padding: 0 0 0 0;
    margin-top: 4px;
  }
}

a.article-sidebar-item {
  padding-left: 10px;
}

[dir="rtl"] a.article-sidebar-item {
  padding-left: 10px;
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.article-relatives>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives>*:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives>* {
    margin-right: 20px;
  }
  [dir="rtl"] .article-relatives>* {
    margin-left: 20px;
    margin-right: 0;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0 10px;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid rgba(25, 70, 186, 1);
  color: rgba(25, 70, 186, 1);
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(25, 70, 186, 1);
}

.article-vote:hover {
  background-color: rgba(25, 70, 186, 1);
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: rgba(255, 255, 255, 1);
}

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

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

.article-more-questions {
  text-align: center;
  margin-top: 24px;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: rgba(51, 51, 51, 1);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 5px;
  margin-left: 0;
}

.article-unsubscribe {
  background-color: rgba(25, 70, 186, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #0d2460;
  border-color: #0d2460;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.article-content-area .collapsible-sidebar>ul {
  margin-top: 10px;
}

.article-content-area .collapsible-sidebar>ul.diziana-category-sidebar-menu {
  margin-top: 0;
}

.sidenav-item {
  border-radius: 4px;
  color: rgba(51, 51, 51, 1);
  display: block;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  color: rgba(25, 70, 186, 1);
  text-decoration: none;
  font-weight: 600;
}

.recent-articles h3, .related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}

.recent-articles li, .related-articles li {
  margin-bottom: 15px;
}

.recent-articles li:last-child {
  margin-bottom: 0
}

.related-articles li:last-child {
  margin-bottom: 25px;
}

@media (min-width:768px) {
  .recent-articles li:last-child {
    margin-bottom: 25px;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1px;
}

@media (min-width: 768px) {
  .article-relatives {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.article-relatives>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives>*:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives>* {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 47%;
    flex: 1 0 47%;
    padding: 0;
  }
  [dir="rtl"] .article-relatives>* {
    margin-left: 20px;
    margin-right: 0;
  }
}

/***** Attachments *****/

/* Styles attachments inside posts, articles and comments */

.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: rgba(51, 51, 51, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

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

/***** Social share links *****/

.share {
  padding: 0;
  white-space: nowrap;
}

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

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #666;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

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

.share a:hover::before {
  color: rgba(25, 70, 186, 1);
}

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

.share-tiktok::before {
  content: "\e07b";
}

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

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

/***** Comments *****/

/* Styles comments inside articles, posts and requests */

.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #666;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(25, 70, 186, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-sorter a {
  color: #666;
  font-size: 13px;
  text-decoration: none;
}

.comment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(25, 70, 186, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.comment-labels {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

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

[dir="rtl"] .comment-form-controls {
  text-align: right;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
  [dir="rtl"] .comment-form-controls {
    text-align: left;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

[dir="rtl"] .comment-form-controls input[type="checkbox"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs+textarea {
  margin-top: 10px;
}

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

.comment-attachments a {
  color: rgba(25, 70, 186, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul>ul, .comment-body ol>ol, .comment-body ol>ul, .comment-body ul>ol, .comment-body li>ul, .comment-body li>ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #13358d;
}

.comment-body code {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/

/* Used in article comments, post comments and post */

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

.vote a {
  outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #666;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before, .vote-down:hover::before {
  color: rgba(25, 70, 186, 1);
}

.vote-up::before, .vote-down::before {
  color: #666;
  font-size: 24px;
}

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

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

.vote-voted::before {
  color: rgba(25, 70, 186, 1);
}

.vote-voted:hover::before {
  color: #0d2460;
}

/***** Actions *****/

/* Styles admin and en user actions(edit, delete, change status) in comments and posts */

.actions {
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: rgba(255, 255, 255, 1);
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #666;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Recent activity *****/

.section h2.recent-activity-header {
  margin-bottom: 14px;
  line-height: inherit;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  overflow: auto;
  padding: 12px 20px;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: rgba(51, 51, 51, 1);
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #666;
  display: inline-block;
  font-size: 13px;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

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

.recent-activity-item-comment span::before {
  color: rgba(25, 70, 186, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
  padding-right: 0;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Community *****/

.community-footer {
  padding-top: 50px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.post-to-community.page-header-item.community-button {
  margin: 5px 0;
}

@media (min-width:420px) {
  .post-to-community.page-header-item.community-button {
    margin-top: 0;
  }
}

.activity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 20px;
}

@media (min-width: 768px) {
  .activity-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.activity-wrapper a {
  color: rgba(51, 51, 51, 1);
}

@media(min-width:768px) {
  .community-featured-posts, .community-activity {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

.community-activity {
  border: none;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.community-header .post-to-community {
  margin-top: 10px;
}

.page-header.community-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width:420px) {
  .community-header .post-to-community {
    margin-top: 0;
  }
  .page-header.community-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
}

.post-to-community.page-header-item {
  margin-top: 11px;
}

.post-to-community.page-header-item.post-to-community-button {
  margin-top: 0
}

@media (min-width: 768px) {
  .post-to-community, .community-header .post-to-community {
    margin: 0;
  }
  .community-featured-posts {
    padding-right: 30px;
  }
  [dir="rtl"] .community-featured-posts {
    padding-left: 30px;
    padding-right: 0;
  }
}

.community-featured-posts h3, .recent-activity h2 {
  font-size: 18px;
  font-weight: 400;
}

.recent-activity h2::after {
  content: ' ';
  display: block;
  border: 0.5px solid rgba(51, 51, 51, 1);
  max-width: 290px;
}

.community-featured-posts h3::after {
  content: ' ';
  display: block;
  border: 0.5px solid rgba(51, 51, 51, 1);
  max-width: 170px;
}

.community-featured-posts li:nth-child(odd), .recent-activity li:nth-child(odd) {
  background: rgba(255, 255, 255, 1);
}

.community-featured-posts li {
  padding: 12px 20px;
}

/* Community topics grid */

.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Community topic page */

.topic-header {
  font-size: 13px;
}

.topic-header .dropdown {
  border-top: 0;
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 10px;
}

[dir="rtl"] .topic-header .dropdown {
  margin-left: 30px;
  margin-right: 0;
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */

.community-follow {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 43px 0 15px;
  position: relative;
  width: auto;
}

[dir="rtl"] .community-follow [role="button"] {
  padding: 0 15px 0 40px;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
    padding: 0 10px 0 15px;
  }
  [dir="rtl"] .community-follow [role="button"] {
    padding: 0 15px 0 10px;
  }
}

.community-follow [role="button"]:hover {
  background-color: rgba(25, 70, 186, 1);
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(25, 70, 186, 1);
  content: attr(data-follower-count);
  color: rgba(25, 70, 186, 1);
  display: inline-block;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(25, 70, 186, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(25, 70, 186, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

[dir="rtl"] .community-follow [role="button"][aria-selected="true"]::after {
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-left: none;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #0d2460;
  border-color: #0d2460;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

/***** Striped list *****/

/* Used in community posts list and requests list */

.striped-list {
  padding: 0;
}

.striped-list-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px;
}

@media (min-width: 768px) {
  .striped-list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.striped-list-info {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.striped-list-title {
  color: rgba(25, 70, 186, 1);
  margin-right: 5px;
  margin-bottom: 10px;
}

[dir="rtl"] .striped-list-title {
  margin-left: 5px;
  margin-right: 0;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #13358d;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #666;
  font-size: 13px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(51, 51, 51, 1);
    display: block;
    font-weight: 400;
  }
}

.striped-list>li:nth-child(odd) {
  background: rgba(255, 255, 255, 1);
}

/***** Status labels *****/

/* Styles labels used in posts, articles and requests */

.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

[dir="rtl"] .status-label {
  margin-right: 0;
  margin-left: 2px;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(25, 70, 186, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

[dir="rtl"] .status-label-official {
  margin-left: 0;
  left: 0;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    right: 23px;
    width: auto;
  }
  [dir="rtl"] .status-label-official {
    left: 22px;
    right: auto;
  }
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #666;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #cc3340;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/

/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/

.post {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  min-width: 100%;
  flex: 1;
}

@media (min-width: 1024px) {
  .post {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

.post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .post-header {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
  [dir="rtl"] .post-title {
    padding-left: 10px;
    padding-right: 0;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

h1.form-header {
  font-size: 23px;
  line-height: 26px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
  .post-title h1 {
    margin-right: 0;
    margin-left: 5px;
  }
}

.post-author {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 14px;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul>ul, .post-body ol>ol, .post-body ol>ul, .post-body ul>ol, .post-body li>ul, .post-body li>ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #13358d;
}

.post-body code {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

[dir="rtl"] .post-body blockquote {
  border-left: 0;
  border-right: 1px solid #ddd;
}

.post-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #666;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(25, 70, 186, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

/* Navigation element that collapses on mobile */

.collapsible-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(51, 51, 51, 1);
  line-height: 45px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(51, 51, 51, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  color: rgba(51, 51, 51, 1);
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  position: relative;
  font-weight: 600;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    background-color: transparent;
    border-bottom: 4px solid rgba(25, 70, 186, 1);
    color: rgba(51, 51, 51, 1);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 15px 0 11px 0;
    font-weight: 600;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(51, 51, 51, 1);
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0px;
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0px;
  right: auto;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */

.collapsible-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 12px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
  margin-bottom: 0;
}

.collapsible-sidebar.article-in-section ul {
  margin-top: 12px;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

.article-content-area.collapsible-sidebar-title::after {
  right: 0px;
}

[dir="rtl"] .article-content-area .collapsible-sidebar-title::after {
  right: auto;
  left: 0;
}

.article-content-area .collapsible-sidebar-title.menu-title::after {
  right: 15px;
}

.article-content-area .collapsible-sidebar {
  margin-bottom: 20px;
  border: none;
}

[dir="rtl"] .article-content-area .collapsible-sidebar-title.menu-title::after {
  right: auto;
  left: 15px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

/***** My activities *****/

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

.my-activities-nav.collapsible-nav, .my-activities-sub-nav.collapsible-nav {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0 15px;
}

@media(min-width:768px) {
  .my-activities-nav.collapsible-nav, .my-activities-sub-nav.collapsible-nav {
    background-color: transparent;
    max-height: none;
    padding: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}

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

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(25, 70, 186, 1);
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

.contributions-table.my-activities-table .striped-list-title, .subscriptions-table.my-activities-table .striped-list-title {
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
  .my-activities-table .striped-list-title {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child, .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th .my-activities-table td {
  padding: 0 10px;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

.my-activities-following-header .dropdown {
  float: left;
  padding-bottom: 10px;
}

[dir="rtl"] .my-activities-following-header .dropdown {
  float: right;
}

.my-activities-following-header span.dropdown {
  padding: 5px 10px;
  background: #f2f2f2;
  margin-bottom: 20px;
  border-radius: 5px;
}

/* Requests table */

.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.requests {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe, .requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe, .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(25, 70, 186, 1);
  color: rgba(255, 255, 255, 1);
}

.requests-table-toolbar+.requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar+.requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar+.requests-search-info+.requests {
  margin-top: 20px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
  .requests-table-toolbar+.requests {
    margin-top: 40px;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

[dir="rtl"] .requests .requests-table .requests-sort-symbol {
  left: 0;
  right: calc(100% + 3px);
}

/* Following table */

.subscriptions-unsubscribe a {
  background: rgba(25, 70, 186, 1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: auto;
}

.subscriptions-unsubscribe a:hover {
  background-color: #0d2460;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

[dir="rtl"] .subscriptions-table .user-avatar {
  margin-right: 0;
  margin-left: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */

.contributions-table td:last-child {
  color: #666;
  font-size: 13px;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #666;
}

/***** Request *****/

.request-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.new-request-page, .search-page {
  margin-top: 20px;
}

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

.request-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  -ms-flex-item-align: center;
  align-self: center;
  color: #666;
  margin-left: 10px;
}

[dir="rtl"] .request-main .comment-show-container-content {
  margin-left: 0;
  margin-right: 10px;
}

.request-main .form-field.comment-ccs>ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs>ul[data-hc-focus="true"] {
  border: 1px solid rgba(25, 70, 186, 1);
}

.request-main .form-field.comment-ccs>input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs+textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs+textarea:focus {
  border-top: 1px solid rgba(25, 70, 186, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
  padding-bottom: 10px;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media (min-width: 1024px) {
  .request-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #fff;
    border: 0;
    font-size: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

.request-sidebar h5 {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
}

[dir="rtl"] .request-sidebar h5 {
  padding-left: 0;
  padding-right: 15px;
}

.request-sidebar h5::after {
  right: 15px;
}

[dir="rtl"] .request-sidebar h5::after {
  right: auto;
  left: 15px;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding: 0 0 20px 15px;
}

[dir="rtl"] .request-details {
  padding: 0 15px 20px 0;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #666;
  width: 40%;
  font-weight: 600;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

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

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

.upload-item {
  width: auto;
}

@media (min-width:480px) {
  .upload-item {
    width: 50%;
  }
}

/***** Pagination *****/

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

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  float: left;
  margin-left: 5px;
  height: 30px;
  width: 30px;
}

[dir="rtl"] .pagination li {
  float: right;
  margin-left: 0;
  margin-right: 5px;
}

.pagination li:hover:not(.pagination-current) {
  background-color: rgba(255, 255, 255, 1);
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}

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

.pagination-current {
  background-color: rgba(25, 70, 186, 1);
}

.pagination-current a, .pagination-current span {
  color: rgba(255, 255, 255, 1);
}

.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;
}

/***** Metadata *****/

.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #666;
  font-size: 13px;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/

[class^="icon-"]::before, [class*=" icon-"]::before, .icon, .search::before, .search-full::before, .recent-activity-item-comment span::before, .article-vote::before, .attachments .attachment-item::before, .share a::before, .vote-up::before, .vote-down::before, .actions .dropdown-toggle::before, .collapsible-nav-list li[aria-selected="true"]::after, .collapsible-sidebar-title::after, .search-result-votes::before, .search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-tiktok::before {
  content: "\e07b";
} 

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\f0c9";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* User Profiles */

.profile-header {
  padding: 0 0 30px;
}

.profile-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  min-width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-header .options [data-action="edit-profile"] {
  border: none;
  padding: 7px 0 0;
}

.profile-header .options [data-action="edit-profile"]::after {
  content: "\f303";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  color: rgba(25, 70, 186, 1);
  margin-left: 12px;
}

[dir="rtl"] .profile-header .options [data-action="edit-profile"]::after {
  margin-right: 12px;
  margin-left: 0;
}

.profile-header .options [role="button"]:hover, .profile-header .options [role="button"]:focus, .profile-header .options [role="button"]:active {
  background: none;
  color: rgba(25, 70, 186, 1);
}

@media (min-width: 768px) {
  .profile-header .options {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile-header .options> :not(:last-child) {
    margin-bottom: 0;
  }
  [dir="rtl"] .profile-header .options> :not(:last-child) {
    margin-left: 0;
    margin-right: 0;
  }
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #666;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 10px;
  font-weight: 600;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    padding-right: 20px;
    margin-right: 30px;
    border-right: 1px solid #ccc;
    max-height: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 30px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  color: rgba(25, 70, 186, 1);
  font-size: 20px;
}

[dir="rtl"] .profile-header .basic-info {
  margin-left: 15px;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

[dir="rtl"] .profile-private-badge::after {
  margin-right: 5px;
  margin-left: 0;
}

.profile-nav, .profile-section-sorter {
  border: 0;
  margin-bottom: 37px;
  max-height: 45px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .profile-nav {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    max-height: none;
  }
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-section-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 10px 0;
  color: #666;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0px;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: relative;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
}

@media (min-width: 768px) {
  .profile-section-sorter {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list>.profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list>.profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list>.profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list>.profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list>.profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: rgba(25, 70, 186, 1);
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list>.profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  margin-right: 30px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    margin-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  margin-right: 30px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    margin-right: 0;
  }
}

.profile-section .no-activity, .profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
    margin-left: 7px;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
    margin-left: 0;
    margin-right: 7px;
  }
}

.profile-activity-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: rgba(25, 70, 186, 1);
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
    left: 0;
  }
}

.profile-articles>.profile-contribution::before, .profile-activity-list>li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts>.profile-contribution::before, .profile-activity-list>li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments>.profile-contribution::before, .profile-activity-list>li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** Search results *****/



.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* .search-results-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
  }
  .reduce-width .search-results-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
} */

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list>li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list>li:first-child {
  border-top: 1px solid #ddd;
}

.search-result-description {
  margin-top: 15px;
}

.search-result-description em {
  font-weight: 700;
}

.search-result-votes, .search-result-meta-count {
  color: #666;
  display: inline-block;
  font-size: 13px;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(25, 70, 186, 1);
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
  margin-left: 0;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
  margin-right: 0;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

.hide {
  display: none;
}

/***alerts****/

/* types of alerts with their respective class names:

.note - for note
.tip - for tip
.warning - for warning
.important - for important
.caution - for caution
.danger - for danger
.notice - for notice

*/

.note, .warning, .important, .caution, .danger, .notice, .tip {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
  display: block;
  padding: 20px 18px 20px 60px;
  margin: 20px 0;
  margin-left: 0px !important;
  line-height: 1.4em;
  margin-right: 0px !important;
  color: rgba(51, 51, 51, 1);
}

[dir="rtl"] .note, [dir="rtl"] .warning, [dir="rtl"] .important, [dir="rtl"] .caution, [dir="rtl"] .danger, [dir="rtl"] .notice, [dir="rtl"] .tip {
  padding: 20px 65px 20px 18px;
}

.note::before, .warning::before, .important::before, .caution::before, .danger::before, .notice::before, .tip::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-right: 15px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 22px;
  vertical-align: middle;
}

[dir="rtl"] .note::before, [dir="rtl"] .warning::before, [dir="rtl"] .important::before, [dir="rtl"] .caution::before, [dir="rtl"] .danger::before, [dir="rtl"] .notice::before, [dir="rtl"] .tip::before {
  margin-right: 0;
  margin-left: 15px;
  left: 0px;
  right: 20px;
}

.note {
  background: rgba(0, 128, 0, 0.16);
}

.note::before {
  content: '\f303';
  color: rgb(0, 128, 0);
}

.warning {
  background: rgba(255, 165, 0, 0.16);
}

.warning::before {
  content: '\f071';
  color: rgb(255, 165, 0);
}

.important {
  background: rgba(0, 128, 0, 0.16);
}

.important::before {
  content: '\f06a';
  color: rgb(0, 128, 0);
}

.caution {
  background: rgba(238, 235, 59, 0.16);
}

.caution::before {
  content: '\f071';
  color: rgb(255, 232, 26);
}

.tip {
  background: rgba(78, 190, 228, 0.16);
}

.tip::before {
  content: '\f0d0';
  color: rgb(78, 190, 228);
}

.danger {
  background: rgba(255, 0, 0, 0.16);
}

.danger::before {
  content: '\f071';
  color: rgb(255, 0, 0);
}

.notice {
  background: rgba(78, 190, 228, 0.16);
}

.notice::before {
  content: '\f05a';
  color: rgb(78, 190, 228);
}

.warning>*, .note>*, .important>*, .caution>*, .notice>*, .danger>*, .tip>* {
  margin-left: 0px;
  -webkit-margin-before: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

[dir="rtl"] .warning>*, [dir="rtl"] .note>*, [dir="rtl"] .important>*, [dir="rtl"] .caution>*, [dir="rtl"] .notice>*, [dir="rtl"] .danger>*, [dir="rtl"] .tip>* {
  padding-left: 40px;
  padding-right: 0px;
}

/***alerts****/

/* ---knowledge base tree---  */

.tree-container {
  margin: 20px 0;
}

.categories+.tree-container, .custom-blocks+.tree-container, .custom-blocks+.categories+.tree-container {
  margin-top: -60px;
}

@media (min-width:768px) {
  .tree-container {
    margin: 40px 0 0;
  }
  .categories+.tree-container, .custom-blocks+.tree-container, .custom-blocks+.categories+.tree-container {
    margin-top: -40px;
  }
}

.tree-border {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 0;
}

.tree-container .tree-item-link {
  padding: 13px 13px 13px 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

[dir="rtl"] .tree-container .tree-item-link {
  padding: 15px 0 15px 15px;
}

.tree-container .tree-item-link.accordion-category-title {
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
}

[dir="rtl"] .tree-container .tree-item-link.accordion-category-title {
  padding-right: 15px;
  padding-left: 0;
}

.tree-item-link:active {
  text-decoration: none;
}

.section-tree-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem;
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .section-tree-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.section-tree-list .section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}

.tree-items {
  margin-bottom: 0;
}

li.tree-items:last-child {
  margin-bottom: 4%;
}

.tree-item-title {
  margin-right: 10px;
}

.section-tree-item-title {
  font-size: 16px;
}

.tree-container .section {
  margin-bottom: 5px;
}

[dir="rtl"] .tree-item-title {
  margin-left: 10px;
  margin-right: 0;
}

.section-tree-item-title, .tree-item-title {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.section-tree-item-title {
  border-bottom: 1px solid #eee;
  padding: 0 0 12px;
  margin-bottom: 12px;
}

.section-tree-item-title a, .tree-item-title a, .section-tree-item-title, .tree-item-title, .tree-item-link, .section-tree-item-title {
  color: rgba(51, 51, 51, 1);
  word-break: break-word;
}

.tree-container .see-all-articles {
  display: block;
  padding: 15px 0;
}

[dir="rtl"] .tree-container .article-list, [dir="rtl"] .tree-container .see-all-articles {
  padding-left: 0;
  padding-right: 15px;
}

.tree-container .article-list.accordion-article-list, [dir="rtl"] .tree-container .article-list.accordion-article-list, .tree-container .accordion-see-all-link.see-all-articles, [dir="rtl"] .tree-container .accordion-see-all-link.see-all-articles {
  padding-left: 0;
  padding-right: 0;
}

.tree-container .article-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: 0;
  margin-bottom: 8px;
}

.tree-container .article-list-item a {
  color: rgba(25, 70, 186, 1);
}

.tree-container ul.article-list li.article-promoted span {
  margin-right: 5px;
}

[dir="rtl"] .tree-container ul.article-list li.article-promoted span {
  margin-right: 0;
  margin-left: 5px;
}

.tree-container ul, .full-knowledge-base ul, [dir="rtl"] .tree-container ul, [dir="rtl"] .full-knowledge-base ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-tree-list i.category-empty {
  padding: 15px;
}

.section-tree-list i.section-empty {
  top: 8px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
}

[dir="rtl"] .section-tree-list i.section-empty {
  padding-left: 0;
  padding-right: 15px;
}

.section-tree-list i.section-empty.accordion-section-empty, [dir="rtl"] .section-tree-list i.section-empty.accordion-section-empty {
  padding-left: 0;
  padding-right: 0;
}

.tree-container .icons-wrapper {
  position: absolute;
  right: 15px;
  vertical-align: middle;
  top: 30%;
}

[dir="rtl"] .tree-container .icons-wrapper {
  left: 0;
  right: auto;
}

.tree-container .icons-wrapper i {
  font-size: 15px;
  vertical-align: middle;
}

.tree-items a.active .fa-angle-down {
  display: none;
}

.tree-items a.active .fa-angle-up {
  display: block;
  line-height: 25px;
}

.hide {
  display: none;
}

.tree-item-link:hover {
  text-decoration: none;
}

.tree-container .icons-wrapper .fa-angle-up {
  display: none;
}

.section h2.tree-item-title {
  margin-bottom: 0;
  text-align: left;
}

/* ---knowledge base tree---  */

.article-content-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 0 0;
}

[dir="rtl"] .article-content-section.section-articles.collapsible-sidebar {
  padding: 0 0 0 0;
  margin-left: 0;
}

@media (min-width:1024px) {
  [dir="rtl"] .article-content-section.section-articles.collapsible-sidebar {
    padding: 0 30px 0 0;
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .article-content-section {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-width: 76%;
  }
}

/***** Section pages *****/

ul.section-list.section-list--collapsed.cat-subsection-list {
  padding-left: 0;
  padding-right: 0;
}

ul.section-list.section-list--collapsed {
  list-style-type: disc;
  padding-left: 18px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[dir="rtl"] .section-list.section-list--collapsed.sectionpage-listItem {
  padding-left: 0;
  padding-right: 18px;
}

.section-list .section-list-item {
  list-style-position: outside;
  padding: 5px 0;
  list-style: disc;
  min-width: 100%;
  font-size: 0.9em;
  font-weight: 400;
}

.section-list-item.sectionpage-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  list-style-position: outside;
  padding: 15px 0 0;
  list-style-type: disc;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.section-list-item a {
  color: #4B4B4B;
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
}

.section-list-item i {
  margin-right: 5px;
  margin-left: 0;
}

[dir="rtl"] .section-list-item i {
  margin-left: 5px;
  margin-right: 0;
}

.collapsible-sidebar .section-articles.collapsible-sidebar {
  border-top: 2px solid rgba(25, 70, 186, 1);
  padding-top: 0;
  margin-top: 0;
}

.article-inner-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80%;
  flex: 1 0 80%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comment-icon {
  margin-left: 10px;
}

.section-articles {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .section-articles {
    border-bottom: none;
    border-top: none;
    margin-left: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding-right: 0;
  }
  [dir="rtl"] .section-articles {
    margin-left: 0;
    margin-right: 30px;
  }
}

/*Follow button  or Unfollow button*/

.article-subscribe, .article-unsubscribe {
  height: 24px;
  background: rgba(25, 70, 186, 1);
  color: rgba(255, 255, 255, 1);
  line-height: 23px;
  vertical-align: middle;
}

.article .article-unsubscribe {
  background: #1eb848;
  border: none;
  line-height: 25px;
  border: none;
}

/*Article table*/

.table-responsive table {
  border-collapse: collapse;
  border-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 410px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
  min-width: 100%;
}

.article-body .table-responsive {
  max-width: 100%;
  overflow: auto;
}

.article-body td {
  border: solid 1px #ddd;
  padding: 6px 12px;
}

/***** Search results *****/

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.search-results-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
  }
}

.search-results-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    height: auto;
    margin: 10px 36px 0 0;
  }
  [dir="rtl"] .search-results-sidebar {
    margin: 10px 0 0 36px;
  }
}

@media(min-width:1024px) {
  .search-results-sidebar .sidenav-item {
    padding-left: 0px;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item[aria-selected="true"] {
  color: rgba(25, 70, 186, 1);
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right:10px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
  .search-results-sidebar .collapsible-sidebar {
    border: none;
    padding-left: 0;
    padding-right:0;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count[aria-expanded="true"] {
  color: rgba(25, 70, 186, 1);
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(25, 70, 186, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list>li {
  padding: 20px 0;
}

.search-results-list>li:first-child {
  border-top: 1px solid #ddd;
}

.search-results-list>li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.search-results .meta-group>li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group>li {
    display: inline;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

.search-results .meta-group .meta-data span::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(25, 70, 186, 1);
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  color: inherit;
}
.icon-align-middle {
  vertical-align: middle;
}






/* #Contact us footer  */

.contact-us-footer{
  max-width: 940px;
  margin: auto;
  background: #f7f7f7;
  padding: 2em 2.5em;
}

.contact-us-footer-inner{
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
	text-align: center;
}

.contact-us-footer-title{
  display: inline-block;
  color: black;
  vertical-align: middle;
  font-size: 1.5em;
  line-height: 1.704;
  margin-bottom: 1em;
}

.contact-us-footer-title a {
    color: #000fff;
    text-decoration: underline;
}

.contact-us-footer-button{
  display: inline-block;
  vertical-align: middle;
  background: black;
  color: white;
  padding: 1.333em 2em;
  border-radius: 0.389em;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

@media(min-width: 650px){
  .contact-us-footer-inner{
    flex-flow: row nowrap;
    justify-content: space-between;
    text-align: left;
  }
  .contact-us-footer-title{
    margin-bottom: 0;
  }
}

@media(min-width: 940px){
  .contact-us-footer{
    border-radius: 0.5rem;
  }
}

/* #FOOTER */

.footer{
  padding: 0;
  border: none;
  margin-top: 10em;
}

.footer a{
  padding: 0;
}

.footer hr{
  width: calc(100% - 40px);
  max-width: 1216px;
  margin: 0 auto; 
  border: 0.5px solid #e6e6e6;
}

@media (min-width: 768px){
  .footer hr{
    width: calc(100% - 80px);
  }
}

.footer-inner{
  padding: 70px 0 80px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-inner{
    padding: 110px 0 120px;
  }
}

.footer-title{
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .footer-title{
    font-size: 40px;
    letter-spacing: -0.8px;
  }
}

.footer-button-outer{
  margin: 0;
}

.footer-button-outer .footer-button{
  display: inline-block;
  padding: 15px 0;
  width: 280px;
  color: white;
  background: black;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
}

.footer-bottom{
  width: 100%;
  background: #f7f7f7;
  font-size: 15px;
  text-align: center;
}

.footer-bottom-inner{
  width: 100%;
  max-width: 1216px;
  padding: 22px 1em 15px;
  margin: 0 auto;
	position: relative;
  text-align:left;
}


.footer-bottom .footer-copy,
.footer-bottom .footer-copy a{
  color: #8c8c8c;
}

.footer-bottom .footer-link a{
  display: inline-block;
}

.footer-bottom img{
  display:block;
  width: 110px;
}

@media(min-width: 1000px){
  .footer-bottom-inner{
    padding: 22px 0;
    text-align: center;
  }
  .footer-bottom div,.footer-bottom h4,.footer-bottom a,.footer-bottom span{
    display: inline-block;
    vertical-align: middle;
  }
  
  .footer-bottom .footer-link{
    position: absolute;
    left: 1em;
  }
  
  .footer-bottom .footer-copy{
    color: #8c8c8c;
  }
}

@media (min-width: 600px) {
  .footer-bottom img{
    width: 140px;
  }
}


.contact-us-footer-call {
  font-size: 15px;
  color: #8c8c8c;
  text-align: center;
  margin-top: 0.5em;
}



/* ============================================================
   SHOP JOE SUPPORT HOMEPAGE REDESIGN
   Brand colors per ASP Brand Policy (web hex values):
   Snow Joe Blue #1946BA | Sun Joe Green #C3CF21
   Aqua Joe Blue #00B2CE | Auto Joe Black #333333
   Orange #FF6600 | Charcoal #333333
   ============================================================ */

/* --- HEADER --- */
.sj-header { background: #1946BA !important; }
.sj-header .small-button {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65) !important;
  text-decoration: none;
  padding: 4px 0;
}
.sj-header .small-button:hover { color: #fff !important; }
.sj-header .small-button.active {
  color: #fff !important;
  border-bottom: 2px solid #C3CF21;
  padding-bottom: 2px;
}

/* --- HERO SECTION --- */
.sj-hero-section {
  background: #1946BA url('{{settings.homepage_background_image}}') center center / cover no-repeat;
  padding: 52px 24px 48px;
  text-align: center;
  position: relative;
}
.sj-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(25, 70, 186, 0.72);
  pointer-events: none;
}
.sj-hero-heading,
.sj-hero-sub,
.sj-hero-search {
  position: relative;
  z-index: 1;
}
.sj-hero-heading {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.4px;
}
.sj-hero-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin: 0 0 22px;
}
.sj-hero-search {
  max-width: 580px;
  margin: 0 auto;
}
.sj-hero-search .search-input,
.sj-hero-search input[type="search"] {
  background: #fff !important;
  border-radius: 6px !important;
  border: none !important;
  height: 46px !important;
  font-size: 14px !important;
  color: #333 !important;
}
.sj-hero-search::before {
  background: #fff !important;
  color: #999 !important;
  border-radius: 6px 0 0 6px !important;
}

/* --- BRAND FILTER STRIP --- */
.sj-brand-strip {
  background: #f4f5f7;
  border-bottom: 1px solid #e2e4e8;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.sj-brand-filter-label {
  font-size: 10px;
  font-weight: 600;
  color: #888;
  margin-right: 4px;
}
.sj-brand-pill {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
}
.sj-pill-all { background: #fff; color: #555; border: 1px solid #ccc; }
.sj-pill-snow { background: #1946BA; color: #fff; }
.sj-pill-sun { background: #C3CF21; color: #333; }
.sj-pill-aqua { background: #00B2CE; color: #fff; }
.sj-pill-auto { background: #333333; color: #fff; }

/* --- HOME BODY --- */
.sj-home-body { padding: 28px 24px 0; background: #fff; }

/* --- SECTION LABEL --- */
.sj-section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 14px;
  display: block;
}

/* --- TILES: 4x2 square grid --- */
.sj-tiles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 32px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.sj-tile-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.sj-tile {
  position: absolute;
  inset: 0;
  background: #f4f5f7;
  border-radius: 10px;
  border: 1px solid #e2e4e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.sj-tile:hover {
  background: #ebedf2;
  border-color: #c0c4d0;
  text-decoration: none;
}
.sj-tile-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sj-tile-icon svg,
.sj-tile-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.sj-tile-label {
  font-size: 11px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 1.35;
  padding: 0 8px;
}

/* --- DIVIDER --- */
.sj-home-divider {
  border: none;
  border-top: 1px solid #e2e4e8;
  margin: 0 0 26px;
}

/* --- ARTICLE COLUMNS --- */
.sj-articles-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}
.sj-articles-col-head {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333;
  border-bottom: 2px solid #1946BA;
  padding-bottom: 8px;
  margin: 0 0 2px;
}
.sj-articles-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sj-articles-item { border-bottom: 1px solid #f0f0f0; }
.sj-articles-item:last-child { border-bottom: none; }
.sj-articles-link {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 6px 0;
  font-size: 12.5px;
  color: #333333;
  text-decoration: none;
}
.sj-articles-link:hover { color: #1946BA; text-decoration: underline; }
.sj-articles-arrow { color: #FF6600; font-size: 13px; flex-shrink: 0; }

/* --- CONTACT BLOCK: full-width Snow Joe Blue --- */
.sj-contact-block {
  background: #1946BA;
  padding: 28px 24px 36px;
}
.sj-contact-inner { max-width: 580px; margin: 0 auto; }
.sj-contact-heading {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.sj-contact-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin: 0 0 16px;
  line-height: 1.55;
}
.sj-contact-sub strong { color: #C3CF21; }
.sj-contact-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sj-contact-method {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.sj-contact-icon { width: 26px; height: 26px; flex-shrink: 0; }
.sj-contact-method-body { display: flex; flex-direction: column; gap: 3px; }
.sj-contact-method-label {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
}
.sj-contact-method-detail {
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  line-height: 1.45;
}
.sj-contact-link {
  color: #C3CF21;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.sj-contact-link:hover { text-decoration: underline; }

/* --- FOOTER --- */
.sj-footer-bottom {
  background: #0e2d8a;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.sj-footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.sj-footer-link {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
}
.sj-footer-link:hover { color: rgba(255,255,255,0.7); }
.sj-footer-copy { font-size: 10px; color: rgba(255,255,255,0.25); }

/* --- RESPONSIVE --- */
@media (max-width: 600px) {
  .sj-tiles-grid { grid-template-columns: repeat(2, 1fr); }
  .sj-articles-columns { grid-template-columns: 1fr; }
  .sj-contact-methods { grid-template-columns: 1fr; }
  .sj-footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* =========================================================
   Shop Joe Logitech-inspired Support UX refresh
   Import-safe Zendesk Guide theme override
   ========================================================= */
:root {
  --sj-blue: #1946BA;
  --sj-blue-dark: #123277;
  --sj-green: #C3CF21;
  --sj-ink: #111827;
  --sj-muted: #5F6773;
  --sj-border: #DDE3EA;
  --sj-soft: #F5F7FA;
  --sj-soft-2: #EEF2F7;
  --sj-white: #FFFFFF;
  --sj-radius: 18px;
  --sj-radius-sm: 12px;
  --sj-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
}

html { scroll-behavior: smooth; }
body {
  background: var(--sj-white) !important;
  color: var(--sj-ink) !important;
}
body a { color: var(--sj-blue); }
body a:focus-visible,
button:focus-visible,
input:focus-visible,
[role="button"]:focus-visible {
  outline: 3px solid var(--sj-blue) !important;
  outline-offset: 3px !important;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -56px;
  z-index: 1001;
  background: var(--sj-white);
  color: var(--sj-blue);
  border: 2px solid var(--sj-blue);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
}
.skip-link:focus { top: 12px; }

.sj-logi-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.sj-logi-header.sj-header {
  background: var(--sj-white) !important;
  border-bottom: 1px solid var(--sj-border);
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.04);
  min-height: 72px;
  position: sticky;
  top: 0;
  z-index: 999;
}
.sj-logi-header__inner {
  max-width: 1180px;
  min-height: 72px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.sj-logi-logo img,
.logo img.small-logo {
  max-height: 42px !important;
  width: auto;
  vertical-align: middle;
}
.sj-logi-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sj-logi-nav a,
.sj-header .small-button {
  color: var(--sj-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
.sj-logi-nav a:hover,
.sj-logi-nav a.active,
.sj-header .small-button:hover,
.sj-header .small-button.active {
  background: var(--sj-soft) !important;
  color: var(--sj-blue) !important;
}
.sj-logi-menu {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--sj-border) !important;
  border-radius: 12px !important;
  background: var(--sj-white) !important;
}
.sj-logi-menu::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--sj-ink);
  box-shadow: 0 7px 0 var(--sj-ink), 0 -7px 0 var(--sj-ink);
}
.sj-logi-mobile-search { display: none; }

/* Home hero */
.sj-support-home { background: var(--sj-white); }
.sj-logi-hero {
  background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
  border-bottom: 1px solid var(--sj-border);
  padding: 82px 0 56px;
  text-align: center;
}
.sj-logi-hero__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}
.sj-logi-overline {
  margin: 0 0 10px;
  color: var(--sj-blue);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
}
.sj-logi-hero h1,
.sj-logi-page-hero h1,
.sj-logi-section-head h2,
.sj-logi-contact h2,
.sj-logi-article h1 {
  color: var(--sj-ink);
  font-weight: 800;
  letter-spacing: -.035em;
}
.sj-logi-hero h1 {
  font-size: clamp(36px, 6vw, 66px);
  line-height: .98;
  margin: 0 auto 18px;
}
.sj-logi-hero__sub,
.sj-logi-section-head p,
.sj-logi-page-hero p,
.sj-logi-contact p,
.sj-logi-product-card span,
.sj-logi-task-card span,
.sj-logi-article-header p,
.sj-logi-product-context p {
  color: var(--sj-muted);
}
.sj-logi-hero__sub {
  font-size: 18px;
  margin: 0 auto 28px;
}
.sj-logi-search {
  max-width: 760px;
  margin: 0 auto;
}
.sj-logi-search form,
.sj-logi-search .search,
.sj-hero-search {
  position: relative;
  width: 100% !important;
}
.sj-logi-search input[type="search"],
.sj-hero-search input[type="search"],
.sj-hero-search .search-input,
.search input[type="search"] {
  width: 100% !important;
  min-height: 58px !important;
  border: 1px solid var(--sj-border) !important;
  border-radius: 999px !important;
  background: var(--sj-white) !important;
  color: var(--sj-ink) !important;
  box-shadow: var(--sj-shadow) !important;
  padding: 0 26px !important;
  font-size: 16px !important;
}
.sj-logi-search--compact {
  max-width: 640px;
  margin: 26px 0 0;
}
.sj-logi-search--compact input[type="search"] {
  min-height: 52px !important;
  box-shadow: 0 8px 22px rgba(17,24,39,.06) !important;
}
.sj-logi-quicklinks {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sj-logi-quicklinks a,
.sj-logi-contact-actions a,
.sj-logi-contact-actions button,
.sj-logi-product-context button,
.sj-logi-next-actions button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
}
.sj-logi-quicklinks a {
  color: var(--sj-ink);
  background: var(--sj-white);
  border: 1px solid var(--sj-border);
  padding: 0 16px;
}
.sj-logi-quicklinks a:hover { border-color: var(--sj-blue); color: var(--sj-blue); }

/* Sections and cards */
.sj-logi-section { padding: 58px 0; }
.sj-logi-products { background: var(--sj-white); }
.sj-logi-tasks { background: var(--sj-soft); }
.sj-logi-articles { background: var(--sj-white); }
.sj-logi-section-head {
  max-width: 720px;
  margin-bottom: 28px;
}
.sj-logi-section-head--inline {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.sj-logi-section-head h2,
.sj-logi-contact h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  margin: 0 0 10px;
}
.sj-logi-section-head p { font-size: 16px; margin: 0; }
.sj-logi-card-grid {
  display: grid;
  gap: 18px;
}
.sj-logi-card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sj-logi-card-grid--utility { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sj-logi-product-card,
.sj-logi-task-card,
.sj-logi-section-card,
.sj-logi-article-panel,
.sj-logi-empty-state,
.sj-logi-sidebar,
.sj-logi-product-context,
.sj-logi-next-actions,
.sj-logi-result-list--cards > li {
  background: var(--sj-white);
  border: 1px solid var(--sj-border);
  border-radius: var(--sj-radius);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
}
.sj-logi-product-card,
.sj-logi-task-card,
.sj-logi-section-card {
  min-height: 172px;
  padding: 24px;
  text-decoration: none !important;
  color: var(--sj-ink) !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.sj-logi-product-card:hover,
.sj-logi-task-card:hover,
.sj-logi-section-card:hover {
  transform: translateY(-3px);
  border-color: rgba(25,70,186,.45);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.10);
}
.sj-logi-product-card strong,
.sj-logi-task-card strong,
.sj-logi-section-card strong {
  color: var(--sj-ink);
  font-size: 22px;
  line-height: 1.15;
}
.sj-logi-card-kicker {
  color: var(--sj-blue) !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.sj-logi-task-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--sj-soft-2);
  color: var(--sj-blue) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
}
.sj-logi-task-card span:last-child,
.sj-logi-product-card span:last-child { font-size: 14px; line-height: 1.55; }

/* Articles panels */
.sj-logi-article-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.sj-logi-article-panel { padding: 26px; }
.sj-logi-article-panel--accent { background: #FAFBEE; border-color: rgba(195,207,33,.55); }
.sj-logi-link-list { display: grid; gap: 12px; }
.sj-logi-link-list li { border-bottom: 1px solid var(--sj-border); padding-bottom: 12px; }
.sj-logi-link-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.sj-logi-link-list a,
.sj-logi-result-list a {
  color: var(--sj-ink);
  font-weight: 700;
  text-decoration: none !important;
}
.sj-logi-link-list a:hover,
.sj-logi-result-list a:hover { color: var(--sj-blue); text-decoration: underline !important; }

/* Contact */
.sj-logi-contact {
  background: var(--sj-ink);
  color: var(--sj-white);
  padding: 54px 0;
}
.sj-logi-contact .sj-logi-overline { color: var(--sj-green); }
.sj-logi-contact h2,
.sj-logi-contact p { color: var(--sj-white); }
.sj-logi-contact p { opacity: .82; margin: 0; }
.sj-logi-contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.sj-logi-contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.sj-logi-contact-actions--left { justify-content: flex-start; margin-top: 20px; }
.sj-logi-contact-actions button,
.sj-logi-product-context button,
.sj-logi-next-actions button {
  border: 0;
  background: var(--sj-blue);
  color: var(--sj-white);
  padding: 0 20px;
}
.sj-logi-contact-actions a {
  border: 1px solid rgba(255,255,255,.35);
  color: var(--sj-white);
  padding: 0 20px;
}
.sj-logi-empty-state .sj-logi-contact-actions a { color: var(--sj-blue); border-color: var(--sj-blue); }

/* Index, category, section, search pages */
.sj-logi-index-page,
.sj-logi-search-page,
.sj-logi-article-page { padding: 36px 0 70px; }
.sj-logi-breadcrumbs { margin: 0 0 20px; }
.sj-logi-breadcrumbs .breadcrumbs { margin: 0; }
.sj-logi-page-hero {
  background: var(--sj-soft);
  border: 1px solid var(--sj-border);
  border-radius: 24px;
  padding: 38px;
  margin-bottom: 28px;
}
.sj-logi-page-hero h1 { font-size: clamp(32px, 5vw, 54px); line-height: 1; margin: 0 0 12px; }
.sj-logi-page-hero p { max-width: 720px; font-size: 16px; margin: 0; }
.sj-logi-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.sj-logi-section-grid--nested { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 18px; }
.sj-logi-section-card h2 { margin: 0; font-size: 22px; line-height: 1.15; }
.sj-logi-section-card p { color: var(--sj-muted); margin: 0; }
.sj-logi-section-card .sj-logi-link-list { margin-top: 6px; }
.sj-logi-text-link { margin-top: auto; font-weight: 800; }
.sj-logi-two-column {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.sj-logi-two-column--article { grid-template-columns: 300px minmax(0, 1fr); }
.sj-logi-two-column--search { grid-template-columns: 260px minmax(0, 1fr); }
/* Fix (2026-07-02): when the filter sidebar doesn't render, the results
   section auto-placed into the narrow 260px sidebar track, collapsing the
   whole page to a thin left column. Span full width when it's alone. */
.sj-logi-two-column--search > .sj-logi-search-results:only-child { grid-column: 1 / -1; }
/* Spacing for the Zendesk generative answer block added in search_results.hbs */
.sj-generative-answer { margin-bottom: 24px; }
.sj-generative-answer:empty { display: none; margin: 0; }
.sj-logi-sidebar {
  padding: 22px;
  position: sticky;
  top: 96px;
}
.sj-logi-sidebar h2 { color: var(--sj-ink); font-size: 16px; line-height: 1.2; font-weight: 800; margin: 0 0 16px; }
.sj-logi-sidebar h3 { color: var(--sj-ink); font-size: 14px; font-weight: 800; margin: 18px 0 10px; }
.sj-logi-sidebar a,
.sj-logi-filter-list a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  color: var(--sj-ink);
  text-decoration: none !important;
  border-bottom: 1px solid var(--sj-border);
}
.sj-logi-sidebar a:hover,
.sj-logi-filter-list a:hover { color: var(--sj-blue); }
.sj-logi-result-list { display: grid; gap: 12px; }
.sj-logi-result-list > li {
  padding: 16px 0;
  border-bottom: 1px solid var(--sj-border);
}
.sj-logi-result-list--cards > li {
  padding: 22px;
  border-bottom: 1px solid var(--sj-border);
}
.sj-logi-result-list h3 { margin: 0 0 8px; font-size: 20px; font-weight: 800; }
.sj-logi-result-list p,
.search-results-description { color: var(--sj-muted); margin: 8px 0 0; }
.sj-logi-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-left: 8px;
  padding: 0 9px;
  border-radius: 999px;
  background: #FAFBEE;
  color: var(--sj-blue-dark);
  border: 1px solid rgba(195,207,33,.75);
  font-size: 11px;
  font-weight: 800;
}
.sj-logi-empty-state { padding: 32px; }
.sj-logi-empty-state h2 { font-weight: 800; margin-bottom: 8px; }
.sj-logi-empty-state p { color: var(--sj-muted); margin: 0; }

/* Article */
.sj-logi-article-search { margin-bottom: 24px; }
.sj-logi-article {
  max-width: none;
  min-width: 0;
}
.sj-logi-article-header {
  border-bottom: 1px solid var(--sj-border);
  padding-bottom: 24px;
  margin-bottom: 22px;
}
.sj-logi-article h1 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.05;
  margin: 0;
}
.sj-logi-article-meta { margin-top: 12px; color: var(--sj-muted); display: flex; gap: 10px; flex-wrap: wrap; }
.sj-logi-product-context,
.sj-logi-next-actions {
  padding: 22px;
  margin: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.sj-logi-product-context strong { font-size: 17px; color: var(--sj-ink); }
.sj-logi-product-context p,
.sj-logi-next-actions p { margin: 6px 0 0; }
.sj-logi-article-body-wrap {
  background: var(--sj-white);
  border: 0;
}
.sj-logi-article .article-body {
  color: var(--sj-ink);
  font-size: 16px;
  line-height: 1.72;
}
.sj-logi-article .article-body h2,
.sj-logi-article .article-body h3,
.sj-logi-downloads h2,
.sj-logi-next-actions h2 {
  color: var(--sj-ink);
  font-weight: 800;
}
.sj-logi-article .article-body h2 { margin-top: 34px; }
.sj-logi-article .article-body table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--sj-border);
  border-radius: 12px;
  overflow: hidden;
}
.sj-logi-article .article-body th,
.sj-logi-article .article-body td {
  border: 1px solid var(--sj-border);
  padding: 12px;
}
.sj-logi-downloads {
  margin-top: 34px;
  padding: 22px;
  background: var(--sj-soft);
  border-radius: var(--sj-radius);
}
.sj-logi-votes {
  background: var(--sj-soft);
  border-radius: var(--sj-radius);
  padding: 22px;
  margin: 28px 0;
}
.sj-logi-votes .article-votes-question { font-weight: 800; color: var(--sj-ink); display: block; margin-bottom: 12px; }
.sj-logi-next-actions { background: var(--sj-ink); color: var(--sj-white); }
.sj-logi-next-actions h2,
.sj-logi-next-actions p { color: var(--sj-white); }
.sj-logi-next-actions p { opacity: .82; }
.sj-logi-relatives {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.sj-logi-relatives section,
.article-relatives section {
  border: 1px solid var(--sj-border);
  border-radius: var(--sj-radius);
  padding: 20px;
}
.article-return-to-top { margin: 22px 0; }

/* Compatibility with older home classes, in case Zendesk cached fragments */
.sj-hero-section,
.sj-contact-block { display: none; }
.sj-home-body { padding: 0 !important; }

@media (max-width: 1024px) {
  .sj-logi-card-grid--four,
  .sj-logi-card-grid--utility { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sj-logi-two-column,
  .sj-logi-two-column--article,
  .sj-logi-two-column--search { grid-template-columns: 1fr; }
  .sj-logi-sidebar { position: static; }
  .sj-logi-contact__inner { align-items: flex-start; flex-direction: column; }
  .sj-logi-contact-actions { justify-content: flex-start; }
}

@media (max-width: 768px) {
  body { margin-top: 0 !important; }
  .sj-logi-header.sj-header { position: sticky !important; background: var(--sj-white) !important; }
  .sj-logi-header__inner { min-height: 64px; padding: 0 16px; }
  .sj-logi-menu { display: inline-flex !important; align-items: center; justify-content: center; }
  .sj-logi-nav {
    position: absolute;
    top: 64px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: var(--sj-white);
    border: 1px solid var(--sj-border);
    border-radius: 18px;
    box-shadow: var(--sj-shadow);
  }
  .sj-logi-nav[aria-expanded="true"] { display: flex; }
  .sj-logi-nav a { display: block; min-height: 44px; }
  .sj-logi-mobile-search { display: block; margin-bottom: 8px; }
  .sj-logi-mobile-search input[type="search"] {
    border: 1px solid var(--sj-border) !important;
    border-radius: 999px !important;
    min-height: 48px !important;
  }
  .sj-logi-hero { padding: 52px 0 34px; text-align: left; }
  .sj-logi-quicklinks { justify-content: flex-start; }
  .sj-logi-section { padding: 40px 0; }
  .sj-logi-container,
  .sj-logi-hero__inner { padding: 0 16px; }
  .sj-logi-card-grid--four,
  .sj-logi-card-grid--utility,
  .sj-logi-section-grid,
  .sj-logi-section-grid--nested,
  .sj-logi-article-layout,
  .sj-logi-relatives { grid-template-columns: 1fr; }
  .sj-logi-page-hero { padding: 26px; border-radius: 18px; }
  .sj-logi-product-context,
  .sj-logi-next-actions { flex-direction: column; align-items: flex-start; }
  .sj-logi-search input[type="search"],
  .sj-hero-search input[type="search"],
  .search input[type="search"] {
    min-height: 52px !important;
    font-size: 15px !important;
  }
}

/* =========================================================
   Shop Joe approved support refresh
   Matches approved compact Zendesk mockup closer than the wide Logitech draft.
   ========================================================= */
:root {
  --sj-approved-blue: #1f4cc4;
  --sj-approved-blue-dark: #173da2;
  --sj-approved-hero: #E8EAF7;
  --sj-approved-border: #d8dde8;
  --sj-approved-card: #f6f7f9;
  --sj-approved-text: #101827;
  --sj-approved-muted: #6c7484;
  --sj-approved-green: #c3cf21;
  --sj-approved-aqua: #00a6c8;
  --sj-approved-black: #141414;
}

body { background: #ffffff !important; }
body:has(.sj-approved-home) { margin-top: 0 !important; }

.sj-approved-header.sj-header {
  position: relative !important;
  top: auto !important;
  z-index: 1000;
  min-height: 42px !important;
  background: var(--sj-approved-blue) !important;
  box-shadow: none !important;
}
.sj-approved-header__inner {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 42px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sj-approved-logo a {
  width: 56px;
  height: 22px;
  border: 4px solid #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sj-approved-logo img,
.sj-approved-logo .small-logo {
  opacity: 0;
  width: 1px !important;
  height: 1px !important;
}
.sj-approved-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.sj-approved-nav a,
.sj-approved-header .small-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  color: #ffffff !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none !important;
  opacity: .96;
}
.sj-approved-nav a.active { border-bottom: 3px solid #ffffff; }
.sj-approved-menu { display: none !important; }
.sj-approved-mobile-search { display: none; }

.sj-approved-home {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  border-left: 1px solid #f0f1f5;
  border-right: 1px solid #f0f1f5;
}
.sj-approved-hero {
  min-height: 280px;
  background-color: var(--sj-approved-hero);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 44px 18px 42px;
}
.sj-approved-hero__inner { width: min(760px, 100%); }
.sj-approved-hero h1 {
  margin: 0 0 18px;
  color: var(--sj-approved-text);
  font-size: 34px;
  line-height: 1.12;
  font-weight: 800;
  text-shadow: none;
}
.sj-approved-hero p {
  margin: 0 0 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.sj-approved-search {
  width: min(760px, 100%);
  margin: 0 auto;
}
.sj-approved-search form,
.sj-approved-search .search,
.sj-approved-search-form {
  width: 100%;
  position: relative;
}
.sj-approved-search input[type="search"],
.sj-approved-search-form input[type="search"] {
  height: 58px !important;
  min-height: 58px !important;
  width: 100% !important;
  border: 1px solid rgba(191, 198, 210, 0.95) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.96) !important;
  box-shadow: 0 8px 24px rgba(16,24,39,.08) !important;
  color: #1f2937 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 0 60px 0 24px !important;
}
.sj-approved-search .search::before,
.sj-approved-search form::before {
  content: "";
  position: absolute;
  right: 24px;
  left: auto;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  z-index: 2;
  color: #9aa3b2;
  border: 2px solid #9aa3b2;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent !important;
  pointer-events: none;
}
.sj-approved-search .search::after,
.sj-approved-search form::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% + 7px);
  width: 8px;
  height: 2px;
  background: #9aa3b2;
  transform: rotate(45deg);
  border-radius: 999px;
  pointer-events: none;
}
.sj-approved-search input[type="search"]::placeholder,
.sj-approved-search-form input[type="search"]::placeholder {
  color: #313a49 !important;
  opacity: 1 !important;
}

.sj-approved-brand-filter {
  min-height: 48px;
  border-bottom: 1px solid var(--sj-approved-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 16px;
  font-size: 11px;
  color: var(--sj-approved-muted);
}
.sj-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid var(--sj-approved-border);
}
.sj-pill--all { color: #4f5968; background: #fff; }
.sj-pill--snow { color: #fff !important; background: var(--sj-approved-blue); border-color: var(--sj-approved-blue); }
.sj-pill--sun { color: #0d244a !important; background: var(--sj-approved-green); border-color: var(--sj-approved-green); }
.sj-pill--aqua { color: #fff !important; background: var(--sj-approved-aqua); border-color: var(--sj-approved-aqua); }
.sj-pill--auto { color: #fff !important; background: var(--sj-approved-black); border-color: var(--sj-approved-black); }

.sj-approved-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 22px;
}
.sj-approved-section { padding: 24px 0 14px; }
.sj-approved-section-title,
.sj-approved-article-list h2 {
  margin: 0 0 13px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--sj-approved-blue);
  color: #6e7686;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.sj-approved-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.sj-approved-topic-card {
  min-height: 154px;
  background: var(--sj-approved-card);
  border: 1px solid #edf0f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--sj-approved-text);
  text-decoration: none !important;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.sj-approved-topic-card:hover {
  transform: translateY(-1px);
  border-color: #cbd4e6;
  box-shadow: 0 6px 18px rgba(31,76,196,.08);
}
.sj-approved-topic-icon {
  color: var(--sj-approved-blue);
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
}
.sj-approved-topic-card strong {
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
}

.sj-approved-articles { padding: 8px 0 24px; }
.sj-approved-article-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.sj-approved-article-list ul { margin: 0; padding: 0; list-style: none; }
.sj-approved-article-list li { margin: 0 0 9px; }
.sj-approved-article-list a {
  color: var(--sj-approved-blue);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}
.sj-approved-article-list a::before { content: "› "; }
.sj-approved-article-list a:hover { text-decoration: underline; }

body:has(.sj-approved-home) .sj-logi-contact { display: none !important; }
.sj-contact-block {
  display: block !important;
  background: var(--sj-approved-blue) !important;
  padding: 32px 20px !important;
  margin: 0 auto !important;
  max-width: 1180px;
}
.sj-contact-inner { max-width: 760px !important; margin: 0 auto !important; }
.sj-contact-heading {
  margin: 0 0 4px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}
.sj-contact-sub {
  margin: 0 0 20px !important;
  color: rgba(255,255,255,.9) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.sj-contact-sub strong { color: #fff !important; }
.sj-contact-methods { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 18px !important; }
.sj-contact-method {
  background: rgba(255,255,255,.12) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 3px !important;
  min-height: 56px !important;
  padding: 13px 16px !important;
}
.sj-contact-method-label {
  color: rgba(255,255,255,.8) !important;
  font-size: 10px !important;
  letter-spacing: .08em !important;
}
.sj-contact-method-detail,
.sj-contact-link { color: #fff !important; font-size: 12px !important; }
.sj-footer-bottom {
  max-width: 1180px !important;
  margin: 0 auto !important;
  background: #15399b !important;
  min-height: 46px !important;
  padding: 0 24px !important;
}
.sj-footer-link { color: rgba(255,255,255,.7) !important; font-size: 10px !important; text-transform: uppercase; }
.sj-footer-copy { color: rgba(255,255,255,.45) !important; font-size: 10px !important; }

@media (max-width: 768px) {
  .sj-approved-header__inner { min-height: 44px; padding: 0 14px; }
  .sj-approved-menu { display: inline-flex !important; align-items: center; justify-content: center; color: #fff; }
  .sj-approved-menu::before { background: #fff !important; box-shadow: 0 7px 0 #fff, 0 14px 0 #fff !important; }
  .sj-approved-nav {
    position: absolute;
    top: 44px;
    left: 10px;
    right: 10px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--sj-approved-blue);
    border-radius: 4px;
  }
  .sj-approved-nav[aria-expanded="true"] { display: flex; }
  .sj-approved-nav a { min-height: 38px; }
  .sj-approved-mobile-search { display: block; margin-bottom: 8px; }
  .sj-approved-mobile-search input[type="search"] { min-height: 44px !important; border-radius: 999px !important; }
  .sj-approved-hero { min-height: 220px; padding: 30px 16px; }
  .sj-approved-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sj-approved-topic-card { min-height: 132px; }
  .sj-approved-article-columns { grid-template-columns: 1fr; gap: 22px; }
  .sj-contact-methods { grid-template-columns: 1fr !important; }
  .sj-footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; padding: 12px 20px !important; }
}


/* =========================================================
   ShopJoe.com header refinement + article list limit
   ========================================================= */
body:has(.sj-approved-home) .sj-approved-header.sj-header {
  background: #1f4cc4 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  min-height: 64px !important;
}
body:has(.sj-approved-home) .sj-approved-header__inner {
  min-height: 64px !important;
  max-width: 1180px !important;
  padding: 0 30px !important;
  justify-content: flex-start !important;
  gap: 34px !important;
}
body:has(.sj-approved-home) .sj-approved-logo a {
  width: auto !important;
  height: auto !important;
  min-width: 74px !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body:has(.sj-approved-home) .sj-approved-logo img,
body:has(.sj-approved-home) .sj-approved-logo .small-logo {
  opacity: 1 !important;
  width: 74px !important;
  height: auto !important;
  max-height: 46px !important;
  object-fit: contain !important;
  display: block !important;
}
body:has(.sj-approved-home) .sj-approved-nav {
  gap: 34px !important;
  justify-content: flex-start !important;
  flex: 0 1 auto !important;
}
body:has(.sj-approved-home) .sj-approved-nav a,
body:has(.sj-approved-home) .sj-approved-header .small-button {
  min-height: 64px !important;
  font-size: 12px !important;
  letter-spacing: .045em !important;
  color: #fff !important;
}
body:has(.sj-approved-home) .sj-approved-nav a.active {
  border-bottom: 3px solid #fff !important;
}
body:has(.sj-approved-home) .sj-approved-article-list li:nth-child(n+11) {
  display: none !important;
}
@media (max-width: 768px) {
  body:has(.sj-approved-home) .sj-approved-header__inner {
    min-height: 58px !important;
    padding: 0 16px !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }
  body:has(.sj-approved-home) .sj-approved-logo img,
  body:has(.sj-approved-home) .sj-approved-logo .small-logo {
    width: 60px !important;
    max-height: 38px !important;
  }
  body:has(.sj-approved-home) .sj-approved-nav {
    top: 58px !important;
  }
  body:has(.sj-approved-home) .sj-approved-nav a {
    min-height: 40px !important;
  }
}


/* =========================================================
   Approved Shop Joe support footer / contact block update
   ========================================================= */
body:has(.sj-approved-home) .sj-contact-block,
.sj-contact-block {
  display: block !important;
  background: #214cbd !important;
  padding: 31px 20px 36px !important;
  margin: 0 auto !important;
  max-width: 1180px !important;
  color: #ffffff !important;
}
body:has(.sj-approved-home) .sj-contact-inner,
.sj-contact-inner {
  max-width: 760px !important;
  margin: 0 auto !important;
}
body:has(.sj-approved-home) .sj-contact-heading,
.sj-contact-heading {
  margin: 0 0 5px !important;
  color: #ffffff !important;
  font-size: 19px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
}
body:has(.sj-approved-home) .sj-contact-sub,
.sj-contact-sub {
  max-width: 760px !important;
  margin: 0 0 20px !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}
body:has(.sj-approved-home) .sj-contact-sub strong,
.sj-contact-sub strong {
  color: #c3cf21 !important;
  font-weight: 900 !important;
}
body:has(.sj-approved-home) .sj-contact-methods,
.sj-contact-methods {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  max-width: 580px !important;
}
body:has(.sj-approved-home) .sj-contact-method,
.sj-contact-method {
  min-height: 80px !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 8px !important;
  padding: 18px 18px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}
body:has(.sj-approved-home) .sj-contact-icon,
.sj-contact-icon {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
}
body:has(.sj-approved-home) .sj-contact-method-body,
.sj-contact-method-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  min-width: 0 !important;
}
body:has(.sj-approved-home) .sj-contact-method-label,
.sj-contact-method-label {
  color: rgba(255,255,255,.58) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}
body:has(.sj-approved-home) .sj-contact-method-detail,
body:has(.sj-approved-home) .sj-contact-link,
.sj-contact-method-detail,
.sj-contact-link {
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}
body:has(.sj-approved-home) .sj-contact-link,
.sj-contact-link {
  color: #c3cf21 !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  text-decoration: none !important;
}
body:has(.sj-approved-home) .sj-contact-link:hover,
.sj-contact-link:hover {
  text-decoration: underline !important;
}
body:has(.sj-approved-home) .sj-footer-bottom,
.sj-footer-bottom {
  max-width: 1180px !important;
  margin: 0 auto !important;
  background: #14358f !important;
  min-height: 50px !important;
  padding: 0 29px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}
body:has(.sj-approved-home) .sj-footer-links,
.sj-footer-links {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
}
body:has(.sj-approved-home) .sj-footer-link,
.sj-footer-link {
  color: rgba(255,255,255,.58) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
body:has(.sj-approved-home) .sj-footer-link:hover,
.sj-footer-link:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}
body:has(.sj-approved-home) .sj-footer-copy,
.sj-footer-copy,
body:has(.sj-approved-home) .sj-footer-copy a,
.sj-footer-copy a {
  color: rgba(255,255,255,.34) !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  body:has(.sj-approved-home) .sj-contact-block,
  .sj-contact-block {
    padding: 28px 18px 30px !important;
  }
  body:has(.sj-approved-home) .sj-contact-heading,
  .sj-contact-heading {
    font-size: 18px !important;
  }
  body:has(.sj-approved-home) .sj-contact-methods,
  .sj-contact-methods {
    grid-template-columns: 1fr !important;
    max-width: none !important;
  }
  body:has(.sj-approved-home) .sj-footer-bottom,
  .sj-footer-bottom {
    min-height: auto !important;
    padding: 14px 20px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  body:has(.sj-approved-home) .sj-footer-links,
  .sj-footer-links {
    gap: 14px !important;
  }
}

/* v7: hide removed brand filter section if any cached template includes it */
body:has(.sj-approved-home) .sj-approved-brand-filter { display: none !important; }


/* =========================================================
   v8 header left alignment override
   ========================================================= */
body:has(.sj-approved-home) .sj-approved-header.sj-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body:has(.sj-approved-home) .sj-approved-header__inner {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 42px !important;
  padding-right: 30px !important;
  justify-content: flex-start !important;
  gap: 28px !important;
}
body:has(.sj-approved-home) .sj-approved-navwrap {
  margin-left: 0 !important;
}
body:has(.sj-approved-home) .sj-approved-nav {
  margin-left: 0 !important;
  justify-content: flex-start !important;
  gap: 34px !important;
}
@media (max-width: 768px) {
  body:has(.sj-approved-home) .sj-approved-header__inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
    justify-content: space-between !important;
  }
}


/* =========================================================
   v9 seasonal hero + global approved header alignment
   ========================================================= */
.sj-approved-header.sj-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sj-approved-header__inner {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 64px !important;
  padding: 0 26px 0 26px !important;
  justify-content: flex-start !important;
  gap: 32px !important;
}
.sj-approved-logo a {
  width: auto !important;
  height: auto !important;
  min-width: 74px !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.sj-approved-logo img,
.sj-approved-logo .small-logo {
  opacity: 1 !important;
  width: 74px !important;
  height: auto !important;
  max-height: 46px !important;
  object-fit: contain !important;
  display: block !important;
}
.sj-approved-navwrap {
  margin-left: 0 !important;
  flex: 0 1 auto !important;
}
.sj-approved-nav {
  margin-left: 0 !important;
  justify-content: flex-start !important;
  gap: 34px !important;
  flex: 0 1 auto !important;
}
.sj-approved-nav a,
.sj-approved-header .small-button {
  min-height: 64px !important;
  font-size: 12px !important;
  letter-spacing: .045em !important;
  color: #fff !important;
}
.sj-approved-nav a.active {
  border-bottom: 3px solid #fff !important;
}

.sj-approved-hero {
  background-image: none;
  background-color: var(--sj-approved-hero);
  background-position: center center;
  background-size: cover;
}

.sj-logi-index-page,
.sj-logi-search-page,
.sj-logi-article-page {
  background: #f5f6f8;
  padding: 0 0 70px;
}
.sj-logi-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 20px 0;
}
.sj-logi-page-hero {
  border: 1px solid rgba(33, 57, 132, 0.10);
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
}
.sj-logi-page-hero--seasonal {
  min-height: 240px;
  background-image: linear-gradient(rgba(255,255,255,0.18), rgba(255,255,255,0.18)), url('{{asset "support-hero-seasons.jpg"}}');
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 32px 34px;
}
.sj-logi-page-hero--seasonal .sj-logi-overline {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  color: #233264;
}
.sj-logi-page-hero--seasonal h1,
.sj-logi-page-hero--seasonal p {
  color: #111827;
  text-shadow: none;
}
.sj-logi-page-hero--seasonal p {
  max-width: 820px;
}
.sj-logi-page-hero--seasonal .sj-logi-search,
.sj-logi-page-hero--article-search .sj-logi-search {
  width: min(900px, 100%);
}
.sj-logi-page-hero--seasonal .sj-logi-search input[type="search"],
.sj-logi-page-hero--article-search .sj-logi-search input[type="search"],
.sj-logi-search-page .sj-logi-search input[type="search"],
.sj-logi-index-page .sj-logi-search input[type="search"],
.sj-logi-article-page .sj-logi-search input[type="search"] {
  min-height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(191, 198, 210, 0.95);
  background: rgba(255,255,255,0.97);
  box-shadow: 0 8px 24px rgba(16, 24, 39, 0.08);
  padding: 0 56px 0 22px;
  font-size: 15px;
  color: #1f2937;
}
.sj-logi-page-hero--seasonal .sj-logi-search form,
.sj-logi-page-hero--seasonal .sj-logi-search .search,
.sj-logi-page-hero--article-search .sj-logi-search form,
.sj-logi-page-hero--article-search .sj-logi-search .search {
  position: relative;
}
.sj-logi-page-hero--seasonal .sj-logi-search form::before,
.sj-logi-page-hero--seasonal .sj-logi-search .search::before,
.sj-logi-page-hero--article-search .sj-logi-search form::before,
.sj-logi-page-hero--article-search .sj-logi-search .search::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  z-index: 2;
  border: 2px solid #9aa3b2;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent !important;
  pointer-events: none;
}
.sj-logi-page-hero--seasonal .sj-logi-search form::after,
.sj-logi-page-hero--seasonal .sj-logi-search .search::after,
.sj-logi-page-hero--article-search .sj-logi-search form::after,
.sj-logi-page-hero--article-search .sj-logi-search .search::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% + 7px);
  width: 8px;
  height: 2px;
  background: #9aa3b2;
  transform: rotate(45deg);
  border-radius: 999px;
  pointer-events: none;
}
.sj-logi-page-hero--article-search {
  margin-bottom: 24px;
}
.sj-logi-breadcrumbs {
  margin: 0 0 18px;
}
.sj-logi-breadcrumbs .breadcrumbs li,
.sj-logi-breadcrumbs .breadcrumbs a {
  color: #53607a;
}
.sj-logi-section-card,
.sj-logi-sidebar,
.sj-logi-empty-state,
.sj-logi-product-context,
.sj-logi-next-actions,
.sj-logi-article,
.sj-logi-result-list--cards > li,
.sj-logi-result-list > li {
  border-radius: 22px;
}
.sj-logi-article {
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.05);
}
@media (max-width: 768px) {
  .sj-approved-header__inner {
    min-height: 58px !important;
    padding: 0 16px !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }
  .sj-approved-logo img,
  .sj-approved-logo .small-logo {
    width: 60px !important;
    max-height: 38px !important;
  }
  .sj-approved-nav {
    gap: 0 !important;
  }
  .sj-logi-container {
    padding: 18px 16px 0;
  }
  .sj-logi-page-hero--seasonal {
    min-height: 200px;
    padding: 24px 20px;
  }
}

/* =========================================================
   v11 compact non-home support page hero
   Shrinks category, section, article, and search hero area by about 50%.
   ========================================================= */
.sj-logi-index-page .sj-logi-page-hero--seasonal,
.sj-logi-search-page .sj-logi-page-hero--seasonal,
.sj-logi-article-page .sj-logi-page-hero--seasonal {
  min-height: 120px !important;
  padding: 18px 24px !important;
  gap: 8px !important;
}
.sj-logi-index-page .sj-logi-page-hero--seasonal .sj-logi-overline,
.sj-logi-search-page .sj-logi-page-hero--seasonal .sj-logi-overline,
.sj-logi-article-page .sj-logi-page-hero--seasonal .sj-logi-overline {
  padding: 4px 10px !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
}
.sj-logi-index-page .sj-logi-page-hero--seasonal h1,
.sj-logi-search-page .sj-logi-page-hero--seasonal h1,
.sj-logi-article-page .sj-logi-page-hero--seasonal h1 {
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.08 !important;
  margin: 0 0 4px !important;
}
.sj-logi-index-page .sj-logi-page-hero--seasonal p,
.sj-logi-search-page .sj-logi-page-hero--seasonal p,
.sj-logi-article-page .sj-logi-page-hero--seasonal p {
  font-size: 14px !important;
  line-height: 1.35 !important;
  margin: 0 0 4px !important;
}
.sj-logi-index-page .sj-logi-page-hero--seasonal .sj-logi-search,
.sj-logi-search-page .sj-logi-page-hero--seasonal .sj-logi-search,
.sj-logi-article-page .sj-logi-page-hero--seasonal .sj-logi-search {
  margin-top: 4px !important;
}
.sj-logi-index-page .sj-logi-page-hero--seasonal .sj-logi-search input[type="search"],
.sj-logi-search-page .sj-logi-page-hero--seasonal .sj-logi-search input[type="search"],
.sj-logi-article-page .sj-logi-page-hero--seasonal .sj-logi-search input[type="search"] {
  min-height: 42px !important;
  height: 42px !important;
  font-size: 14px !important;
}
@media (max-width: 768px) {
  .sj-logi-index-page .sj-logi-page-hero--seasonal,
  .sj-logi-search-page .sj-logi-page-hero--seasonal,
  .sj-logi-article-page .sj-logi-page-hero--seasonal {
    min-height: 110px !important;
    padding: 16px 18px !important;
  }
}


/* =========================================================
   v12 remove empty left "Menu" sidebar on support pages
   ========================================================= */
.sj-logi-index-page .sj-logi-two-column:not(.sj-logi-two-column--search),
.sj-logi-article-page .sj-logi-two-column--article {
  grid-template-columns: 1fr !important;
}
.sj-logi-index-page .sj-logi-sidebar:not(.sj-logi-search-page .sj-logi-sidebar),
.sj-logi-article-page .sj-logi-article-sidebar {
  display: none !important;
}
.sj-logi-content-list,
.sj-logi-article {
  width: 100% !important;
  max-width: 100% !important;
}


/* =========================================================
   v13 thin full-width header banner
   ========================================================= */
.sj-approved-header.sj-header,
body:has(.sj-approved-home) .sj-approved-header.sj-header {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #2550c4 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.sj-approved-header__inner,
body:has(.sj-approved-home) .sj-approved-header__inner {
  width: 100% !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  gap: 24px !important;
  justify-content: flex-start !important;
}
.sj-approved-logo a,
body:has(.sj-approved-home) .sj-approved-logo a {
  min-width: 54px !important;
}
.sj-approved-logo img,
.sj-approved-logo .small-logo,
body:has(.sj-approved-home) .sj-approved-logo img,
body:has(.sj-approved-home) .sj-approved-logo .small-logo {
  width: 54px !important;
  max-height: 34px !important;
}
.sj-approved-nav,
body:has(.sj-approved-home) .sj-approved-nav {
  gap: 28px !important;
  justify-content: flex-start !important;
}
.sj-approved-nav a,
.sj-approved-header .small-button,
body:has(.sj-approved-home) .sj-approved-nav a,
body:has(.sj-approved-home) .sj-approved-header .small-button {
  min-height: 46px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .05em !important;
  color: #ffffff !important;
}
.sj-approved-nav a.active,
body:has(.sj-approved-home) .sj-approved-nav a.active {
  border-bottom: 3px solid #ffffff !important;
}
@media (max-width: 768px) {
  .sj-approved-header.sj-header,
  body:has(.sj-approved-home) .sj-approved-header.sj-header {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
  .sj-approved-header__inner,
  body:has(.sj-approved-home) .sj-approved-header__inner {
    min-height: 42px !important;
    padding: 0 14px !important;
    gap: 10px !important;
  }
  .sj-approved-logo img,
  .sj-approved-logo .small-logo,
  body:has(.sj-approved-home) .sj-approved-logo img,
  body:has(.sj-approved-home) .sj-approved-logo .small-logo {
    width: 48px !important;
    max-height: 30px !important;
  }
  .sj-approved-nav a,
  body:has(.sj-approved-home) .sj-approved-nav a {
    min-height: 40px !important;
  }
}


/* =========================================================
   v14 full-width footer sections
   ========================================================= */
.sj-contact-block,
body:has(.sj-approved-home) .sj-contact-block {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.sj-contact-inner,
body:has(.sj-approved-home) .sj-contact-inner {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.sj-footer-bottom,
body:has(.sj-approved-home) .sj-footer-bottom {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  border-radius: 0 !important;
}
.sj-footer-bottom > .sj-footer-links,
.sj-footer-bottom > .sj-footer-copy {
  position: relative;
}
.sj-footer-bottom {
  box-sizing: border-box !important;
}
.sj-footer-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
}
@media (min-width: 769px) {
  .sj-footer-bottom,
  body:has(.sj-approved-home) .sj-footer-bottom {
    justify-content: center !important;
  }
  .sj-footer-bottom > .sj-footer-links,
  .sj-footer-bottom > .sj-footer-copy {
    width: 1180px;
    max-width: 100%;
  }
  .sj-footer-bottom {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: center !important;
  }
  .sj-footer-links {
    justify-self: start !important;
  }
  .sj-footer-copy {
    justify-self: end !important;
    text-align: right !important;
  }
}
@media (max-width: 768px) {
  .sj-contact-block,
  body:has(.sj-approved-home) .sj-contact-block,
  .sj-footer-bottom,
  body:has(.sj-approved-home) .sj-footer-bottom {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}


/* =========================================================
   v15 full-width hero image areas
   ========================================================= */
.sj-approved-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  min-height: 300px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.sj-approved-hero__inner {
  width: min(760px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sj-logi-page-hero--seasonal,
.sj-logi-index-page .sj-logi-page-hero--seasonal,
.sj-logi-search-page .sj-logi-page-hero--seasonal,
.sj-logi-article-page .sj-logi-page-hero--seasonal {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px)) !important;
  padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px)) !important;
}

@media (max-width: 768px) {
  .sj-approved-hero {
    min-height: 220px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .sj-logi-page-hero--seasonal,
  .sj-logi-index-page .sj-logi-page-hero--seasonal,
  .sj-logi-search-page .sj-logi-page-hero--seasonal,
  .sj-logi-article-page .sj-logi-page-hero--seasonal {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}


/* =========================================================
   v16 balanced full-width footer content
   Full-width blue background, centered footer content group.
   ========================================================= */
.sj-contact-block,
body:has(.sj-approved-home) .sj-contact-block {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  padding: 38px 24px 42px !important;
  box-sizing: border-box !important;
}
.sj-contact-inner,
body:has(.sj-approved-home) .sj-contact-inner {
  width: min(820px, 100%) !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.sj-contact-sub,
body:has(.sj-approved-home) .sj-contact-sub {
  max-width: 820px !important;
}
.sj-contact-methods,
body:has(.sj-approved-home) .sj-contact-methods {
  width: 100% !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.sj-contact-method,
body:has(.sj-approved-home) .sj-contact-method {
  min-height: 82px !important;
}
.sj-footer-bottom,
body:has(.sj-approved-home) .sj-footer-bottom {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(24px, 1fr) minmax(0, 590px) minmax(0, 590px) minmax(24px, 1fr) !important;
  align-items: center !important;
  justify-content: initial !important;
  gap: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.sj-footer-links,
body:has(.sj-approved-home) .sj-footer-links {
  grid-column: 2 !important;
  justify-self: start !important;
  padding-left: 0 !important;
}
.sj-footer-copy,
body:has(.sj-approved-home) .sj-footer-copy {
  grid-column: 3 !important;
  justify-self: end !important;
  text-align: right !important;
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .sj-contact-block,
  body:has(.sj-approved-home) .sj-contact-block {
    padding: 30px 18px 34px !important;
  }
  .sj-contact-inner,
  body:has(.sj-approved-home) .sj-contact-inner {
    width: 100% !important;
    max-width: none !important;
  }
  .sj-contact-methods,
  body:has(.sj-approved-home) .sj-contact-methods {
    grid-template-columns: 1fr !important;
    max-width: none !important;
  }
  .sj-footer-bottom,
  body:has(.sj-approved-home) .sj-footer-bottom {
    min-height: auto !important;
    grid-template-columns: 18px 1fr 18px !important;
    padding: 14px 0 !important;
    row-gap: 8px !important;
  }
  .sj-footer-links,
  body:has(.sj-approved-home) .sj-footer-links,
  .sj-footer-copy,
  body:has(.sj-approved-home) .sj-footer-copy {
    grid-column: 2 !important;
    justify-self: start !important;
    text-align: left !important;
  }
}


/* =========================================================
   v17 restore homepage topic card clicks
   Prevent full-width footer pseudo layer from sitting above content.
   ========================================================= */
.sj-footer-bottom::before,
body:has(.sj-approved-home) .sj-footer-bottom::before {
  display: none !important;
  content: none !important;
  pointer-events: none !important;
}
.sj-approved-section,
.sj-approved-articles,
.sj-approved-topic-grid,
.sj-approved-topic-card,
.sj-approved-article-list,
.sj-approved-article-list a {
  position: relative !important;
  z-index: 5 !important;
  pointer-events: auto !important;
}
.sj-approved-hero {
  position: relative !important;
  z-index: 1 !important;
}
.sj-contact-block,
.sj-footer-bottom {
  position: relative !important;
  z-index: 1 !important;
}


/* =========================================================
   v18 slimmer blue header bar
   ========================================================= */
.sj-approved-header.sj-header,
body:has(.sj-approved-home) .sj-approved-header.sj-header {
  min-height: 44px !important;
}
.sj-approved-header__inner,
body:has(.sj-approved-home) .sj-approved-header__inner {
  min-height: 44px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.sj-approved-logo a,
body:has(.sj-approved-home) .sj-approved-logo a {
  min-width: 50px !important;
}
.sj-approved-logo img,
.sj-approved-logo .small-logo,
body:has(.sj-approved-home) .sj-approved-logo img,
body:has(.sj-approved-home) .sj-approved-logo .small-logo {
  width: 50px !important;
  max-height: 30px !important;
}
.sj-approved-nav a,
.sj-approved-header .small-button,
body:has(.sj-approved-home) .sj-approved-nav a,
body:has(.sj-approved-home) .sj-approved-header .small-button {
  min-height: 44px !important;
  font-size: 10.5px !important;
}
.sj-approved-nav,
body:has(.sj-approved-home) .sj-approved-nav {
  gap: 26px !important;
}
@media (max-width: 768px) {
  .sj-approved-header.sj-header,
  body:has(.sj-approved-home) .sj-approved-header.sj-header,
  .sj-approved-header__inner,
  body:has(.sj-approved-home) .sj-approved-header__inner {
    min-height: 40px !important;
  }
  .sj-approved-logo img,
  .sj-approved-logo .small-logo,
  body:has(.sj-approved-home) .sj-approved-logo img,
  body:has(.sj-approved-home) .sj-approved-logo .small-logo {
    width: 46px !important;
    max-height: 28px !important;
  }
  .sj-approved-nav a,
  body:has(.sj-approved-home) .sj-approved-nav a {
    min-height: 40px !important;
  }
}


/* =========================================================
   v19 uploaded topic icon assets
   ========================================================= */
.sj-approved-topic-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  margin-bottom: 10px !important;
  line-height: 1 !important;
}
.sj-approved-topic-icon img {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  object-fit: contain !important;
  pointer-events: none !important;
}
.sj-approved-topic-card {
  cursor: pointer !important;
  position: relative !important;
  z-index: 1 !important;
}
@media (max-width: 768px) {
  .sj-approved-topic-icon,
  .sj-approved-topic-icon img {
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
  }
}

/* =========================================================
   v21 larger homepage topic icons
   ========================================================= */
.sj-approved-topic-icon {
  width: 60px !important;
  height: 60px !important;
  margin-bottom: 12px !important;
}
.sj-approved-topic-icon img {
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
}
@media (max-width: 768px) {
  .sj-approved-topic-icon {
    width: 50px !important;
    height: 50px !important;
  }
  .sj-approved-topic-icon img {
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
  }
}

/* =========================================================
   v22 prominent Logitech-style topic icons
   ========================================================= */
.sj-approved-topic-card {
  min-height: 190px !important;
  gap: 22px !important;
  padding: 28px 18px 24px !important;
  justify-content: center !important;
}
.sj-approved-topic-icon {
  width: 96px !important;
  height: 96px !important;
  margin-bottom: 4px !important;
}
.sj-approved-topic-icon img {
  width: 92px !important;
  height: 92px !important;
  max-width: 92px !important;
  max-height: 92px !important;
}
.sj-approved-topic-card strong {
  font-size: 13px !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
}
@media (max-width: 768px) {
  .sj-approved-topic-card {
    min-height: 160px !important;
    gap: 16px !important;
    padding: 22px 12px 20px !important;
  }
  .sj-approved-topic-icon {
    width: 76px !important;
    height: 76px !important;
  }
  .sj-approved-topic-icon img {
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
  }
  .sj-approved-topic-card strong {
    font-size: 12px !important;
  }
}

/* =========================================================
   v23 header alignment + remove faint side lines
   ========================================================= */
.sj-approved-home {
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
}

.sj-approved-header__inner,
body:has(.sj-approved-home) .sj-approved-header__inner {
  max-width: 1100px !important;
  width: 100% !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  position: relative !important;
  justify-content: flex-start !important;
}

.sj-approved-logo,
body:has(.sj-approved-home) .sj-approved-logo {
  position: relative !important;
  z-index: 2 !important;
  flex: 0 0 auto !important;
}

.sj-approved-navwrap,
body:has(.sj-approved-home) .sj-approved-navwrap {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto !important;
}

.sj-approved-nav,
body:has(.sj-approved-home) .sj-approved-nav {
  justify-content: center !important;
}

@media (max-width: 768px) {
  .sj-approved-header__inner,
  body:has(.sj-approved-home) .sj-approved-header__inner {
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .sj-approved-navwrap,
  body:has(.sj-approved-home) .sj-approved-navwrap {
    position: static !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;
    margin-left: auto !important;
  }
}

/* =========================================================
   v24 slightly larger header logo to better match shop site
   ========================================================= */
.sj-approved-header.sj-header,
body:has(.sj-approved-home) .sj-approved-header.sj-header {
  min-height: 52px !important;
}

.sj-approved-header__inner,
body:has(.sj-approved-home) .sj-approved-header__inner {
  min-height: 52px !important;
}

.sj-approved-logo a,
body:has(.sj-approved-home) .sj-approved-logo a {
  min-width: 78px !important;
}

.sj-approved-logo img,
.sj-approved-logo .small-logo,
body:has(.sj-approved-home) .sj-approved-logo img,
body:has(.sj-approved-home) .sj-approved-logo .small-logo {
  width: 78px !important;
  max-height: 42px !important;
}

.sj-approved-nav a,
.sj-approved-header .small-button,
body:has(.sj-approved-home) .sj-approved-nav a,
body:has(.sj-approved-home) .sj-approved-header .small-button {
  min-height: 52px !important;
}

@media (max-width: 768px) {
  .sj-approved-header.sj-header,
  body:has(.sj-approved-home) .sj-approved-header.sj-header,
  .sj-approved-header__inner,
  body:has(.sj-approved-home) .sj-approved-header__inner {
    min-height: 46px !important;
  }

  .sj-approved-logo a,
  body:has(.sj-approved-home) .sj-approved-logo a {
    min-width: 64px !important;
  }

  .sj-approved-logo img,
  .sj-approved-logo .small-logo,
  body:has(.sj-approved-home) .sj-approved-logo img,
  body:has(.sj-approved-home) .sj-approved-logo .small-logo {
    width: 64px !important;
    max-height: 36px !important;
  }

  .sj-approved-nav a,
  body:has(.sj-approved-home) .sj-approved-nav a {
    min-height: 46px !important;
  }
}

/* =========================================================
   v25 fixed import + nav text vertical alignment
   ========================================================= */
.sj-approved-nav a,
.sj-approved-header .small-button,
body:has(.sj-approved-home) .sj-approved-nav a,
body:has(.sj-approved-home) .sj-approved-header .small-button {
  transform: translateY(5px) !important;
}

.sj-approved-nav a.active,
body:has(.sj-approved-home) .sj-approved-nav a.active {
  border-bottom-color: #ffffff !important;
}

@media (max-width: 768px) {
  .sj-approved-nav a,
  body:has(.sj-approved-home) .sj-approved-nav a {
    transform: none !important;
  }
}


/* =========================================================
   v26 Select Your Product troubleshooting image cards
   ========================================================= */
.sj-troubleshooting-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 24px 0 10px !important;
}

.sj-troubleshooting-card {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  min-height: 250px !important;
  border: 1px solid #e6ebf2 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: #111827 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.045) !important;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease !important;
}

.sj-troubleshooting-card:hover,
.sj-troubleshooting-card:focus {
  transform: translateY(-2px) !important;
  border-color: #1f4cc4 !important;
  box-shadow: 0 18px 40px rgba(31, 76, 196, 0.12) !important;
}

.sj-troubleshooting-image-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 168px !important;
  background: #f4f6fa !important;
  border-bottom: 1px solid #eef1f6 !important;
}

.sj-troubleshooting-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.sj-troubleshooting-title {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 auto !important;
  min-height: 78px !important;
  padding: 16px 18px !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
  text-align: center !important;
}

@media (max-width: 900px) {
  .sj-troubleshooting-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .sj-troubleshooting-card-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .sj-troubleshooting-card {
    min-height: 220px !important;
  }
  .sj-troubleshooting-image-wrap {
    height: 145px !important;
  }
}

/* =========================================================
   v27 cleaner Logitech-style troubleshooting product grid
   ========================================================= */
.sj-logi-content-list:has(.sj-troubleshooting-card-grid) {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sj-troubleshooting-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 34px 32px !important;
  margin: 34px auto 18px !important;
  max-width: 1120px !important;
}

.sj-troubleshooting-card {
  min-height: 280px !important;
  padding: 18px 12px 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: visible !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.sj-troubleshooting-card:hover,
.sj-troubleshooting-card:focus {
  transform: translateY(-3px) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.sj-troubleshooting-card:hover .sj-troubleshooting-title,
.sj-troubleshooting-card:focus .sj-troubleshooting-title {
  color: #1f4cc4 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.sj-troubleshooting-image-wrap {
  width: 100% !important;
  height: 190px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.sj-troubleshooting-image-wrap img {
  width: 100% !important;
  height: 185px !important;
  object-fit: contain !important;
  mix-blend-mode: multiply !important;
  filter: drop-shadow(0 12px 18px rgba(17, 24, 39, .08)) !important;
  transition: transform .18s ease !important;
}

.sj-troubleshooting-card:hover .sj-troubleshooting-image-wrap img,
.sj-troubleshooting-card:focus .sj-troubleshooting-image-wrap img {
  transform: scale(1.035) !important;
}

.sj-troubleshooting-title {
  flex: 0 0 auto !important;
  min-height: 0 !important;
  padding: 14px 6px 0 !important;
  color: #0f172a !important;
  font-size: 16px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .01em !important;
}

@media (max-width: 1024px) {
  .sj-troubleshooting-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 30px 24px !important;
  }
}

@media (max-width: 760px) {
  .sj-troubleshooting-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 18px !important;
  }
  .sj-troubleshooting-card {
    min-height: 235px !important;
    padding: 12px 8px 18px !important;
  }
  .sj-troubleshooting-image-wrap {
    height: 150px !important;
  }
  .sj-troubleshooting-image-wrap img {
    height: 145px !important;
  }
  .sj-troubleshooting-title {
    font-size: 13px !important;
  }
}

@media (max-width: 440px) {
  .sj-troubleshooting-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   v28 transparent troubleshooting product selector
   ========================================================= */
.sj-logi-content-list:has(.sj-troubleshooting-card-grid),
.sj-troubleshooting-card-grid,
.sj-troubleshooting-card,
.sj-troubleshooting-image-wrap {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.sj-troubleshooting-card {
  background-color: transparent !important;
  padding: 10px 6px 22px !important;
  min-height: 270px !important;
}

.sj-troubleshooting-card:hover,
.sj-troubleshooting-card:focus {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.sj-troubleshooting-image-wrap {
  background-color: transparent !important;
}

.sj-troubleshooting-title {
  text-transform: none !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}


/* =========================================================
   v29 remove visible white image boxes in troubleshooting grid
   ========================================================= */
.sj-troubleshooting-card-grid {
  background: transparent !important;
}

.sj-troubleshooting-card {
  background: transparent !important;
  isolation: isolate !important;
}

.sj-troubleshooting-image-wrap {
  background: transparent !important;
}

.sj-troubleshooting-image-wrap img {
  background: transparent !important;
}


/* =========================================================
   v30 transparent PNG troubleshooting product cutouts
   ========================================================= */
.sj-troubleshooting-card-grid {
  background: transparent !important;
  gap: 44px 46px !important;
}
.sj-troubleshooting-card,
.sj-troubleshooting-card:hover,
.sj-troubleshooting-card:focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.sj-troubleshooting-image-wrap {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 205px !important;
}
.sj-troubleshooting-image-wrap img {
  background: transparent !important;
  mix-blend-mode: normal !important;
  height: 200px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 12px 16px rgba(17,24,39,.08)) !important;
}
.sj-troubleshooting-title {
  padding-top: 12px !important;
}
@media (max-width: 760px) {
  .sj-troubleshooting-image-wrap { height: 160px !important; }
  .sj-troubleshooting-image-wrap img { height: 155px !important; }
}


/* =========================================================
   v31 link updates + Warranty & Coverage landing page
   ========================================================= */
.sj-warranty-link-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  max-width: 900px !important;
  margin: 30px auto 48px !important;
}
.sj-warranty-link-card {
  display: block !important;
  padding: 22px 24px !important;
  border: 1px solid #e1e7f0 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #101828 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .045) !important;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease !important;
}
.sj-warranty-link-card span {
  display: inline-block !important;
  margin-bottom: 8px !important;
  color: #1f4cc4 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.sj-warranty-link-card strong {
  display: block !important;
  color: #101828 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}
.sj-warranty-link-card:hover,
.sj-warranty-link-card:focus {
  transform: translateY(-2px) !important;
  border-color: #1f4cc4 !important;
  box-shadow: 0 18px 40px rgba(31, 76, 196, .12) !important;
}
.sj-warranty-link-card--primary {
  border-color: #1f4cc4 !important;
}
@media (max-width: 680px) {
  .sj-warranty-link-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v49: Visually remove the Generative Answers "Ask a follow-up question"
   input. The field renders inside a sealed Zendesk component the theme
   cannot restyle directly, so an opaque cover matching the card background
   is placed over the input area once script.js confirms a quick answer has
   rendered (class sj-ga-cover-followup). Tuning knob: the height below
   (74px) controls how much of the card bottom is covered - lower it if it
   ever clips the thumbs controls, raise it if part of the input peeks out.
   The v48 messenger-to-Mavenoid redirect in script.js remains as a safety
   net for keyboard users who tab into the hidden field and press Enter. */
.sj-generative-answer {
  position: relative;
}
.sj-generative-answer.sj-ga-cover-followup::after {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  height: 74px;
  background: #fff;
  border-radius: 0 0 14px 14px;
  z-index: 5;
}

/* v49: All-articles knowledge base index (/hc/en-us/p/all_articles) */
.sj-all-articles-toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0 8px;
  flex-wrap: wrap;
}
.sj-all-articles-toolbar input[type="search"] {
  flex: 1 1 320px;
  max-width: 480px;
  padding: 10px 16px;
  border: 1px solid #d5d9e0;
  border-radius: 999px;
  font-size: 15px;
  color: #333333;
}
.sj-all-articles-toolbar input[type="search"]:focus {
  outline: none;
  border-color: #1946BA;
  box-shadow: 0 0 0 3px rgba(25, 70, 186, .15);
}
#sj-aa-count {
  color: #333333;
  font-size: 14px;
}
.sj-all-articles-status {
  padding: 32px 0;
  color: #333333;
}
.sj-aa-category {
  margin: 32px 0;
}
.sj-aa-category > h2 {
  color: #1946BA;
  border-bottom: 2px solid #e4e8ef;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.sj-aa-section {
  margin: 16px 0 20px;
}
.sj-aa-section > h3 {
  color: #333333;
  font-size: 17px;
  margin: 0 0 8px;
}
.sj-aa-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 32px;
}
@media (max-width: 760px) {
  .sj-aa-section ul { columns: 1; }
}
.sj-aa-section li {
  break-inside: avoid;
  padding: 4px 0;
}
.sj-aa-section li a {
  color: #1946BA;
  text-decoration: none;
}
.sj-aa-section li a:hover {
  text-decoration: underline;
}
.sj-logi-browse-all-wrap {
  margin-top: 8px;
}
.sj-logi-browse-all-wrap a {
  color: #1946BA;
  font-weight: 600;
  text-decoration: none;
}
.sj-logi-browse-all-wrap a:hover {
  text-decoration: underline;
}

/* v52: Home page article lists - cap the Promoted list at 10 entries
   (the Popular list is capped in script.js). */
#sj-promoted-articles li:nth-child(n+11) {
  display: none;
}
.sj-popular-loading {
  color: #333333;
  opacity: .6;
}

/* ===== All Articles: product-type groups (v63) ===== */
.sj-all-articles-page .sj-troubleshooting-card-grid { margin-bottom: 40px !important; }
.sj-aa-group { border-bottom: 1px solid #e5e7eb; padding: 6px 0; }
.sj-aa-group-summary { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; padding: 16px 4px; }
.sj-aa-group-summary::-webkit-details-marker { display: none; }
.sj-aa-group-name { font-size: 20px; font-weight: 900; text-transform: uppercase; letter-spacing: .01em; color: #0f172a; position: relative; padding-left: 26px; }
.sj-aa-group-name::before { content: ''; position: absolute; left: 2px; top: 50%; width: 10px; height: 10px; border-right: 2px solid #1946BA; border-bottom: 2px solid #1946BA; transform: translateY(-70%) rotate(45deg); transition: transform .15s ease; }
.sj-aa-group[open] .sj-aa-group-name::before { transform: translateY(-40%) rotate(225deg); }
.sj-aa-group-summary:hover .sj-aa-group-name { color: #1f4cc4; }
.sj-aa-group-count { font-size: 13px; color: #6b7280; white-space: nowrap; }
.sj-aa-group .sj-aa-section { padding: 0 4px 8px 26px; }
.sj-aa-card-count { display: block; margin-top: 4px; font-size: 12px; font-weight: 600; color: #6b7280; text-transform: none; letter-spacing: 0; }
.sj-aa-most-helpful { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px 16px !important; margin: 10px 0 16px; }
.sj-aa-most-helpful > h3 { color: #1946BA; }
.sj-aa-most-helpful ul { columns: 1 !important; }
.sj-aa-empty { max-width: 560px; margin: 40px auto; padding: 32px 28px; text-align: center; background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 10px; color: #333333; }
.sj-aa-empty-title { font-size: 19px; font-weight: 800; color: #0f172a; margin-bottom: 6px; }
.sj-aa-empty-chat { margin-top: 16px; padding: 12px 26px; background: #FF6600; color: #ffffff; font-size: 15px; font-weight: 800; border: 0; border-radius: 6px; cursor: pointer; }
.sj-aa-empty-chat:hover { filter: brightness(1.06); }


/* Shop Joe brand font update: DM Sans for titles and emphasized text */
:root {
  --sj-brand-heading-font: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
strong, b,
.article-title,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.section-title,
.category-title,
.search-results-title,
.sj-approved-topic-title,
.sj-troubleshooting-card-title,
.sj-warranty-link-card strong,
.sj-warranty-link-card-title,
.footer-title,
.contact-us-footer-title,
.promoted-articles-title,
.promoted-articles h3,
.recent-articles h3,
.related-articles h3,
.sidenav-title,
.breadcrumbs,
.hero-title,
.quick-answer-title {
  font-family: var(--sj-brand-heading-font) !important;
}

h1, h2, h3, h4, h5, h6,
.article-title,
.section-title,
.category-title,
.search-results-title,
.sj-approved-topic-title,
.sj-troubleshooting-card-title,
.footer-title,
.contact-us-footer-title {
  font-weight: 700;
}

strong, b {
  font-weight: 700;
}

/* =========================================================
   v49: All Support Articles branded category grid refresh
   ========================================================= */
.sj-all-articles-page {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 72%) !important;
  padding-bottom: 56px !important;
}

.sj-all-articles-page .sj-logi-container {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 38px 22px 64px !important;
}

.sj-all-articles-page .sj-logi-page-hero {
  padding: 0 !important;
  margin: 0 0 26px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
}

.sj-all-articles-page .sj-logi-overline {
  display: inline-flex !important;
  align-items: center !important;
  padding: 5px 13px !important;
  border: 1px solid rgba(25, 70, 186, .18) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .82) !important;
  color: #163d9f !important;
  font-family: var(--sj-brand-heading-font, "DM Sans", sans-serif) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  margin: 0 0 12px !important;
}

.sj-all-articles-page .sj-logi-page-hero h1 {
  color: #071126 !important;
  font-family: var(--sj-brand-heading-font, "DM Sans", sans-serif) !important;
  font-size: clamp(38px, 5vw, 58px) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  margin: 0 0 14px !important;
}

.sj-all-articles-page .sj-logi-page-hero > p:not(.sj-logi-overline) {
  color: #334155 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin: 0 0 24px !important;
}

.sj-all-articles-page .sj-logi-search {
  max-width: 780px !important;
  margin: 0 !important;
}

.sj-all-articles-page .sj-logi-search form.search,
.sj-all-articles-page .sj-logi-search .search {
  border: 1px solid #d9e1ec !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06) !important;
}

.sj-all-articles-toolbar {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin: 18px 0 38px !important;
  flex-wrap: wrap !important;
}

.sj-all-articles-toolbar input[type="search"] {
  flex: 0 1 430px !important;
  max-width: 520px !important;
  min-height: 44px !important;
  padding: 11px 18px !important;
  border: 1px solid #d5dce7 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #1f2937 !important;
  font-size: 15px !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .035) !important;
}

.sj-all-articles-toolbar input[type="search"]:focus {
  outline: none !important;
  border-color: #1946BA !important;
  box-shadow: 0 0 0 4px rgba(25, 70, 186, .13), 0 8px 18px rgba(15, 23, 42, .04) !important;
}

.sj-all-articles-page #sj-aa-count {
  color: #334155 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.sj-all-articles-page .sj-troubleshooting-card-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px 26px !important;
  max-width: 100% !important;
  margin: 0 auto 46px !important;
  background: transparent !important;
}

.sj-all-articles-page .sj-troubleshooting-card,
.sj-all-articles-page .sj-troubleshooting-card:hover,
.sj-all-articles-page .sj-troubleshooting-card:focus {
  min-height: 258px !important;
  padding: 22px 18px 20px !important;
  border: 1px solid rgba(207, 216, 226, .78) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .055) !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.sj-all-articles-page .sj-troubleshooting-card:hover,
.sj-all-articles-page .sj-troubleshooting-card:focus {
  transform: translateY(-4px) !important;
  border-color: rgba(25, 70, 186, .35) !important;
  box-shadow: 0 24px 48px rgba(25, 70, 186, .13) !important;
}

.sj-all-articles-page .sj-troubleshooting-image-wrap {
  width: 100% !important;
  height: 155px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.sj-all-articles-page .sj-troubleshooting-image-wrap img {
  display: block !important;
  width: auto !important;
  max-width: 92% !important;
  height: auto !important;
  max-height: 148px !important;
  object-fit: contain !important;
  mix-blend-mode: normal !important;
  background: transparent !important;
  filter: drop-shadow(0 15px 18px rgba(15, 23, 42, .09)) !important;
  transition: transform .18s ease !important;
}

.sj-all-articles-page .sj-troubleshooting-card:hover .sj-troubleshooting-image-wrap img,
.sj-all-articles-page .sj-troubleshooting-card:focus .sj-troubleshooting-image-wrap img {
  transform: scale(1.035) !important;
}

.sj-all-articles-page .sj-troubleshooting-title {
  display: block !important;
  min-height: 0 !important;
  padding: 18px 2px 0 !important;
  color: #071126 !important;
  font-family: var(--sj-brand-heading-font, "DM Sans", sans-serif) !important;
  font-size: 18px !important;
  line-height: 1.14 !important;
  font-weight: 900 !important;
  letter-spacing: -.025em !important;
  text-align: center !important;
  text-transform: none !important;
}

.sj-all-articles-page .sj-troubleshooting-card:hover .sj-troubleshooting-title,
.sj-all-articles-page .sj-troubleshooting-card:focus .sj-troubleshooting-title {
  color: #1946BA !important;
  text-decoration: none !important;
}

.sj-all-articles-page .sj-aa-card-count {
  margin-top: 8px !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-align: center !important;
}

.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="aqua-joe-watering"] img {
  max-width: 82% !important;
  max-height: 142px !important;
}
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="batteries-chargers"] img {
  max-width: 88% !important;
  max-height: 135px !important;
}
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="ice-melt"] img {
  max-width: 68% !important;
  max-height: 150px !important;
}
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="fire-pits"] img {
  max-width: 78% !important;
  max-height: 142px !important;
}
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="everything-else"] img {
  max-width: 46% !important;
  max-height: 126px !important;
  filter: drop-shadow(0 10px 14px rgba(25, 70, 186, .08)) !important;
}

.sj-all-articles-page .sj-aa-group {
  background: #ffffff !important;
  border: 1px solid #e5eaf1 !important;
  border-radius: 14px !important;
  padding: 0 !important;
  margin: 12px 0 !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .035) !important;
  overflow: hidden !important;
}

.sj-all-articles-page .sj-aa-group-summary {
  padding: 18px 20px !important;
}

.sj-all-articles-page .sj-aa-group-name {
  font-family: var(--sj-brand-heading-font, "DM Sans", sans-serif) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  text-transform: none !important;
  letter-spacing: -.01em !important;
}

.sj-all-articles-page .sj-aa-group-count {
  color: #64748b !important;
  font-weight: 700 !important;
}

@media (max-width: 1080px) {
  .sj-all-articles-page .sj-troubleshooting-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .sj-all-articles-page .sj-logi-container {
    padding: 28px 16px 48px !important;
  }
  .sj-all-articles-page .sj-troubleshooting-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
  .sj-all-articles-page .sj-troubleshooting-card {
    min-height: 230px !important;
    padding: 18px 12px !important;
  }
  .sj-all-articles-page .sj-troubleshooting-image-wrap {
    height: 132px !important;
  }
  .sj-all-articles-page .sj-troubleshooting-image-wrap img {
    max-height: 124px !important;
  }
  .sj-all-articles-page .sj-troubleshooting-title {
    font-size: 15px !important;
  }
}

@media (max-width: 460px) {
  .sj-all-articles-page .sj-troubleshooting-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v53: All Support Articles intent-category cards */
.sj-all-articles-page .sj-aa-support-card .sj-troubleshooting-image-wrap img {
  max-height: 104px !important;
  max-width: 104px !important;
  filter: drop-shadow(0 12px 16px rgba(25, 70, 186, .10)) !important;
}

.sj-all-articles-page .sj-aa-support-card .sj-troubleshooting-image-wrap {
  height: 142px !important;
}

/* =========================================================
   v58: Open product-category style for All Articles + Select Product
   Matches Shop Joe product family grid: clean cutouts, soft circles,
   no boxed cards, no horizontal overflow.
   ========================================================= */
.sj-all-articles-page,
.sj-logi-index-page {
  overflow-x: hidden !important;
}

.sj-all-articles-page .sj-logi-container {
  max-width: 1200px !important;
}

.sj-all-articles-page .sj-troubleshooting-card-grid,
.sj-logi-content-list .sj-troubleshooting-card-grid,
.sj-troubleshooting-card-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(130px, 1fr)) !important;
  column-gap: 28px !important;
  row-gap: 54px !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 12px 0 32px !important;
  background: transparent !important;
  overflow: visible !important;
}

.sj-all-articles-page .sj-troubleshooting-card,
.sj-logi-content-list .sj-troubleshooting-card,
.sj-troubleshooting-card,
.sj-all-articles-page .sj-troubleshooting-card:hover,
.sj-all-articles-page .sj-troubleshooting-card:focus,
.sj-logi-content-list .sj-troubleshooting-card:hover,
.sj-logi-content-list .sj-troubleshooting-card:focus {
  position: relative !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
  text-decoration: none !important;
  transform: none !important;
}

.sj-all-articles-page .sj-troubleshooting-card:hover,
.sj-all-articles-page .sj-troubleshooting-card:focus,
.sj-logi-content-list .sj-troubleshooting-card:hover,
.sj-logi-content-list .sj-troubleshooting-card:focus,
.sj-troubleshooting-card:hover,
.sj-troubleshooting-card:focus {
  box-shadow: none !important;
  border-color: transparent !important;
  outline: none !important;
}

.sj-all-articles-page .sj-troubleshooting-card:focus-visible,
.sj-logi-content-list .sj-troubleshooting-card:focus-visible,
.sj-troubleshooting-card:focus-visible {
  outline: 3px solid rgba(25, 70, 186, .35) !important;
  outline-offset: 10px !important;
  border-radius: 18px !important;
}

.sj-all-articles-page .sj-troubleshooting-image-wrap,
.sj-logi-content-list .sj-troubleshooting-image-wrap,
.sj-troubleshooting-image-wrap {
  position: relative !important;
  width: 168px !important;
  height: 168px !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 14px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.sj-all-articles-page .sj-troubleshooting-image-wrap::before,
.sj-logi-content-list .sj-troubleshooting-image-wrap::before,
.sj-troubleshooting-image-wrap::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 128px !important;
  height: 128px !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 999px !important;
  background: #f1f2ef !important;
  box-shadow: none !important;
  z-index: 0 !important;
}

.sj-all-articles-page .sj-troubleshooting-image-wrap img,
.sj-logi-content-list .sj-troubleshooting-image-wrap img,
.sj-troubleshooting-image-wrap img {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 166px !important;
  max-height: 158px !important;
  object-fit: contain !important;
  mix-blend-mode: normal !important;
  background: transparent !important;
  filter: drop-shadow(0 12px 14px rgba(15, 23, 42, .10)) !important;
  transform: none !important;
  transition: transform .18s ease !important;
}

.sj-all-articles-page .sj-troubleshooting-card:hover .sj-troubleshooting-image-wrap img,
.sj-all-articles-page .sj-troubleshooting-card:focus .sj-troubleshooting-image-wrap img,
.sj-logi-content-list .sj-troubleshooting-card:hover .sj-troubleshooting-image-wrap img,
.sj-logi-content-list .sj-troubleshooting-card:focus .sj-troubleshooting-image-wrap img,
.sj-troubleshooting-card:hover .sj-troubleshooting-image-wrap img,
.sj-troubleshooting-card:focus .sj-troubleshooting-image-wrap img {
  transform: translateY(-3px) scale(1.03) !important;
}

.sj-all-articles-page .sj-troubleshooting-title,
.sj-logi-content-list .sj-troubleshooting-title,
.sj-troubleshooting-title {
  display: block !important;
  min-height: 0 !important;
  padding: 0 4px !important;
  margin: 0 !important;
  color: #1f2933 !important;
  font-family: var(--sj-brand-heading-font, "DM Sans", sans-serif) !important;
  font-size: 15px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
  text-align: center !important;
  text-transform: none !important;
}

.sj-all-articles-page .sj-troubleshooting-card:hover .sj-troubleshooting-title,
.sj-all-articles-page .sj-troubleshooting-card:focus .sj-troubleshooting-title,
.sj-logi-content-list .sj-troubleshooting-card:hover .sj-troubleshooting-title,
.sj-logi-content-list .sj-troubleshooting-card:focus .sj-troubleshooting-title,
.sj-troubleshooting-card:hover .sj-troubleshooting-title,
.sj-troubleshooting-card:focus .sj-troubleshooting-title {
  color: #1946BA !important;
  text-decoration: none !important;
}

.sj-all-articles-page .sj-aa-card-count {
  margin-top: 7px !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-align: center !important;
}

/* Product-specific sizing for the open circle grid */
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="leaf-blowers-vacuums"] img,
.sj-logi-content-list .sj-troubleshooting-card[href*="Leaf-Blower"] img {
  max-width: 178px !important;
  max-height: 92px !important;
}
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="aqua-joe-watering"] img {
  max-width: 158px !important;
  max-height: 150px !important;
}
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="pressure-washers"] img,
.sj-logi-content-list .sj-troubleshooting-card[href*="Pressure-Washer"] img {
  max-width: 142px !important;
  max-height: 166px !important;
}
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="batteries-chargers"] img {
  max-width: 168px !important;
  max-height: 115px !important;
}
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="ice-melt"] img {
  max-width: 118px !important;
  max-height: 154px !important;
}
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="fire-pits"] img {
  max-width: 160px !important;
  max-height: 132px !important;
}
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="everything-else"] img {
  max-width: 86px !important;
  max-height: 86px !important;
  filter: drop-shadow(0 10px 12px rgba(25, 70, 186, .08)) !important;
}

/* Make support-intent icons match the same circle system instead of boxed cards */
.sj-all-articles-page .sj-aa-support-card .sj-troubleshooting-image-wrap {
  width: 168px !important;
  height: 168px !important;
}
.sj-all-articles-page .sj-aa-support-card .sj-troubleshooting-image-wrap::before {
  background: #eef3ff !important;
}
.sj-all-articles-page .sj-aa-support-card .sj-troubleshooting-image-wrap img {
  max-width: 78px !important;
  max-height: 78px !important;
  filter: drop-shadow(0 8px 12px rgba(25, 70, 186, .10)) !important;
}

@media (max-width: 1180px) {
  .sj-all-articles-page .sj-troubleshooting-card-grid,
  .sj-logi-content-list .sj-troubleshooting-card-grid,
  .sj-troubleshooting-card-grid {
    grid-template-columns: repeat(4, minmax(130px, 1fr)) !important;
    max-width: 900px !important;
  }
}

@media (max-width: 760px) {
  .sj-all-articles-page .sj-troubleshooting-card-grid,
  .sj-logi-content-list .sj-troubleshooting-card-grid,
  .sj-troubleshooting-card-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr)) !important;
    gap: 34px 18px !important;
    max-width: 520px !important;
  }
  .sj-all-articles-page .sj-troubleshooting-image-wrap,
  .sj-logi-content-list .sj-troubleshooting-image-wrap,
  .sj-troubleshooting-image-wrap {
    width: 142px !important;
    height: 142px !important;
  }
  .sj-all-articles-page .sj-troubleshooting-image-wrap::before,
  .sj-logi-content-list .sj-troubleshooting-image-wrap::before,
  .sj-troubleshooting-image-wrap::before {
    width: 108px !important;
    height: 108px !important;
  }
  .sj-all-articles-page .sj-troubleshooting-image-wrap img,
  .sj-logi-content-list .sj-troubleshooting-image-wrap img,
  .sj-troubleshooting-image-wrap img {
    max-width: 138px !important;
    max-height: 128px !important;
  }
  .sj-all-articles-page .sj-troubleshooting-title,
  .sj-logi-content-list .sj-troubleshooting-title,
  .sj-troubleshooting-title {
    font-size: 14px !important;
  }
}

/* =========================================================
   v59 urgent visual cleanup: consistent open-category circles
   - Everything Else matches the support-icon circle style
   - Fire Pits circle uses the same visible circle size
   - Troubleshooting product circles are easier to see on gray page background
   ========================================================= */
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="everything-else"] .sj-troubleshooting-image-wrap::before {
  background: #eef3ff !important;
  width: 128px !important;
  height: 128px !important;
}

.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="everything-else"] img {
  max-width: 78px !important;
  max-height: 78px !important;
  filter: drop-shadow(0 8px 12px rgba(25, 70, 186, .10)) !important;
}

.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="fire-pits"] .sj-troubleshooting-image-wrap::before {
  width: 136px !important;
  height: 136px !important;
}

.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="fire-pits"] img {
  max-width: 156px !important;
  max-height: 128px !important;
}

.sj-logi-index-page .sj-troubleshooting-image-wrap::before,
.sj-logi-content-list .sj-troubleshooting-image-wrap::before {
  background: #eef3ff !important;
  width: 136px !important;
  height: 136px !important;
}

.sj-logi-index-page .sj-troubleshooting-card,
.sj-logi-content-list .sj-troubleshooting-card {
  background: transparent !important;
}

@media (max-width: 760px) {
  .sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="everything-else"] .sj-troubleshooting-image-wrap::before,
  .sj-logi-index-page .sj-troubleshooting-image-wrap::before,
  .sj-logi-content-list .sj-troubleshooting-image-wrap::before {
    width: 112px !important;
    height: 112px !important;
  }
  .sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="fire-pits"] .sj-troubleshooting-image-wrap::before {
    width: 112px !important;
    height: 112px !important;
  }
}

/* =========================================================
   v60: Everything Else support icon consistency + hover state
   - default uses the same pale-blue circle and white inner ring as support icons
   - hover/focus adds the blue highlight instead of showing a blue ring by default
   ========================================================= */
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="everything-else"].sj-aa-support-card .sj-troubleshooting-image-wrap::before {
  background: #eef3ff !important;
  width: 136px !important;
  height: 136px !important;
}

.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="everything-else"].sj-aa-support-card img {
  max-width: 78px !important;
  max-height: 78px !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  filter: drop-shadow(0 8px 12px rgba(25, 70, 186, .10)) !important;
}

.sj-all-articles-page .sj-aa-support-card:hover .sj-troubleshooting-image-wrap::before,
.sj-all-articles-page .sj-aa-support-card:focus .sj-troubleshooting-image-wrap::before,
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="everything-else"]:hover .sj-troubleshooting-image-wrap::before,
.sj-all-articles-page .sj-troubleshooting-card[data-sj-aa-group="everything-else"]:focus .sj-troubleshooting-image-wrap::before {
  background: #dfe9ff !important;
  box-shadow: 0 0 0 2px rgba(25, 70, 186, .18), 0 18px 34px rgba(15, 23, 42, .10) !important;
}

.sj-all-articles-page .sj-aa-support-card:hover img,
.sj-all-articles-page .sj-aa-support-card:focus img {
  filter: drop-shadow(0 10px 14px rgba(25, 70, 186, .16)) !important;
}

/* =========================================================
   v65: Order Support article only
   - Product/article HTML remains untouched across the Help Center.
   - These styles activate only when the article title is exactly "Order Support".
   ========================================================= */
body.sj-order-support-article-only .article-body .subtitle {
  color: #647084 !important;
  font-size: 14px !important;
  margin: 0 0 28px !important;
}

body.sj-order-support-article-only .article-body .toc {
  margin: 0 0 32px !important;
  padding: 18px 22px !important;
  background: #f9fbff !important;
  border: 1px solid #dce3ef !important;
  border-radius: 10px !important;
}

body.sj-order-support-article-only .article-body .toc p {
  margin: 0 0 10px !important;
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

body.sj-order-support-article-only .article-body .toc ul {
  margin: 0 !important;
  padding-left: 20px !important;
}

body.sj-order-support-article-only .article-body .toc li {
  margin-bottom: 5px !important;
  font-size: 14px !important;
}

body.sj-order-support-article-only .article-body h2 {
  margin: 36px 0 10px !important;
  padding-left: 13px !important;
  border-left: 4px solid #FF6600 !important;
  color: #1946BA !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

body.sj-order-support-article-only .article-body h3 {
  margin: 24px 0 7px !important;
  color: #222f44 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

body.sj-order-support-article-only .article-body .note-box,
body.sj-order-support-article-only .article-body .warning-box {
  margin: 18px 0 !important;
  padding: 14px 18px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body.sj-order-support-article-only .article-body .note-box {
  background: #f0f4ff !important;
  border-left: 4px solid #1946BA !important;
}

body.sj-order-support-article-only .article-body .warning-box {
  background: #fff7f0 !important;
  border-left: 4px solid #FF6600 !important;
}

body.sj-order-support-article-only .article-body .cta-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 10px 20px !important;
  margin-top: 8px !important;
  background: #FF6600 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

body.sj-order-support-article-only .article-body .section-divider,
body.sj-order-support-article-only .article-body hr.section-divider {
  margin: 36px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid #d9e0eb !important;
}

/* =========================================================
   v59 footer contact accent text -> white
   (was Sun Joe green #c3cf21: sub strong + contact links)
   ========================================================= */
body:has(.sj-approved-home) .sj-contact-sub strong,
.sj-contact-sub strong,
body:has(.sj-approved-home) .sj-contact-link,
.sj-contact-link {
  color: #ffffff !important;
}

/* =========================================================
   v61 four-brand support bar (Snow / Sun / Aqua / Auto Joe)
   full-bleed row of 4 linked panels, between article lists
   and contact block. Mirrors the shopjoe.com homepage bar.
   ========================================================= */
body:has(.sj-approved-home) .sj-brand-bar,
.sj-brand-bar {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  line-height: 0 !important;
  font-size: 0 !important;
  overflow: hidden !important;
}
body:has(.sj-approved-home) .sj-brand-bar__panel,
.sj-brand-bar__panel {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  text-decoration: none !important;
}
body:has(.sj-approved-home) .sj-brand-bar__panel img,
.sj-brand-bar__panel img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border: 0 !important;
}
@media (max-width: 600px) {
  body:has(.sj-approved-home) .sj-brand-bar,
  .sj-brand-bar {
    grid-template-columns: repeat(2, 1fr) !important;
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}


/* =========================================================
   ShopJoe-style footer refresh
   ========================================================= */
.sj-shopjoe-footer {
  background: #f5f5f5;
  border-top: 1px solid #cfcfcf;
  padding: 24px 32px 22px;
  color: #111827;
}

.sj-shopjoe-footer__main {
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 1px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.sj-shopjoe-footer__heading {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 12px;
}

.sj-shopjoe-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sj-pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1;
  white-space: nowrap;
}

.sj-shopjoe-footer__divider {
  width: 1px;
  height: 68px;
  background: #d2d2d2;
  justify-self: center;
}

.sj-shopjoe-social-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sj-shopjoe-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000 !important;
  text-decoration: none;
}

.sj-shopjoe-social-links svg {
  width: 24px;
  height: 24px;
  display: block;
}

.sj-shopjoe-footer__cta {
  justify-self: end;
}

.sj-shopjoe-shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #5c3df5;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.sj-shopjoe-shop-btn:hover {
  background: #4f31ef;
}

.sj-shopjoe-footer__legal,
.sj-shopjoe-footer__copy {
  max-width: 1800px;
  margin: 18px auto 0;
  text-align: center;
}

.sj-shopjoe-footer__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.sj-shopjoe-footer__legal a {
  color: #1f2937 !important;
  text-decoration: underline;
  font-size: 12px;
}

.sj-shopjoe-footer__copy,
.sj-shopjoe-footer__copy a {
  color: #6b7280 !important;
  font-size: 11px;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .sj-shopjoe-footer__main {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: left;
  }

  .sj-shopjoe-footer__divider {
    display: none;
  }

  .sj-shopjoe-footer__cta {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .sj-shopjoe-footer {
    padding: 20px 16px 18px;
  }

  .sj-shopjoe-social-links {
    gap: 14px;
  }

  .sj-shopjoe-footer__legal {
    gap: 10px 14px;
  }

  .sj-shopjoe-footer__copy {
    line-height: 1.5;
  }
}


/* =========================================================
   ShopJoe footer refinement pass
   ========================================================= */
.sj-shopjoe-footer {
  background: #f5f5f5 !important;
  border-top: 1px solid #cfcfcf !important;
  padding: 22px 24px 20px !important;
}

.sj-shopjoe-footer__main,
.sj-shopjoe-footer__legal,
.sj-shopjoe-footer__copy {
  max-width: 1820px !important;
}

.sj-shopjoe-footer__main {
  grid-template-columns: minmax(0, 1.6fr) 1px minmax(0, .9fr) auto !important;
  gap: 34px !important;
  align-items: center !important;
}

.sj-shopjoe-footer__payments,
.sj-shopjoe-footer__social,
.sj-shopjoe-footer__cta {
  min-width: 0;
}

.sj-shopjoe-footer__heading {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 14px !important;
  color: #111 !important;
}

.sj-shopjoe-badges {
  gap: 8px !important;
}

.sj-pay-badge {
  min-height: 28px !important;
  padding: 0 11px !important;
  border: 1px solid #dddddd !important;
  border-radius: 4px !important;
  background: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  box-shadow: 0 0 0 1px rgba(0,0,0,.01);
}

.sj-shopjoe-footer__divider {
  height: 70px !important;
  background: #d0d0d0 !important;
}

.sj-shopjoe-social-links {
  gap: 18px !important;
}

.sj-shopjoe-social-links a {
  width: 34px !important;
  height: 34px !important;
  color: #000 !important;
}

.sj-shopjoe-social-links svg {
  width: 26px !important;
  height: 26px !important;
}

.sj-shopjoe-shop-btn {
  min-height: 40px !important;
  padding: 0 18px !important;
  background: #5b3df5 !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.sj-shopjoe-footer__legal {
  margin-top: 20px !important;
  gap: 12px !important;
}

.sj-shopjoe-footer__legal a {
  font-size: 12px !important;
  color: #1f2937 !important;
  text-decoration: underline !important;
}

.sj-shopjoe-footer__copy,
.sj-shopjoe-footer__copy a {
  margin-top: 10px !important;
  font-size: 11px !important;
  color: #6b7280 !important;
}

@media (max-width: 1200px) {
  .sj-shopjoe-footer__main {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    align-items: start !important;
  }

  .sj-shopjoe-footer__divider {
    display: none !important;
  }

  .sj-shopjoe-footer__cta {
    justify-self: start !important;
  }
}

/* Final footer layout: payments removed, socials centered, legal links lower */
.sj-shopjoe-footer__main {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 1820px !important;
  margin: 0 auto !important;
  min-height: 105px !important;
}

.sj-shopjoe-footer__social {
  width: 100% !important;
  text-align: center !important;
}

.sj-shopjoe-footer__heading {
  text-align: center !important;
}

.sj-shopjoe-social-links {
  justify-content: center !important;
}

.sj-shopjoe-footer__legal {
  margin-top: 42px !important;
}

.sj-shopjoe-footer__copy {
  margin-top: 12px !important;
}

.sj-shopjoe-footer__payments,
.sj-shopjoe-footer__divider,
.sj-shopjoe-footer__cta,
.sj-contact-block {
  display: none !important;
}


/* =========================================================
   Final website-fit Shop Joe brand bar
   ========================================================= */
html,
body {
  overflow-x: hidden !important;
}

/* Remove the legacy footer gap so the banner and footer connect cleanly. */
.footer {
  margin-top: 0 !important;
  padding: 0 !important;
}

body:has(.sj-approved-home) .sj-approved-articles {
  padding-bottom: 0 !important;
}

body:has(.sj-approved-home) .sj-brand-bar,
.sj-brand-bar {
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100vw !important;
  max-width: none !important;
  height: clamp(126px, 9.25vw, 178px) !important;
  margin: 32px 0 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  background: #000 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  box-sizing: border-box !important;
}

body:has(.sj-approved-home) .sj-brand-bar__panel,
.sj-brand-bar__panel {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  text-decoration: none !important;
}

body:has(.sj-approved-home) .sj-brand-bar__panel img,
.sj-brand-bar__panel img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* The clean footer begins immediately beneath the full-width brand bar. */
.sj-shopjoe-footer {
  border-top: 0 !important;
  margin-top: 0 !important;
}

@media (max-width: 700px) {
  body:has(.sj-approved-home) .sj-brand-bar,
  .sj-brand-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    height: auto !important;
    margin-top: 24px !important;
  }

  body:has(.sj-approved-home) .sj-brand-bar__panel,
  .sj-brand-bar__panel {
    aspect-ratio: 2.7 / 1 !important;
  }
}


/* =========================================================
   Final ShopJoe website-fit brand bar and clean footer
   ========================================================= */
.footer {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #f5f5f5 !important;
  overflow: visible !important;
}

.footer-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.sj-brand-bar,
body:has(.sj-approved-home) .sj-brand-bar {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  display: block !important;
  line-height: 0 !important;
  font-size: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.sj-brand-bar__image,
body:has(.sj-approved-home) .sj-brand-bar__image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.sj-brand-bar__link {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  display: block !important;
  width: 25% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
}

.sj-brand-bar__link--snow { left: 0 !important; }
.sj-brand-bar__link--sun  { left: 25% !important; }
.sj-brand-bar__link--aqua { left: 50% !important; }
.sj-brand-bar__link--auto { left: 75% !important; }

.sj-brand-bar__link:focus-visible {
  outline: 3px solid #ffffff !important;
  outline-offset: -5px !important;
}

.sj-shopjoe-footer {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 42px 24px 24px !important;
  border-top: 0 !important;
  background: #f5f5f5 !important;
}

.sj-shopjoe-footer__main {
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.sj-shopjoe-footer__social,
.sj-shopjoe-footer__heading,
.sj-shopjoe-social-links {
  text-align: center !important;
  justify-content: center !important;
}

.sj-shopjoe-footer__legal {
  margin-top: 48px !important;
}

.sj-shopjoe-footer__copy {
  margin-top: 12px !important;
}

.sj-shopjoe-footer__payments,
.sj-shopjoe-footer__divider,
.sj-shopjoe-footer__cta,
.sj-contact-block {
  display: none !important;
}

@media (max-width: 700px) {
  .sj-brand-bar,
  body:has(.sj-approved-home) .sj-brand-bar {
    width: 100vw !important;
  }

  .sj-brand-bar__image,
  body:has(.sj-approved-home) .sj-brand-bar__image {
    width: 180% !important;
    max-width: none !important;
    transform: translateX(-22.2%) !important;
  }

  .sj-shopjoe-footer {
    padding: 34px 16px 20px !important;
  }

  .sj-shopjoe-footer__legal {
    margin-top: 38px !important;
  }
}

/* Keep the four-brand banner aligned with its four click zones on small screens. */
@media (max-width: 700px) {
  .sj-brand-bar__image,
  body:has(.sj-approved-home) .sj-brand-bar__image {
    width: 100% !important;
    transform: none !important;
  }
}


/* =========================================================
   Footer color update to match support topic cards
   ========================================================= */
.footer,
.footer-inner,
.sj-shopjoe-footer {
  background: #F6F7F9 !important;
}


/* =========================================================
   Consistent monochrome social icons and hover behavior
   ========================================================= */
.sj-shopjoe-footer .sj-shopjoe-social-links {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
}

.sj-shopjoe-footer .sj-shopjoe-social-links a,
.sj-shopjoe-footer .sj-shopjoe-social-links a:link,
.sj-shopjoe-footer .sj-shopjoe-social-links a:visited,
.sj-shopjoe-footer .sj-shopjoe-social-links a:hover,
.sj-shopjoe-footer .sj-shopjoe-social-links a:active,
.sj-shopjoe-footer .sj-shopjoe-social-links a:focus {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000000 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: opacity .15s ease !important;
}

.sj-shopjoe-footer .sj-shopjoe-social-links a:hover,
.sj-shopjoe-footer .sj-shopjoe-social-links a:focus-visible {
  color: #000000 !important;
  background: transparent !important;
  opacity: .68 !important;
  text-decoration: none !important;
}

.sj-shopjoe-footer .sj-shopjoe-social-links a:focus-visible {
  outline: 2px solid #000000 !important;
  outline-offset: 3px !important;
}

.sj-shopjoe-footer .sj-shopjoe-social-links .sj-social-icon {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  flex: 0 0 24px !important;
  overflow: visible !important;
}

.sj-shopjoe-footer .sj-shopjoe-social-links .sj-social-icon path,
.sj-shopjoe-footer .sj-shopjoe-social-links .sj-social-icon circle {
  transition: none !important;
}


/* =========================================================
   ShopJoe social icon treatment: black default, blue hover
   ========================================================= */
.sj-shopjoe-footer .sj-shopjoe-social-links a,
.sj-shopjoe-footer .sj-shopjoe-social-links a:link,
.sj-shopjoe-footer .sj-shopjoe-social-links a:visited {
  color: #000000 !important;
  opacity: 1 !important;
  transition: color .18s ease !important;
}

.sj-shopjoe-footer .sj-shopjoe-social-links a:hover,
.sj-shopjoe-footer .sj-shopjoe-social-links a:focus-visible,
.sj-shopjoe-footer .sj-shopjoe-social-links a:active {
  color: #1946BA !important;
  background: transparent !important;
  opacity: 1 !important;
}

.sj-shopjoe-footer .sj-shopjoe-social-links a:focus-visible {
  outline: 2px solid #1946BA !important;
  outline-offset: 3px !important;
}

.sj-shopjoe-footer .sj-shopjoe-social-links .sj-social-icon,
.sj-shopjoe-footer .sj-shopjoe-social-links .sj-social-icon__brand {
  color: inherit !important;
  transition: color .18s ease, fill .18s ease !important;
}

.sj-shopjoe-footer .sj-shopjoe-social-links .sj-social-icon--instagram {
  width: 24px !important;
  height: 24px !important;
}


/* =========================================================
   Add clean spacing above the brand bar
   ========================================================= */
.sj-brand-bar,
body:has(.sj-approved-home) .sj-brand-bar {
  margin-top: 32px !important;
}

@media (max-width: 700px) {
  .sj-brand-bar,
  body:has(.sj-approved-home) .sj-brand-bar {
    margin-top: 24px !important;
  }
}


/* =========================================================
   Updated ShopJoe brand bar images (Snow / Sun / Aqua / Auto)
   ========================================================= */
.sj-brand-bar,
body:has(.sj-approved-home) .sj-brand-bar {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  line-height: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.sj-brand-bar__panel {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  display: block !important;
  overflow: hidden !important;
  line-height: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
}

.sj-brand-bar__panel img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

.sj-brand-bar__image,
.sj-brand-bar__link {
  display: none !important;
}

@media (max-width: 700px) {
  .sj-brand-bar,
  body:has(.sj-approved-home) .sj-brand-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sj-brand-bar__panel img {
    width: 100% !important;
    transform: none !important;
  }
}


/* =========================================================
   Brand bar seam fix: remove faint lines between panels
   ========================================================= */
.sj-brand-bar,
body:has(.sj-approved-home) .sj-brand-bar {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  font-size: 0 !important;
  letter-spacing: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

.sj-brand-bar__panel,
.sj-brand-bar__panel:link,
.sj-brand-bar__panel:visited,
.sj-brand-bar__panel:hover,
.sj-brand-bar__panel:focus {
  flex: 1 1 25% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  line-height: 0 !important;
}

.sj-brand-bar__panel + .sj-brand-bar__panel {
  margin-left: -1px !important;
}

.sj-brand-bar__panel img {
  display: block !important;
  width: calc(100% + 2px) !important;
  height: auto !important;
  margin: 0 0 0 -1px !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  object-fit: cover !important;
  backface-visibility: hidden !important;
  transform: translateZ(0) !important;
}

@media (max-width: 700px) {
  .sj-brand-bar,
  body:has(.sj-approved-home) .sj-brand-bar {
    flex-wrap: wrap !important;
  }

  .sj-brand-bar__panel,
  .sj-brand-bar__panel:link,
  .sj-brand-bar__panel:visited,
  .sj-brand-bar__panel:hover,
  .sj-brand-bar__panel:focus {
    flex: 0 0 50% !important;
  }

  .sj-brand-bar__panel:nth-child(odd) {
    margin-left: 0 !important;
  }

  .sj-brand-bar__panel:nth-child(3),
  .sj-brand-bar__panel:nth-child(4) {
    margin-top: -1px !important;
  }
}


/* =========================================================
   ShopJoe continuous brand strip rebuild
   ========================================================= */
.sj-brand-bar,
body:has(.sj-approved-home) .sj-brand-bar {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 142px !important;
  margin-top: 32px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  line-height: 0 !important;
  font-size: 0 !important;
}
.sj-brand-bar__panel,
.sj-brand-bar__panel:link,
.sj-brand-bar__panel:visited,
.sj-brand-bar__panel:hover,
.sj-brand-bar__panel:focus,
.sj-brand-bar__panel:active {
  flex: 1 1 25% !important;
  width: 25% !important;
  min-width: 0 !important;
  height: 142px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  text-decoration: none !important;
  line-height: 0 !important;
}
.sj-brand-bar__panel--snow { background-image: url("https://cdn.shopify.com/s/files/1/0630/6044/3291/files/Snow.jpg") !important; }
.sj-brand-bar__panel--sun  { background-image: url("https://cdn.shopify.com/s/files/1/0630/6044/3291/files/Sun.jpg") !important; }
.sj-brand-bar__panel--aqua { background-image: url("https://cdn.shopify.com/s/files/1/0630/6044/3291/files/Aqua.jpg") !important; }
.sj-brand-bar__panel--auto { background-image: url("https://cdn.shopify.com/s/files/1/0630/6044/3291/files/Auto.jpg") !important; }
.sj-brand-bar__panel img,
.sj-brand-bar__image,
.sj-brand-bar__link { display: none !important; }
.sj-brand-bar__panel + .sj-brand-bar__panel { margin-left: -1px !important; }
@media (max-width: 700px) {
  .sj-brand-bar,
  body:has(.sj-approved-home) .sj-brand-bar {
    flex-wrap: wrap !important;
    height: auto !important;
    margin-top: 24px !important;
  }
  .sj-brand-bar__panel,
  .sj-brand-bar__panel:link,
  .sj-brand-bar__panel:visited,
  .sj-brand-bar__panel:hover,
  .sj-brand-bar__panel:focus,
  .sj-brand-bar__panel:active {
    flex: 0 0 calc(50% + 1px) !important;
    width: calc(50% + 1px) !important;
    height: 100px !important;
  }
  .sj-brand-bar__panel:nth-child(odd) { margin-left: 0 !important; }
  .sj-brand-bar__panel:nth-child(3),
  .sj-brand-bar__panel:nth-child(4) { margin-top: -1px !important; }
}


/* =========================================================
   Final local continuous ShopJoe brand banner
   ========================================================= */
.sj-brand-bar,
body:has(.sj-approved-home) .sj-brand-bar {
  position: relative !important;
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  margin-top: 32px !important;
  overflow: hidden !important;
  background: transparent !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.sj-brand-bar__image,
body:has(.sj-approved-home) .sj-brand-bar__image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.sj-brand-bar__panel { display: none !important; }

.sj-brand-bar__link {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 25% !important;
  display: block !important;
  z-index: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
}
.sj-brand-bar__link--snow { left: 0 !important; }
.sj-brand-bar__link--sun  { left: 25% !important; }
.sj-brand-bar__link--aqua { left: 50% !important; }
.sj-brand-bar__link--auto { left: 75% !important; }

@media (max-width: 700px) {
  .sj-brand-bar,
  body:has(.sj-approved-home) .sj-brand-bar {
    margin-top: 24px !important;
  }
}


/* =========================================================
   Mobile homepage polish - go-live responsive fixes
   ========================================================= */
@media (max-width: 600px) {
  body:has(.sj-approved-home) .sj-approved-header.sj-header,
  body:has(.sj-approved-home) .sj-approved-header__inner {
    min-height: 56px !important;
  }

  body:has(.sj-approved-home) .sj-approved-header__inner {
    padding: 0 18px !important;
  }

  body:has(.sj-approved-home) .sj-approved-logo img,
  body:has(.sj-approved-home) .sj-approved-logo .small-logo {
    width: 68px !important;
    max-height: 40px !important;
  }

  .sj-approved-menu,
  body:has(.sj-approved-home) .sj-approved-menu {
    position: relative !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    box-shadow: none !important;
  }

  .sj-approved-menu::before,
  body:has(.sj-approved-home) .sj-approved-menu::before {
    content: "" !important;
    position: absolute !important;
    left: 11px !important;
    top: 14px !important;
    width: 22px !important;
    height: 2px !important;
    border: 0 !important;
    border-radius: 2px !important;
    background: #ffffff !important;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff !important;
    transform: none !important;
  }

  .sj-approved-menu::after,
  body:has(.sj-approved-home) .sj-approved-menu::after {
    content: none !important;
    display: none !important;
  }

  .sj-approved-hero {
    min-height: 205px !important;
    padding: 30px 18px 32px !important;
  }

  .sj-approved-hero__inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sj-approved-hero h1 {
    max-width: 330px !important;
    margin: 0 auto 24px !important;
    font-size: 32px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
  }

  .sj-approved-search,
  .sj-approved-search form,
  .sj-approved-search .search,
  .sj-approved-search-form {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sj-approved-search input[type="search"],
  .sj-approved-search-form input[type="search"] {
    height: 54px !important;
    min-height: 54px !important;
    font-size: 16px !important;
    padding: 0 52px 0 18px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .sj-approved-search .search::before,
  .sj-approved-search form::before {
    right: 20px !important;
    width: 18px !important;
    height: 18px !important;
  }

  .sj-approved-search .search::after,
  .sj-approved-search form::after {
    right: 16px !important;
  }

  .sj-approved-section {
    padding: 22px 0 12px !important;
  }

  .sj-approved-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sj-approved-section-title,
  .sj-approved-article-list h2 {
    font-size: 12px !important;
    margin-bottom: 12px !important;
  }

  .sj-approved-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .sj-approved-topic-card {
    min-height: 150px !important;
    padding: 18px 10px 16px !important;
    gap: 12px !important;
  }

  .sj-approved-topic-icon {
    width: 66px !important;
    height: 66px !important;
  }

  .sj-approved-topic-icon img {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
  }

  .sj-approved-topic-card strong {
    font-size: 13px !important;
    line-height: 1.25 !important;
    padding: 0 4px !important;
  }

  .sj-approved-articles {
    padding-top: 8px !important;
  }

  .sj-approved-article-list a {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
}


/* =========================================================
   LIVE HOTFIX: public All Articles + reliable mobile menu
   ========================================================= */
html { scroll-behavior: smooth; }

.sj-public-all-articles {
  padding: 34px 0 38px !important;
  background: #ffffff !important;
  scroll-margin-top: 78px;
}
.sj-public-all-articles__heading { margin-bottom: 18px; }
.sj-public-all-articles__heading h2 {
  margin: 0 0 6px !important;
  color: #111827 !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}
.sj-public-all-articles__heading p {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}
.sj-public-all-articles__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}
.sj-public-all-articles__grid a {
  display: flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  border: 1px solid #e7eaf0 !important;
  border-radius: 6px !important;
  background: #f6f7f9 !important;
  color: #1f4cc4 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.sj-public-all-articles__grid a:hover,
.sj-public-all-articles__grid a:focus-visible {
  border-color: #1f4cc4 !important;
  background: #eef2ff !important;
}

@media (max-width: 900px) {
  .sj-public-all-articles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 768px) {
  .sj-approved-header.sj-header,
  body:has(.sj-approved-home) .sj-approved-header.sj-header {
    position: relative !important;
    overflow: visible !important;
    z-index: 10000 !important;
  }
  .sj-approved-header__inner,
  body:has(.sj-approved-home) .sj-approved-header__inner {
    position: relative !important;
    overflow: visible !important;
  }
  .sj-approved-navwrap { position: static !important; }
  .sj-approved-nav,
  body:has(.sj-approved-home) .sj-approved-nav {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 10px !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 8px !important;
    background: #1f4cc4 !important;
    box-shadow: 0 12px 30px rgba(16,24,40,.22) !important;
    z-index: 10001 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .sj-approved-nav.is-open,
  .sj-approved-nav[aria-expanded="true"],
  body:has(.sj-approved-home) .sj-approved-nav.is-open,
  body:has(.sj-approved-home) .sj-approved-nav[aria-expanded="true"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .sj-approved-nav a,
  body:has(.sj-approved-home) .sj-approved-nav a {
    display: flex !important;
    align-items: center !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    opacity: 1 !important;
  }
  .sj-approved-nav a:hover,
  .sj-approved-nav a:focus-visible { background: rgba(255,255,255,.12) !important; }
  .sj-approved-nav a.active { border-bottom: 0 !important; background: rgba(255,255,255,.14) !important; }
  .sj-approved-mobile-search { display: block !important; margin: 0 0 8px !important; }
  .sj-approved-mobile-search .search { width: 100% !important; }
  .sj-approved-mobile-search input[type="search"] {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(255,255,255,.3) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 14px !important;
  }
}

@media (max-width: 520px) {
  .sj-public-all-articles { padding: 26px 0 30px !important; }
  .sj-public-all-articles__heading h2 { font-size: 20px !important; }
  .sj-public-all-articles__grid { grid-template-columns: 1fr !important; gap: 8px !important; }
  .sj-public-all-articles__grid a { min-height: 44px !important; font-size: 13px !important; }
}


/* =========================================================
   FINAL LIVE: native-section All Articles + mobile polish
   ========================================================= */
.sj-native-all-articles[hidden] { display: none !important; }
.sj-native-all-articles { padding-bottom: 38px; }
.sj-native-all-grid { margin-top: 30px; }
.sj-native-all-grid .sj-aa-card-count {
  display: block;
  margin-top: 7px;
  color: #667085;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}

.sj-approved-menu {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.sj-approved-menu span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

@media (max-width: 768px) {
  .sj-approved-menu { display: flex !important; position: relative; z-index: 10002; }
  .sj-approved-header__inner { min-height: 68px !important; padding: 0 18px !important; }
  .sj-approved-logo img { max-height: 42px !important; width: auto !important; }

  .sj-approved-nav,
  body:has(.sj-approved-home) .sj-approved-nav {
    top: 68px !important;
    left: 10px !important;
    right: 10px !important;
    border-radius: 12px !important;
    padding: 10px !important;
  }
  .sj-approved-nav a,
  body:has(.sj-approved-home) .sj-approved-nav a {
    min-height: 48px !important;
    font-size: 15px !important;
  }

  .sj-approved-hero { padding: 42px 0 38px !important; min-height: 0 !important; }
  .sj-approved-hero__inner { padding: 0 18px !important; }
  .sj-approved-hero h1 { font-size: 40px !important; line-height: 1.04 !important; margin-bottom: 26px !important; }
  .sj-approved-search input[type="search"],
  .sj-approved-search-form input[type="search"] {
    height: 52px !important;
    min-height: 52px !important;
    font-size: 15px !important;
    padding-left: 16px !important;
  }

  .sj-approved-section { padding-top: 20px !important; }
  .sj-approved-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .sj-approved-topic-card { min-height: 132px !important; padding: 14px 8px !important; gap: 8px !important; }
  .sj-approved-topic-icon { width: 58px !important; height: 58px !important; }
  .sj-approved-topic-icon img { width: 56px !important; height: 56px !important; max-width: 56px !important; max-height: 56px !important; }
  .sj-approved-topic-card strong { font-size: 12px !important; line-height: 1.2 !important; }

  .sj-native-all-articles .sj-logi-page-hero { padding: 26px 0 22px !important; }
  .sj-native-all-articles .sj-logi-page-hero h1 { font-size: 30px !important; line-height: 1.08 !important; }
  .sj-native-all-grid { margin-top: 20px !important; grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 12px !important; }
  .sj-native-all-grid .sj-troubleshooting-card { padding: 14px 8px !important; min-height: 176px !important; }
  .sj-native-all-grid .sj-troubleshooting-image-wrap { width: 92px !important; height: 92px !important; }
  .sj-native-all-grid .sj-troubleshooting-title { font-size: 13px !important; line-height: 1.2 !important; }
}

@media (max-width: 520px) {
  .sj-approved-hero h1 { font-size: 36px !important; }
  .sj-approved-topic-grid { grid-template-columns: 1fr !important; gap: 9px !important; }
  .sj-approved-topic-card {
    min-height: 82px !important;
    padding: 10px 14px !important;
    display: grid !important;
    grid-template-columns: 56px 1fr !important;
    align-items: center !important;
    text-align: left !important;
  }
  .sj-approved-topic-icon { width: 52px !important; height: 52px !important; margin: 0 !important; }
  .sj-approved-topic-icon img { width: 50px !important; height: 50px !important; max-width: 50px !important; max-height: 50px !important; }
  .sj-approved-topic-card strong { font-size: 14px !important; padding: 0 !important; }

  .sj-native-all-grid { grid-template-columns: 1fr !important; gap: 8px !important; }
  .sj-native-all-grid .sj-troubleshooting-card {
    min-height: 90px !important;
    padding: 10px 12px !important;
    display: grid !important;
    grid-template-columns: 72px 1fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 12px !important;
    text-align: left !important;
  }
  .sj-native-all-grid .sj-troubleshooting-image-wrap {
    width: 68px !important;
    height: 68px !important;
    grid-row: 1 / span 2 !important;
  }
  .sj-native-all-grid .sj-troubleshooting-title { font-size: 14px !important; align-self: end !important; }
  .sj-native-all-grid .sj-aa-card-count { font-size: 12px !important; align-self: start !important; margin-top: 2px !important; }
}

/* =========================================================
   LIVE MOBILE TWEAK: left-align topic labels + full search text
   ========================================================= */
@media (max-width: 520px) {
  .sj-approved-topic-card strong {
    text-align: left !important;
    justify-self: start !important;
    width: 100% !important;
  }

  .sj-approved-search input[type="search"],
  .sj-approved-search-form input[type="search"] {
    font-size: 13px !important;
    padding-left: 16px !important;
    padding-right: 54px !important;
    text-overflow: clip !important;
  }
}


/* =========================================================
   LIVE MOBILE FIX V2 - force left labels + no clipped search
   ========================================================= */
@media (max-width: 768px) {
  .sj-approved-topic-card {
    text-align: left !important;
  }
  .sj-approved-topic-card strong {
    text-align: left !important;
    justify-self: stretch !important;
    align-self: center !important;
    width: 100% !important;
  }
  .sj-approved-search input[type="search"],
  .sj-approved-search-form input[type="search"] {
    font-size: 14px !important;
    padding-left: 16px !important;
    padding-right: 58px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media (max-width: 520px) {
  .sj-approved-topic-card {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }
  .sj-approved-topic-card strong {
    text-align: left !important;
    justify-self: stretch !important;
    margin: 0 !important;
  }
  .sj-approved-search input[type="search"],
  .sj-approved-search-form input[type="search"] {
    font-size: 12px !important;
    padding-left: 14px !important;
    padding-right: 54px !important;
  }
}

/* =========================================================
   LIVE MOBILE: Browse all support articles optimization
   ========================================================= */
@media (max-width: 768px) {
  .sj-native-all-articles {
    padding-bottom: 24px !important;
  }
  .sj-native-all-articles .sj-logi-page-hero {
    padding: 22px 0 18px !important;
    text-align: left !important;
  }
  .sj-native-all-articles .sj-logi-overline,
  .sj-native-all-articles .sj-logi-page-hero h1,
  .sj-native-all-articles .sj-logi-page-hero > p {
    text-align: left !important;
  }
  .sj-native-all-articles .sj-logi-page-hero h1 {
    font-size: 28px !important;
    line-height: 1.08 !important;
    margin-bottom: 8px !important;
  }
  .sj-native-all-articles .sj-logi-page-hero > p:not(.sj-logi-overline) {
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-bottom: 16px !important;
  }
  .sj-native-all-articles .sj-logi-search,
  .sj-native-all-articles .sj-logi-search form.search,
  .sj-native-all-articles .sj-logi-search .search {
    width: 100% !important;
    max-width: none !important;
  }
  .sj-native-all-articles .sj-logi-search input[type="search"] {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    padding-left: 14px !important;
    padding-right: 52px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .sj-native-all-grid {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-top: 18px !important;
  }
  .sj-native-all-grid .sj-troubleshooting-card {
    min-height: 86px !important;
    height: auto !important;
    padding: 9px 12px !important;
    display: grid !important;
    grid-template-columns: 66px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 12px !important;
    row-gap: 1px !important;
    align-items: center !important;
    text-align: left !important;
  }
  .sj-native-all-grid .sj-troubleshooting-image-wrap {
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    margin: 0 !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
  }
  .sj-native-all-grid .sj-troubleshooting-image-wrap img {
    width: 100% !important;
    height: 100% !important;
    max-width: 62px !important;
    max-height: 62px !important;
    object-fit: contain !important;
  }
  .sj-native-all-grid .sj-troubleshooting-title {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-align: left !important;
    justify-self: stretch !important;
    align-self: end !important;
  }
  .sj-native-all-grid .sj-aa-card-count {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    justify-self: stretch !important;
    align-self: start !important;
  }
}

@media (max-width: 390px) {
  .sj-native-all-articles .sj-logi-page-hero h1 {
    font-size: 25px !important;
  }
  .sj-native-all-grid .sj-troubleshooting-card {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    min-height: 78px !important;
    padding: 8px 10px !important;
    column-gap: 10px !important;
  }
  .sj-native-all-grid .sj-troubleshooting-image-wrap {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
  }
  .sj-native-all-grid .sj-troubleshooting-image-wrap img {
    max-width: 54px !important;
    max-height: 54px !important;
  }
  .sj-native-all-grid .sj-troubleshooting-title {
    font-size: 13px !important;
  }
}

/* =========================================================
   LIVE MOBILE HOTFIX: native All Articles circle containment
   Prevent oversized decorative circles from overlapping labels.
   ========================================================= */
@media (max-width: 768px) {
  .sj-native-all-articles .sj-native-all-grid {
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 14px 28px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .sj-native-all-articles .sj-native-all-grid .sj-troubleshooting-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 82px !important;
    box-sizing: border-box !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    overflow: hidden !important;
  }

  .sj-native-all-articles .sj-native-all-grid .sj-troubleshooting-image-wrap {
    position: relative !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 999px !important;
  }

  .sj-native-all-articles .sj-native-all-grid .sj-troubleshooting-image-wrap::before {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: #eef3ff !important;
  }

  .sj-native-all-articles .sj-native-all-grid .sj-troubleshooting-image-wrap img {
    position: relative !important;
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    max-height: 54px !important;
    object-fit: contain !important;
    z-index: 1 !important;
  }

  .sj-native-all-articles .sj-native-all-grid .sj-troubleshooting-title,
  .sj-native-all-articles .sj-native-all-grid .sj-aa-card-count {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-align: left !important;
  }
}

@media (max-width: 390px) {
  .sj-native-all-articles .sj-native-all-grid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sj-native-all-articles .sj-native-all-grid .sj-troubleshooting-card {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    min-height: 76px !important;
  }

  .sj-native-all-articles .sj-native-all-grid .sj-troubleshooting-image-wrap,
  .sj-native-all-articles .sj-native-all-grid .sj-troubleshooting-image-wrap::before {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
  }

  .sj-native-all-articles .sj-native-all-grid .sj-troubleshooting-image-wrap img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
  }
}
