@charset "UTF-8";

/***** Base *****/

@font-face {
  font-family: 'Avenir Next';
  font-weight: 400;
  font-style: normal;
  src: url(/hc/theming_assets/01HZPEAF3M238C477N6W2FNZD0);
  src: url(/hc/theming_assets/01HZPEAHW1T33388JACK0V19P4) format('woff2'), url(/hc/theming_assets/01HZPEAGWTC6VTFGKJRRYRN9XN) format('woff'), url(/hc/theming_assets/01HZPEAFY5SPMQRXK881C0GA0E) format('truetype');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 500;
  font-style: normal;
  src: url(/hc/theming_assets/01HZPE99Y7NX34ER4JFKFWTNYM);
  src: url(/hc/theming_assets/01HZPE9D0BKW3GNSDW1AVDNJMJ) format('woff2'), url(/hc/theming_assets/01HZPE9C26E9J8TS53XC0B8BCG) format('woff'), url(/hc/theming_assets/01HZPE9B2XBZD333QCZAY5HZ2B) format('truetype');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 600;
  font-style: normal;
  src: url(/hc/theming_assets/01HZPEA6HMYQY3QXP9YWTVFPJ2);
  src: url(/hc/theming_assets/01HZPEAA12AEY69323103MC3PX) format('woff2'), url(/hc/theming_assets/01HZPEA8Z4VEKJB9TAE84BGZK1) format('woff'), url(/hc/theming_assets/01HZPEA7WCEK1JAN2M4E8ZQD8Z) format('truetype');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 700;
  font-style: normal;
  src: url(/hc/theming_assets/01HZPEA28B4QWN2RQ9KJW5753T);
  src: url(/hc/theming_assets/01HZPEA5E6K2RZNEHTP88KDYFG) format('woff2'), url(/hc/theming_assets/01HZPEA4EKMPRP8X5CZGEVYCE3) format('woff'), url(/hc/theming_assets/01HZPEA3G65YCQEVWDSNQFYRC1) format('truetype');
}

@font-face {
  font-family: 'Sahibinden Legacy';
  font-weight: 700;
  font-style: normal;
  src: url(/hc/theming_assets/01HZPEAPJGRW4V20DJTMY20Y2M);
  src: url(/hc/theming_assets/01HZPEAPJGRW4V20DJTMY20Y2M) format('truetype');
}

@font-face {
  font-family: 'Sahibinden Legacy';
  font-weight: 400;
  font-style: normal;
  src: url(/hc/theming_assets/01HZPEAPCR5YA5X5Z3TXJH1VDG);
  src: url(/hc/theming_assets/01HZPEAPCR5YA5X5Z3TXJH1VDG) format('truetype');
}

.responsive-scroll {
  overflow-y: auto;
}


input::-ms-clear {
    display: none;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Sahibinden Legacy", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

body>main {
    background: #F4F4F4;
  	padding-top: 44px;
}

@media (min-width: 1024px) {
    body>main {
        min-height: 65vh;
        padding-bottom: 50px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Sahibinden Legacy", sans-serif;
    font-weight: 500;
    margin-top: 0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 22px;
}

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

h4 {
    font-size: 16px;
}

a {
    color: #003399;
    text-decoration: none;
}

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

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

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

input:focus {
    border: 1px solid #0072EF;
}

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

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/hc/theming_assets/01HZPE85354XWHWTY0P4W1M8HS) 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%;
}

select:focus {
    border: 1px solid #0072EF;
}

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

textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}

textarea:focus {
    border: 1px solid #0072EF;
}

.container {
    width: 984px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 3px;
  	background: #fff;
}

.mobile-search {
  display: none;
}
.mobile-search-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 18, 20, 0.64);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9998;
  touch-action: none;
}

@media (min-width: 1160px) {
    .container {
        padding: 0;
    }
}

.container-divider {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

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

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

@media (min-width: 1160px) {
    .error-page {
        padding: 0;
        width: 90%;
    }
}

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




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

.button,
[role="button"] {
    border: 1px solid #0072EF;
    border-radius: 4px;
    color: #0072EF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    -webkit-touch-callout: none;
}

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

.button::after,
[role="button"]::after {
    color: #0072EF;
}

.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: #0072EF;
    color: #FFFFFF;
    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: #004189;
    border-color: #004189;
}

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

.button-large,
input[type="submit"] {
    background-color: #0072EF;
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 100%;
}

@media (min-width: 769px) {
    .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: #004189;
}

.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: #333333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}


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

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

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

.table th,
.table th a {
    color: #666;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}

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

.table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 20px 0;
}

@media (min-width: 769px) {
    .table tr {
        display: table-row;
    }
}

.table td {
    display: block;
}

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

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

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


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

.header {
    background: #3F4660;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    height: 58px;
    position: relative;
}

.header .logo {
    width: 984px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.header .mobile-logo {
  display: none;
}

.header .logo a {
    display: inline-block;
    text-decoration: none;
}

.logo-brand {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.logo-hc {
    display: block;
}

.logo-brand-icon {
    width: 34px;
    height: 34px;
    display: block;
    flex-shrink: 0;
}

.logo-brand-text {
    display: flex;
    width: 179px;
    height: 34px;
    padding: 4px 12px;
    align-items: center;
    align-self: stretch;
    background: #FFE800;
    color: #000;
    font-family: Helvetica, sans-serif;
    font-size: 22.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    box-sizing: border-box;
    text-decoration: none;
    white-space: nowrap;
}

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

.search {
    position: relative;
}

.search input[type="search"] {
    border: 1px solid lightgray;
    border-radius: 4px;
  	background: #fff;
    box-sizing: border-box;
    font-size: 14px;
    height: 44px;
    padding: 0 48px 0 16px;
    -webkit-appearance: none;
    width: 100%;
   	max-width: 900px;
  	margin: 0 auto;
    font-we
}

.search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
}

.search input[type="search"]::placeholder {
    font-size: 14px;
    color: rgba(17, 18, 20, 0.44);
    font-weight: 400;
}

[dir="rtl"] .search input[type="search"] {
    padding-right: 40px;
    padding-left: 20px;
}

.search input[type="search"]:focus {
    border: 1px solid #0072EF;
    color: #555;
}

.search input[type="submit"] {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    background: url(/hc/theming_assets/01KE9M83BSE2H4XF912X0A7K6G);
    background-size: cover;
    display: block;
    width: 24px;
    height: 24px;
    min-width: 0;
    padding: 0;
    line-height: 1;
    text-indent: -9999px;
}

[dir="rtl"] .search::before {
    right: 15px;
    left: auto;
}

/* Search Clear Button */
.search-clear-btn {
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  background-image: url(/hc/theming_assets/01KHR3ESZSY7A12HY6QHCVC78F);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  display: none;
  z-index: 2;
  transition: opacity 0.15s ease;
}

.search-clear-btn:hover {
  opacity: 0.7;
}

.search-clear-btn.is-visible {
  display: block;
}

/* =========================================================
   GLOBAL SAFETY
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
img, svg { max-width: 100%; height: auto; display: block; }

/* =========================================================
   NORMAL (DESKTOP) CSS
   ========================================================= */

/* Page */
.page {
  padding: 56px 160px 56px 160px;
  box-shadow: 0 2px 4px 0 rgba(17, 18, 20, 0.12);
  border-radius: 4px;
}

/* Sections */
.section {
  margin-top: 48px;
}

.section:first-child {
  margin-top: 0;
}

.content-narrow {
  max-width: 664px;
  margin: 0 auto;

  /* important for shrink */
  width: 100%;
  min-width: 0;
}

.section-title {
  font-size: 16px;
  font-weight: 700;
  color: rgba(17, 18, 20, 0.8);
  margin-bottom: 16px;
}

/* ======================
   Hero component
   ====================== */
.hero {
  text-align: center;
}

.hero-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 36px;
  color: rgba(17, 18, 20, 0.80);
}

.hero-title:before {
  content: '';
  display: inline-block;
  background-image: url(/hc/theming_assets/01KE950WPXEC2JE7KCVJHJ0K4N);
  background-size: cover;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-top: 5px;
}

.hero-subtitle {
  max-width: 560px;
  margin: 0 auto 24px;

  font-size: 14px;
  line-height: normal;
  color: rgba(17, 18, 20, 0.80);
}

/* ======================
   Start help
   ====================== */

/* Start-help cards */
.start-help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;

  /* shrink safety */
  min-width: 0;
  max-width: 100%;
}

.help-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;

  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 #1112141f;
  text-decoration: none;

  /* shrink safety */
  min-width: 0;
}

.help-card:hover {
  text-decoration: none;
}

.help-card-icon {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  position: relative;
  flex: 0 0 auto;
}

.help-card-icon::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 32px;
  height: 32px;
  background-image: url(/hc/theming_assets/01KFDJVENF7BZJEP699MKJD5NC);
  background-repeat: no-repeat;
  background-size: contain;
}

.help-card-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.help-card-heading {
  font-size: 14px;
  color: rgba(17, 18, 20, 0.80);
}

.help-card-meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(17, 18, 20, 0.44);

  min-width: 0;
}

/* ======================
    Topics
   ====================== */

.topics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;

  /* shrink safety */
  min-width: 0;
  max-width: 100%;
}

.topic-card {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid rgba(17, 18, 20, 0.08);
  background: #fff;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;

  /* shrink safety */
  min-width: 0;
  max-width: 100%;
}

.topic-card:hover:not(:has(.topic-links li:hover)) .topic-title {
  color: #1064BC;
}

.topic-card:hover:not(:has(.topic-links li:hover)) .topic-right img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(193deg) brightness(97%) contrast(97%) drop-shadow(0 0 0 #1064BC) drop-shadow(0 0 0 #1064BC);
  transition: filter 0.2s ease;
}

.topic-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-top: 2px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  image-rendering: -webkit-optimize-contrast;
}

.topic-icon--ilan { background-image: url(/hc/theming_assets/01KEHBB95H9JK7YVFH6Z4ZRKY1); }
.topic-icon--alisveris { background-image: url(/hc/theming_assets/01KEH87MAPAY3D1R6FEVBF1HY9); }
.topic-icon--hesap { background-image: url(/hc/theming_assets/01KEHBBEK3JNT1W4AYFQ0ZYSWZ); }
.topic-icon--urun { background-image: url(/hc/theming_assets/01KEHBBK7N7ZW8XGA54HC9GA3G); }

.topic-icon--store {
  background-image: url(/hc/theming_assets/01KERQZWGHH44CA22QV2MBWTHF);
  margin-top: 8px;
}

.topic-icon--form {
  background-image: url(/hc/theming_assets/01KERRAKW3GGZZMV2ESR7Y93PP);
  margin-top: 8px;
}

.topic-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.topic-title {
  color: #111214CC;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.24px;

  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.topic-left {
  display: flex;
  gap: 16px;
  min-width: 0;
  flex: 1 1 auto;
}

.topic-card.no-icon .topic-icon {
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  flex-shrink: 0;
}

.topic-card.no-icon .topic-left {
  gap: 0;
}

.topic-links {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(17, 18, 20, 0.64);
  font-size: 16px;

  min-width: 0;
  max-width: 100%;
}

.topic-links li {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;

  min-width: 0;
  max-width: 100%;
  margin-bottom: 4px;
}

.topic-links li:last-child {
  margin-bottom: 0;
}

.topic-links li a {
  color: inherit;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.topic-links li a span {
  flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.topic-links li a:hover {
  color: #1064BC;
  text-decoration: none;
}


.topic-links li a::after {
  content: '';
  display: none;
  width: 20px;
  height: 20px;
  background-image: url(/hc/theming_assets/01KEXMW8E1R0RFZA526TAD1FC8);
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.topic-links li .icon-chevron{
    display:none;
}

.topic-links li.mobile-only {
    display: none;
}	

.topic-more-item {
  display: flex;
  align-items: center;
}

.topic-more__btn {
  padding: 4px 8px;
  border-radius: 9999px;
  border: 1px solid #1064BC;
  background: #fff;
  height: 24px;
  font-size: 12px;
  color: #1064BC;
  line-height: 14px;
  text-decoration: none;
}

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

.topic-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}



.topic-card--wide {
  grid-column: 1 / -1;
  align-items: flex-start;
}
.topic-card--wide .topic-links{
  display:none;
}
.topic-card--wide .topic-body {
  gap: 4px;
}

.topic-card--wide .topic-right {
  margin-top: 4px;
}

.topic-desc {
  margin: 2px 0 0;
  color: rgba(17,18,20,.60);
  font-size: 13px;
  line-height: 1.4;

  min-width: 0;
}

/* ======================
   Most visited list
   ====================== */

.list-card {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  gap: 4px;
  align-self: stretch;
  border: 1px solid #11121414;
  border-radius: 4px;

  min-width: 0;
  max-width: 100%;
}

.list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;

  min-width: 0;
}

.list-item:hover { text-decoration: none; }
.list-item:hover .list-title-text { color: #1064BC; }
.list-item:first-child { border-top: 0; margin-top: 8px }

.list-main {
  width: 100%;
  border-bottom: 1px solid rgba(17,18,20,.07);
  padding: 8px 0 12px 0;

  min-width: 0;
}

.list-item:last-child .list-main { border-bottom: 0; }
.list-item:first-child .list-main { padding-top: 0; }

.list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;

  min-width: 0;
}

.list-title::after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(/hc/theming_assets/01KEXMW8E1R0RFZA526TAD1FC8);
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.list-title-text {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 4px;
  color: rgba(17, 18, 20, 0.8);
  min-width: 0;
  flex: 1 1 auto;
}

.list-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: rgba(17, 18, 20, 0.44);

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  min-width: 0;
  max-width: 100%;
}

.list-meta .breadcrumb-item:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/hc/theming_assets/01KEXMW8E1R0RFZA526TAD1FC8);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 4px;
}

.list-meta .icon-chevron {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  flex-shrink: 0;
}

/* ======================
   Other channels
   ====================== */

.channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;

  min-width: 0;
  max-width: 100%;
}

.channel-card {
  border: 1px solid rgba(17, 18, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  gap: 8px;

  min-width: 0;
}

.channel-card--wide {
  grid-column: 1 / -1;
}

.channel-title {
  font-size: 16px;
  font-weight: 700;
  color: rgba(17, 18, 20, 0.80);
  margin-bottom: 4px;
}

.channel-text {
  color: rgba(17, 18, 20, 0.64);
  font-size: 14px;
	margin-bottom: 8px;
  min-width: 0;
}

.channel-body {
  display: flex;
  flex-direction: column;
  height: 100%;

  min-width: 0;
}

.channel-body .link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;

  min-width: 0;
}

.help-btn {
  height: 32px;
  min-width: 32px;
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid #1064BC;
  background: #fff;
  color: #1064BC;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.help-btn:hover {
  color: #4083C9;
  border-color: #4083C9;
}

.link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #1064BC;
}
.link:hover {
  text-decoration: none;
  color: #4083C9;
  cursor: pointer;
}

.link--static:hover {
  color: #1064BC;
  cursor: default;
}

/* ======================
   Footer
   ====================== */

.site-footer{
  padding: 32px 64px;
  border-top: 1px solid #FFF;
  background: #F4F4F4;
}

.site-footer__top{
  padding-bottom: 20px;
}

.site-footer__nav{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 36px;
}

.site-footer__title{
  font-size: 14px;
  font-weight: 700;
  color: rgba(17, 18, 20, 0.80);
  margin-bottom: 12px;
}

.site-footer__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.site-footer__link{
  color: rgba(17, 18, 20, 0.64);
  font-size: 12px;
}

.site-footer__bottom{
  padding-top: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
}

.site-footer__legal{
  border-radius: 2px;
  border: 1px dashed rgba(17, 18, 20, 0.44);
  background: #FFF;
  padding: 15px 20px 14px 13px;
  font-size: 10px;
  line-height: 14px;
  color: rgba(17, 18, 20, 0.64);
}

.site-footer__meta{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  font-size: 10px;
  line-height: 14px;
}

.site-footer__copy{
  color: rgba(17, 18, 20, 0.8);
}

.site-footer__note{
  text-align: right;
  color: rgba(17, 18, 20, 0.8)
}

.site-footer__bottom-right{
  display: grid;
  gap: 14px;
  justify-items: end;
}

.clearfix {
  display: flex;
  justify-content: end;
}

.site-footer__badge{
  width: 42px;
  height: 42px;
  text-decoration: none;
  color: inherit;
}

.site-footer__badge img{
  width: 42px;
  height: 42px;
}

/* QR */
.site-footer__qr{
  text-decoration: none;
  color: inherit;
  display: grid;
  gap: 6px;
  justify-items: end;
}

.site-footer__qr img{
  width: 80px;
  height: 93px;
  object-fit: contain;
  display: block;
}

/* =========================================================
   TABLET / NARROW DESKTOP (1025px – 1200px)
   Reduced padding for screens narrower than full desktop
   ========================================================= */
@media (min-width: 1025px) and (max-width: 1200px) {
  .page {
    padding: 28px 24px;
  }

  .article-detail-page {
    padding: 36px 40px 80px 40px;
  }

  .article-content-wrapper {
    gap: 32px;
  }

  .search-results-page {
    padding: 36px 24px 24px;
  }

  .category-detail-page {
    padding: 28px 24px;
  }

  .section-detail-page {
    padding: 28px 24px;
  }

  .error-page-container {
    padding: 24px;
  }

  .search {
    max-width: 664px;
    margin: 0 auto;
  }

  .topic-body {
    gap: 4px;
  }
}

/* =========================================================
   MOBILE RESPONSIVE + OVERFLOW FIX
   (1024px to work even without viewport meta in some previews)
   ========================================================= */
@media (max-width: 1023px) {

  /* Page */
  .page{
    padding: 0 12px 12px 12px;
    border-radius: 0;
    box-shadow: none;
    background: #F4F4F4;
  }

  .section{ margin-top: 24px; }
  .section-title{
    color: rgba(17, 18, 20, 0.44);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
		text-transform: uppercase;
  }
  
  .container,
  .container.page,
  .main-container,
  .main-column,
  .main-content,
  .page-container,
  .wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  .content-narrow {
    max-width: none;
    margin: 0;
  }

  .start-help-grid,
  .topics-grid,
  .channels {
    width: 100%;
  }

  /* Hero */
  .hero{ text-align: left; }
  .hero-title{
    font-size: 20px;
    gap: 10px;
    margin: 0 0 8px;
  }
  .hero-title:before{
    width: 28px;
    height: 28px;
    margin-top: 0;
  }
  .hero-subtitle{
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 12px;
    max-width: 100%;
  }
  .section.hero .search{
    max-width: 100%;
    margin: 0;
  }

  .start-help-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .help-card{
    padding: 16px;
    border-radius: 10px;
    gap: 12px;
  }
  .help-card-icon{
    width: 28px;
    height: 28px;
    border-radius: 10px;
  }
  .help-card-icon::after{
    width: 28px;
    height: 28px;
  }
  .topics-grid{
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .topic-card{
    padding: 8px;
    border-radius: 8px;
    align-items: stretch;
  }
  .topic-left{ gap: 12px; }
  .topic-icon{
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
  .topic-body{ gap: 10px; }
  .topic-links{
    display: grid;
    font-size: 14px;
  }
  .topic-card--wide{
    grid-column: auto;
    align-items: stretch;
  }
  .topic-desc{
    font-size: 13px;
    line-height: 18px;
  }

  .list-card{ padding: 8px 16px; background: #fff; border: none; }
  .list-main{ padding: 10px 0; }
  .list-title-text{ font-size: 14px; line-height: 18px; }
  .list-meta{ font-size: 11px; color: rgba(17, 18, 20, 0.64) }

  .channels{
    gap: 8px;
  }
  .channel-card,
  .channel-card--wide{
    display: grid;
    grid-auto-flow: row;
    gap: 12px;
  }
  .channel-card{
    padding: 16px;
    border-radius: 8px;
    align-items: stretch;
    border: none;
    box-shadow: 0 2px 12px 0 rgba(17, 18, 20, 0.12);
  }
  .channel-title{ 
    font-size: 14px;
    font-weight: 600;
  }
  .channel-text{ 
    font-size: 12px; 
    margin-bottom: 0;
  }
  .help-btn{
    height: 32px;
    padding: 0 16px;
    font-size: 14px;
    width: 183px;
    font-weight: 700;
    box-shadow: none;
  }
  .site-footer{
    display:none;
  }

  body>main {
    padding-top: 0;
  }
  .header {
    display: none;
  }
  html.browser .header {
    background: #195E90;
    box-shadow: none;
    height: 48px;
    display: block;
  }
  html.browser .header .logo {
    display: none;
  }
  html.browser .header .mobile-logo {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    position: relative;
    height: 100%;
  }
  html.browser .header .mobile-logo h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
  }
  html.browser .header .mobile-logo h1 .mobile-logo-link {
    color: #fff;
    text-decoration: none;
  }
  html.browser .header .mobile-logo .mobile-back {
    display: flex;
    align-items: center;
  }
  .section.hero{
    display: none;
  }
  .mobile-search{
  	display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    position: relative;
    z-index: 9999;
	}
  .mobile-search .search {
    flex: 1;
    min-width: 0;
  }
  .mobile-search-cancel {
    display: none;
    background: none;
    border: none;
    color: #195E90;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
    flex-shrink: 0;
  }
  .mobile-search.is-focused .mobile-search-cancel {
    display: block;
    width: 50px;
  }
  .mobile-search--home{
    background:#195E90;
	}
  .mobile-search--home .mobile-search-cancel {
    color: #fff;
  }
  .search input[type="submit"]{
    left: 8px;
    right: auto;
    width: 20px;
    height: 20px;;
  }
  .search input[type="search"] {
  	padding-left: 36px;
    padding-right: 40px;
    font-size: 14px;
    height: 44px;
	}
  .search-clear-btn {
    right: 12px;
    filter: brightness(0);
  }
  .topic-right .icon-chevron{
    display:none;
  }
  
  .topic-left {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px 6px;
  }
  
  .topic-body {
    display: contents; 
  }
  
  .topic-icon {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
  
  .topic-title {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding: 8px;
  }
    
  .topic-links li {
    display: flex;
    justify-content: space-between;
    color: rgba(17, 18, 20, 0.80);
    white-space: normal;
    padding: 10px 8px 10px 8px;
    min-height: 44px;
  }
  .topic-links li:not(:last-child) {
  	border-bottom: 1px solid #F4F4F4;
	}

  .topic-icon{
    margin-top: -2px;
  }

  .topic-card.no-icon .topic-icon {
    display: none;
  }
  .topic-card.no-icon .topic-left {
    grid-template-columns: 1fr;
  }
  .topic-card.no-icon .topic-title {
    grid-column: 1;
  }
  .topic-card.no-icon .topic-links {
    grid-column: 1;
  }

  .topic-links li a::after {
    display: block;
  }
  .topic-links li.mobile-only {
    display: flex;
  }
  .topic-card--wide .topic-desc {
    display: none;
  }
  .topic-card--wide .topic-links{
  	display:grid;
	}
  .topic-more__btn{
    display:none;
  }
  .topic-links li:has(+ .topic-more-item) {
    border-bottom: none;
  }
  .topic-more-item{
    padding: 0 !important;
    min-height: 0 !important;
  }
  
}


/* =========================================================
   SEARCH RESULTS PAGE
   ========================================================= */

/* Search Results Page Container */
.search-results-page {
  padding: 48px 160px 56px 160px;
}
.breadcrumb-nav {
  margin-bottom: 24px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: rgba(17, 18, 20, 0.80);
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item a {
  color: rgba(17, 18, 20, 0.80);
  text-decoration: none;
  font-weight: 400;
}

.breadcrumb-item a:hover {
  text-decoration: none;
  color: #1064BC;
}

.breadcrumb-current {
  color: rgba(17, 18, 20, 0.80);
  font-weight: 600;
}

.breadcrumb-separator {
  display: flex;
  align-items: center;
}

.breadcrumb-separator .icon-chevron {
  width: 20px;
  height: 20px;
}

.search-section {
  margin-bottom: 40px;
  margin-top: 0;
}

.search-section .search {
  max-width: 100%;
}

.search-results-header {
  margin-bottom: 40px;
}

.search-results-title {
  font-size: 28px;
  font-weight: 700;
  color: rgba(17, 18, 20, 0.80);
  margin: 0 0 2px 0;
  line-height: 1.3;
}

.search-results-count {
  font-size: 14px;
  color: rgba(17, 18, 20, 0.64);
  margin: 0;
}
.search-results-card {
  background: #fff;
  border-radius: 0;
}
.search-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-result-item {
  padding: 24px 0;
  border-bottom: 1px solid #F4F4F4;
}

.search-result-item:first-child {
  padding-top: 0;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1064BC;
  text-decoration: none;
  margin-bottom: 6px;
  line-height: 1.4;
}

.search-result-link:hover {
  text-decoration: underline;
}
.search-result-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 12px;
  color: #11121466;
}

.search-result-breadcrumb {
  display: flex;
  align-items: center;
}

.search-result-breadcrumb .breadcrumb-sep {
  display: flex;
  align-items: center;
}

.search-result-breadcrumb .breadcrumb-sep .icon-chevron {
  width: 20px;
  height: 20px;
}
.search-result-description {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(17, 18, 20, 0.64);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-result-description em {
  font-style: normal;
  font-weight: 600;
  color: rgba(17, 18, 20, 0.80);
}
.no-results-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 64px 32px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(17, 18, 20, 0.08);
}

.no-results-icon {
  width: 56px;
  height: 56px;
  background-image: url(/hc/theming_assets/01KHNVE87PPB0GSA5FA10B3S48);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 24px;
  opacity: 0.4;
}

.no-results-title {
  font-size: 16px;
  font-weight: 700;
  color: rgba(17, 18, 20, 0.64);
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.no-results-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: rgba(17, 18, 20, 0.64);
  margin: 0;
  line-height: 1.4;
}

.faq-section {
  margin-top: 32px;
  text-align: left;
}

.faq-title {
  font-size: 18px;
  font-weight: 700;
  color: rgba(17, 18, 20, 0.80);
  margin: 0 0 16px 0;
}

.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(17, 18, 20, 0.08);
}

.faq-link {
  color: #1064BC;
  text-decoration: none;
  font-size: 14px;
}

.faq-link:hover {
  text-decoration: underline;
}
.search-results-container + nav.pagination,
nav.pagination[aria-label] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

nav.pagination ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.pagination ul li {
  display: flex;
}

nav.pagination ul li a,
nav.pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1064BC;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s;
}

nav.pagination ul li a:hover {
  background-color: rgba(16, 100, 188, 0.08);
  text-decoration: none;
}

nav.pagination ul li.pagination-current span {
  background-color: #fff;
  border: 1px solid #1064BC;
  color: #1064BC;
  font-weight: 600;
}

nav.pagination ul li.pagination-prev a,
nav.pagination ul li.pagination-next a,
nav.pagination ul li.pagination-first a,
nav.pagination ul li.pagination-last a {
  color: #1064BC;
  font-size: 20px;
}

nav.pagination ul li.pagination-prev a:hover,
nav.pagination ul li.pagination-next a:hover,
nav.pagination ul li.pagination-first a:hover,
nav.pagination ul li.pagination-last a:hover {
  color: #0d5299;
}

/* =========================================================
   SEARCH RESULTS MOBILE RESPONSIVE
   ========================================================= */
@media (max-width: 1023px) {
  .search-results-page {
    padding: 4px 0 12px 0;
    background: #F4F4F4;
    min-height: 100vh;
  }

  .search-section {
    display: none;
  }

  .breadcrumb-nav {
    margin-bottom: 8px;
    padding: 0 16px;
  }

  .search-results-header {
    margin-bottom: 16px;
    padding: 0 16px;
  }

  .search-results-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .search-results-card {
    background: #fff;
    border-radius: 8px;
    margin: 0 12px;
    padding: 0 16px;
  }

  .search-result-item {
    padding: 16px 0;
  }

  .search-result-item:first-child {
    padding-top: 16px;
  }

  .search-result-link {
    font-size: 16px;
    margin-bottom: 4px;
  }
  
  .search-result-description {
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }

  nav.pagination ul li a,
  nav.pagination ul li span {
    min-width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .no-results-card {
    margin: 0 16px;
    padding: 40px 16px;
    background: none;
    border: none;
    border-radius: 0;
  }

  .no-results-title {
    font-size: 16px;
  }

  .no-results-subtitle {
    font-size: 14px;
  }
}

/* =========================================================
   CATEGORY DETAIL PAGE
   ========================================================= */

/* Category Detail Page Container */
.category-detail-page {
  padding: 56px 160px 56px 160px;
}

/* Category Search Top */
.category-search-top {
  margin-bottom: 40px;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}

/* Category Breadcrumb */
.category-breadcrumb {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.category-breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 4px 0;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: rgba(17, 18, 20, 0.80);
}

.category-breadcrumb-item {
  color: rgba(17, 18, 20, 0.80);
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
}

.category-breadcrumb-item:hover {
  text-decoration: none;
  color: #1064BC;
}

.category-breadcrumb-separator {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.category-breadcrumb-separator .icon-chevron {
  width: 20px;
  height: 20px;
}

.category-breadcrumb-current {
  color: rgba(17, 18, 20, 0.80);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.category-hero {
  margin-top: 24px;
  margin-bottom: 16px;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}

.category-hero-title {
  font-size: 28px;
  font-weight: 900;
  color: rgba(17, 18, 20, 0.88);
  margin: 0;
  line-height: 1.3;
}

.category-hero-desc {
  font-size: 14px;
  color: rgba(17, 18, 20, 0.64);
  margin: 4px 0 0 0;
  line-height: 1.5;
}
.category-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}
.category-section-card {
  background: #fff;
  border: 1px solid rgba(17, 18, 20, 0.08);
  border-radius: 8px;
  padding: 24px;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.category-section-card:hover:not(:has(.category-article-link:hover, .topic-more__btn:hover)) .category-section-title {
  color: #1064BC;
}

.category-section-title {
  font-size: 18px;
  font-weight: 900;
  color: rgba(17, 18, 20, 0.80);
  margin: 0 0 16px 0;
  line-height: 1.4;
}

.category-article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-article-item {
  margin-bottom: 8px;
}

.category-article-item:last-child {
  margin-bottom: 0;
}

.category-article-link {
  font-size: 14px;
  color: rgba(17, 18, 20, 0.80);
  text-decoration: none;
  line-height: 1.5;
  display: block;
  transition: color 0.2s ease;
}

.category-article-link:hover {
  color: #1064BC;
  text-decoration: none;
}

.category-article-chevron {
  display: none;
}


.category-channels {
  margin-top: 24px;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}

.category-channels .channels {
  max-width: 100%;
}

/* =========================================================
   CATEGORY DETAIL PAGE RESPONSIVE
   ========================================================= */

@media (max-width: 1023px) {
  .category-detail-page {
    padding: 0 12px 12px 12px;
    background: #F4F4F4;
    min-height: calc(100vh - 48px);
  }

  .category-search-top {
    display: none;
  }

  .category-search-top,
  .category-breadcrumb,
  .category-hero,
  .category-content,
  .category-channels {
    max-width: 100%;
  }

  .category-breadcrumb-list {
    font-size: 12px;
  }

  .category-hero {
    margin-top: 16px
  }

  .category-hero-title {
    font-size: 18px;
  }

  .category-hero-desc {
    font-size: 12px;
  }

  .category-content {
    margin-top: 16px;
    gap: 12px;
  }

  .category-section-card {
    padding: 8px;
    border-radius: 12px;
    overflow: hidden;
  }

  .category-section-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 10px 8px;
  }

  .category-section-card:not(:has(.category-article-item)) .category-section-title {
    padding-bottom: 16px;
  }

  .category-article-item {
    padding: 10px 8px;
    border-bottom: none;
    margin-bottom: 0;
  }

  .category-article-item:not(:last-child) .category-article-link {
    border-bottom: 1px solid rgba(17, 18, 20, 0.08);
    padding-bottom: 10px;
  }

  .category-article-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 14px;
    transition: background-color 0.2s ease;
  }

  .category-article-title {
    flex: 1;
    min-width: 0;
  }

  .category-article-chevron {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .category-channels {
    margin-top: 24px;
  }
}

/* =========================================================
   SECTION DETAIL PAGE
   ========================================================= */

/* Section Detail Page Container */
.section-detail-page {
  padding: 56px 160px 56px 160px;
}

/* Section Search Top */
.section-search-top {
  margin-bottom: 40px;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}



/* Section Breadcrumb */
.section-breadcrumb {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section-breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 4px 0;
  font-size: 12px;
  font-weight: 400;
  color: rgba(17, 18, 20, 0.44);
}

.section-breadcrumb-item {
  color: rgba(17, 18, 20, 0.80);
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
}

.section-breadcrumb-item:hover {
  text-decoration: none;
  color: #1064BC;
}

.section-breadcrumb-separator {
  display: flex;
  align-items: center;
}

.section-breadcrumb-separator .icon-chevron {
  width: 20px;
  height: 20px;
}

.section-breadcrumb-current {
  color: rgba(17, 18, 20, 0.80);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.section-hero {
  margin-top: 24px;
  margin-bottom: 16px;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}

.section-hero-title {
  font-size: 28px;
  font-weight: 900;
  color: rgba(17, 18, 20, 0.88);
  margin: 0;
  line-height: 1.3;
}
.section-content {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}
.section-articles-card {
  background: #fff;
  border: 1px solid rgba(17, 18, 20, 0.08);
  border-radius: 8px;
  padding: 24px;
}
.section-article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-article-item {
  margin-bottom: 8px;
}

.section-article-item:last-child {
  margin-bottom: 0;
}
.section-article-link {
  font-size: 14px;
  color: rgba(17, 18, 20, 0.80);
  text-decoration: none;
  line-height: 1.5;
  display: block;
  transition: color 0.2s ease;
}

.section-article-link:hover {
  color: #1064BC;
  text-decoration: none;
}

.section-article-chevron {
  display: none;
}
.section-empty {
  text-align: center;
  padding: 48px 24px;
  color: rgba(17, 18, 20, 0.64);
}
.section-channels {
  margin-top: 24px;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}

.section-channels .channels {
  max-width: 100%;
}

/* =========================================================
   SECTION DETAIL PAGE RESPONSIVE
   ========================================================= */

@media (max-width: 1023px) {
  .section-detail-page {
    padding: 0 12px 12px 12px;
    background: #F4F4F4;
    min-height: calc(100vh - 48px);
  }

  .section-search-top {
    display: none;
  }

  .section-search-top,
  .section-breadcrumb,
  .section-hero,
  .section-content,
  .section-channels {
    max-width: 100%;
  }

  .section-breadcrumb {
    margin-bottom: 12px;
    padding-top: 16px;
  }

  .section-hero {
    margin-bottom: 16px;
  }

  .section-hero-title {
    font-size: 18px;
  }

  .section-articles-card {
    padding: 8px;
    border-radius: 8px;
    overflow: hidden;
  }

  .section-article-item {
    padding: 10px 8px;
    border-bottom: none;
    margin-bottom: 0;
  }

  .section-article-item:not(:last-child) .section-article-link {
    border-bottom: 1px solid rgba(17, 18, 20, 0.08);
    padding-bottom: 10px;
  }

  .section-article-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 14px;
    transition: background-color 0.2s ease;
  }

  .section-article-link:hover {
    color: rgba(17, 18, 20, 0.80);
    background-color: rgba(17, 18, 20, 0.02);
  }

  .section-article-title {
    flex: 1;
    min-width: 0;
  }

  .section-article-chevron {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .section-channels {
    margin-top: 24px;
  }
}

/* =========================================================
   ARTICLE DETAIL PAGE
   ========================================================= */

/* Article Detail Page Container */
.article-detail-page {
  padding: 48px 104px 56px 104px;
}
.article-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
} 
.article-search-desktop {
  flex-shrink: 0;
  width: 200px;
}

.article-search-desktop .search {
  max-width: 100%;
}

.article-search-desktop .search input[type="search"] {
  max-width: 100%;
  border: 1px solid rgba(17, 18, 20, 0.16);
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
  padding: 0 40px 0 14px;
}

.article-search-desktop .search input[type="search"]:focus {
  border: 1px solid #0072EF;
}

.article-search-desktop .search input[type="submit"] {
  width: 20px;
  height: 20px;
  right: 16px;
}
.article-breadcrumb {
  flex: 1;
  min-width: 0;
  max-width: 100%;
}

.article-breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: rgba(17, 18, 20, 0.80);
}

.article-breadcrumb-item {
  flex-shrink: 0;
  white-space: nowrap;
}

.article-breadcrumb-item.breadcrumb-truncate {
  flex-shrink: 1;
  min-width: 0;
  max-width: 250px;
}

.article-breadcrumb-item a,
.article-breadcrumb-current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(17, 18, 20, 0.80);
  text-decoration: none;
  font-weight: 400;
}

.article-breadcrumb-item a:hover {
  color: #1064BC;
}

.article-breadcrumb-current {
  font-weight: 700;
}

.article-breadcrumb-separator {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.article-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 48px;
}

.article-content-wrapper.no-toc {
  grid-template-columns: 1fr;
}

.article-content-wrapper.no-toc .article-main {
  max-width: 100%;
}

.article-content-wrapper.no-toc .article-body-content {
  width: 100% !important;
}
.article-main {
  min-width: 0;
  max-width: 640px;
  align-self: start;
}
.article-header {
  margin-bottom: 24px;
}
.article-title {
  font-size: 28px;
  font-weight: 700;
  color: rgba(17, 18, 20, 0.80);
}

.article-title .icon-lock {
  font-size: 18px;
  margin-left: 8px;
  color: rgba(17, 18, 20, 0.44);
}
.article-body-content {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(17, 18, 20, 0.80);
}

@media (min-width: 1024px) {
  .article-body-content {
    width: 552px;
  }
}

.article-body-content h2 {
  font-size: 18px;
  font-weight: 700;
  color: rgba(17, 18, 20, 0.88);
  margin: 32px 0 16px 0;
  scroll-margin-top: 80px;
}

.article-body-content h2:first-child {
  margin-top: 0;
}

.article-body-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(17, 18, 20, 0.80);
  margin: 24px 0 12px 0;
  scroll-margin-top: 80px;
}

.article-body-content p {
  margin: 0 0 16px 0;
}

.article-body-content ul,
.article-body-content ol {
  margin: 0 0 16px 0;
  padding-left: 24px;
  list-style-type: disc;
}

.article-body-content li {
  margin-bottom: 8px;
}

.article-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 16px;
}

.article-table-wrapper table {
  min-width: 100%;
}

.article-body-content .note,
.article-body-content .warning,
.article-body-content [class*="callout"] {
  background: #FFF9E6;
  border-left: 4px solid #F5A623;
  padding: 16px 20px;
  margin: 24px 0;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  line-height: 1.6;
}

.article-body-content .note::before,
.article-body-content .warning::before {
  content: "💡";
  margin-right: 8px;
}
.article-body-content .cta-button,
.article-body-content .button-cta {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #1064BC;
  border-radius: 4px;
  color: #1064BC;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin: 16px 0;
  transition: all 0.2s ease;
}

.article-body-content .cta-button:hover,
.article-body-content .button-cta:hover {
  background: #1064BC;
  color: #fff;
  text-decoration: none;
}
.article-attachments {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(17, 18, 20, 0.08);
}

.attachments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.attachment-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(17, 18, 20, 0.08);
}

.attachment-item:last-child {
  border-bottom: none;
}

.attachment-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1064BC;
  text-decoration: none;
  font-size: 14px;
}

.attachment-link:hover {
  text-decoration: underline;
}

.attachment-icon {
  width: 16px;
  height: 16px;
}

.attachment-size {
  font-size: 12px;
  color: rgba(17, 18, 20, 0.44);
  margin-left: auto;
}
.article-sidebar {
  position: relative;
}

.article-toc {
  position: sticky;
  top: 100px;
}
.article-toc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: default;
  text-align: left;
  border-bottom: 1px solid rgba(17, 18, 20, 0.12);
}

.article-toc-title {
  color: rgba(17, 18, 20, 0.80);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 8px;
}

.article-toc-chevron {
  display: none;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.article-toc-header[aria-expanded="true"] .article-toc-chevron {
  transform: rotate(180deg);
}

.article-toc-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 4px;
}

.article-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.article-toc-link {
  color: rgba(17, 18, 20, 0.64);
  text-decoration: none;
  line-height: 1.5;
  padding: 4px 0;
  transition: color 0.2s ease;
  display: block;
}

.article-toc-link:hover,
.article-toc-link:focus,
.article-toc-link:focus-visible,
.article-toc-link:active {
  color: #4083C9;
  text-decoration: none;
}

.article-toc-link.is-active {
  color: rgba(17, 18, 20, 0.64);
  font-weight: 600;
}

.article-toc-item {
  font-size: 14px;
  color: rgba(17, 18, 20, 0.64);
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
}

.article-toc-item:hover {
  color: #1064BC;
  text-decoration: none;
}

.article-toc-item--sub {
  font-size: 14px;
}
.article-related {
  margin-top: 32px;
}

.related-articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  border: 1px solid rgba(17, 18, 20, 0.08);
  border-radius: 8px;
  overflow: hidden;
  padding: 16px 24px;
}

.related-article-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.2s ease;
  min-width: 0;
  padding: 8px 0;
}

.related-article-card:hover {
  text-decoration: none;
}

.related-article-card:hover .related-article-title {
  color: #1064BC;
}

.related-article-content {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.related-article-title {
  font-size: 16px;
  font-weight: 400;
  color: rgba(17, 18, 20, 0.80);
  line-height: 22px;
  margin-bottom: 4px;
}

.related-article-breadcrumb {
  font-size: 12px;
  color: rgba(17, 18, 20, 0.48);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-article-breadcrumb .breadcrumb-item {
  display: inline;
  white-space: nowrap;
}

.related-article-breadcrumb .breadcrumb-item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.related-article-breadcrumb .breadcrumb-item:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-right: 4px;
  background-image: url(/hc/theming_assets/01KEXMW8E1R0RFZA526TAD1FC8);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.related-article-breadcrumb .breadcrumb-separator {
  width: 12px;
  height: 12px;
  opacity: 0.5;
}

.related-article-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 12px;
  margin-top: 2px;
}
.article-channels {
  margin-top: 32px;
}

.article-channels .section-title {
  margin-bottom: 20px;
}

/* =========================================================
   ARTICLE DETAIL PAGE RESPONSIVE
   ========================================================= */

@media (max-width: 1023px) {
  .article-detail-page {
    padding: 4px 16px 24px 16px;
    background: #F4F4F4;
    min-height: calc(100vh - 48px);
  }

  .article-search-desktop {
    display: none;
  }

  .article-breadcrumb-current-item,
  .article-breadcrumb-separator:has(+ .article-breadcrumb-current-item) {
    display: none;
  }

  .article-top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .article-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .article-sidebar {
    order: -1;
    width: 100%;
    margin-bottom: 8px;
  }

  .article-toc {
    padding: 0;
    min-height: 40px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  }

  .article-toc-header {
    cursor: pointer;
    margin-bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 16px;
    border-bottom: 1px solid #F4F4F4;
  }

  .article-toc-title {
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .article-toc-chevron {
    display: block;
  }

  .article-toc-nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
    padding: 0;
  }

  .article-toc-nav.is-open {
    max-height: 500px;
    padding: 0;
  }

  .article-toc-item {
    font-size: 12px;
    padding: 0 16px;
    height: 40px;
  }

  .article-toc-item:not(:last-child) .article-toc-link {
    border-bottom: 1px solid #F4F4F4;
  }

  .article-toc-item:last-child {
    border-bottom: none;
  }

  .article-toc-link {
    color: rgba(17, 18, 20, 0.80);
    display: block;
    padding: 10px 0;
  }

  .article-toc-link.is-active {
    color: rgba(17, 18, 20, 0.90);
    font-weight: 700;
  }

  .article-main {
    max-width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 16px;
  }

  .article-header {
    margin-bottom: 16px;
  }

  .article-title {
    font-size: 18px;
  }

  .article-body-content {
    font-size: 14px;
    line-height: 1.6;
  }

  .article-body-content h2 {
    font-size: 15px;
    margin: 24px 0 12px 0;
  }

  .article-body-content h3 {
    font-size: 14px;
    margin: 20px 0 10px 0;
  }

  .article-body-content .note,
  .article-body-content .warning,
  .article-body-content [class*="callout"] {
    padding: 12px 16px;
    margin: 16px 0;
    font-size: 13px;
  }

  .article-related,
  .article-channels {
    margin-top: 24px;
  }

  .related-articles-grid {
    grid-template-columns: 1fr;
    gap: 0;
    border: none;
    border-radius: 4px;
    padding: 0;
  }

  .related-article-card {
    padding: 10px 8px 10px 16px;
    position: relative;
  }

  .related-article-card:not(:last-child)::after {
    content: '';
    position: absolute;
    inset: auto 16px 0 16px;
    height: 1px;
    background: rgba(17, 18, 20, 0.08);
  }

  .related-article-title {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .related-article-breadcrumb {
    color: rgba(17, 18, 20, 0.64);
    font-size: 12px;
  }

  .related-article-breadcrumb .breadcrumb-item:last-child {
    max-width: 140px;
  }
}

/* ========================================
   Accordion Container Styles
   ======================================== */
.section-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(17, 18, 20, 0.64);
  margin: 40px 0 16px 0;
  padding: 0;
}

.section-subtitle:first-child {
  margin-top: 24px;
}

.accordion-container {
  margin: 0 0 32px 0;
  border: 1px solid rgba(17, 18, 20, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.accordion-container > dl {
  margin: 0;
  padding: 0;
}
.accordion-container > dl > dt {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(17, 18, 20, 0.80);
  padding: 16px 48px 16px 16px;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
  background-color: #ffffff;
  border-top: 1px solid rgba(17, 18, 20, 0.08);
}

.accordion-container > dl > dt:first-child {
  border-top: none;
}

.accordion-container > dl > dt:hover {
  background-color: rgba(17, 18, 20, 0.02);
}
.accordion-container > dl > dt::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='rgba(17, 18, 20, 0.80)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.accordion-container > dl > dt.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-container > dl > dd {
  margin: 0;
  padding: 16px;
  display: none;
  background-color: #ffffff;
  border-top: 1px solid rgba(17, 18, 20, 0.08);
}

.accordion-container > dl > dd.active {
  display: block;
}
.accordion-container > dl > dd p {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(17, 18, 20, 0.64);
}

.accordion-container > dl > dd p:last-child {
  margin-bottom: 0;
}

.accordion-container > dl > dd a {
  color: #0064dc;
  text-decoration: none;
  word-break: break-word;
}

.accordion-container > dl > dd a:hover {
  text-decoration: underline;
}

.accordion-container > dl > dd strong {
  font-weight: 600;
  color: rgba(17, 18, 20, 0.80);
}
.info-message {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 8px;
  background-color: #EDF6FE;
  border-radius: 8px;
  margin-bottom: 32px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.info-item--user .info-icon {
  background-image: url(/hc/theming_assets/01KH33JZTQ8VCTTNCY5PRWBY6V);
}

.info-item--category .info-icon {
  background-image: url(/hc/theming_assets/01KH34AAQMFAMSNWCW9BX340FE);
}

.info-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(17, 18, 20, 0.80);
}
.info-text strong { 
  font-weight: 600;
}
.note-message {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  margin: 0 0 24px 0;
  background-color: #FFF9E6;
  border-radius: 8px;
  border: 1px solid rgba(255, 193, 7, 0.3);
}

.note-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url(/hc/theming_assets/01KH3797VM0BFPHKGM8HFY3FW6);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.note-label {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: rgba(17, 18, 20, 0.90);
}

.note-content {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(17, 18, 20, 0.80);
}

.note-content strong {
  font-weight: 700;
  color: rgba(17, 18, 20, 0.90);
}

/* Mobile Responsive */
@media (max-width: 1023px) {
  .section-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin: 32px 0 12px 0;
  }

  .accordion-container {
    border-radius: 8px;
    margin: 0 0 24px 0;
  }

  .accordion-container > dl > dt {
    font-size: 13px;
    line-height: 18px;
    padding: 12px 40px 12px 12px;
  }

  .accordion-container > dl > dt::after {
    right: 12px;
    width: 14px;
    height: 14px;
  }

  .accordion-container > dl > dd {
    padding: 16px;
  }

  .accordion-container > dl > dd p {
    font-size: 13px;
    line-height: 18px;
  }
  
  .info-message {
    padding: 12px 8px;
    gap: 8px;
    margin: 20px 0;
  }
  
  .info-text {
    font-size: 13px;
    line-height: 18px;
  }
  
  .info-icon {
    width: 20px;
    height: 20px;
  }
  
  .note-message {
    padding: 12px;
    gap: 8px;
    margin: 0 0 20px 0;
  }
  
  .note-icon {
    width: 20px;
    height: 20px;
  }
  
  .note-label {
    font-size: 13px;
    line-height: 18px;
  }
  
  .note-content {
    font-size: 13px;
    line-height: 18px;
  }
}

/* =========================================================
   CUSTOM SEARCH AUTOCOMPLETE
   ========================================================= */

/* Hide default Zendesk autocomplete */
[role="listbox"],
zd-autocomplete,
zd-autocomplete-announcement,
.search [role="listbox"] {
  display: none !important;
}

/* Dropdown container */
.custom-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(17, 18, 20, 0.12);
  border-radius: 4px;
  box-shadow: 0 0 12px 0 rgba(17, 18, 20, 0.12);
  z-index: 9999;
  display: none;
  margin-top: 4px;
  max-height: 480px;
  overflow-y: auto;
  text-align: left;
}

.custom-search-dropdown.is-visible {
  display: block;
}
.custom-search-results {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-search-item {
  padding: 10px 16px;
  border-bottom: 1px solid rgba(17, 18, 20, 0.08);
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.custom-search-item:hover {
  background-color: #f7f7f8;
}

.custom-search-item:last-child {
  border-bottom: none;
}
.custom-search-item-title {
  font-size: 16px;
  font-weight: 400;
  color: rgba(17, 18, 20, 0.80);
  line-height: 1.4;
  margin: 0 0 4px 0;
}

.custom-search-item-title strong {
  font-weight: 700;
}
.custom-search-item-breadcrumb {
  font-size: 14px;
  font-weight: 400;
  color: rgba(17, 18, 20, 0.64);
  margin: 0;
}
.custom-search-footer {
  padding: 10px 8px 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-top: 1px solid rgba(17, 18, 20, 0.08);
  transition: background-color 0.15s ease;
}

.custom-search-footer:hover {
  background-color: #f7f7f8;
}

.custom-search-footer-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.custom-search-footer-title {
  font-size: 16px;
  font-weight: 700;
  color: rgba(17, 18, 20, 0.80);
}

.custom-search-footer-count {
  font-size: 14px;
  color: rgba(17, 18, 20, 0.64);
  display: none;
}

.custom-search-footer-arrow {
  width: 20px;
  height: 20px;
  color: rgba(17, 18, 20, 0.40);
  flex-shrink: 0;
}
.custom-search-matches-header {
  display: none;
}
.custom-search-popular-header {
  padding: 16px 16px 8px 16px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(17, 18, 20, 0.44);
  text-transform: uppercase;
  line-height: 16px;
  background-color: #F4F4F4;
}
.custom-search-loading {
  padding: 20px;
  text-align: center;
  color: rgba(17, 18, 20, 0.56);
  font-size: 14px;
}
.custom-search-empty {
  padding: 20px 16px;
  text-align: left;
  color: rgba(17, 18, 20, 0.64);
  font-size: 14px;
  font-weight: 400;
}
.article-search-desktop .custom-search-dropdown {
  min-width: 400px;
  width: 400px;
  right: 0;
  left: auto;
}
@media (max-width: 1023px) {
  .mobile-search > .custom-search-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0;
    border: none;
    margin-top: 0;
    box-shadow: none;
    max-height: 55vh;
    -webkit-overflow-scrolling: touch;
  }
  .custom-search-dropdown {
    border-radius: 8px;
    margin-top: 4px;
  }

  .custom-search-item {
    padding: 12px 16px;
  }

  .custom-search-footer {
    padding: 12px 16px;
  }

  .custom-search-popular-header {
    padding: 12px 16px 6px;
    font-size: 12px;
  }

  .custom-search-matches-header {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: rgba(17, 18, 20, 0.44);
    text-transform: uppercase;
    line-height: 16px;
    background: #F4F4F4;
    padding: 24px 16px 8px 16px;
  }
}

/* =========================================================
   ERROR PAGE
   ========================================================= */

.error-page-container {
  padding: 32px;
  display: flex;
  flex-direction: column;
  min-height: 565px;
}

.error-search-section {
  margin-top: 16px !important;
  margin-bottom: 0;
}

.error-search-section .search {
  max-width: 100%;
}

.error-search-section .search input[type="search"] {
  max-width: 100%;
  border: 1px solid rgba(17, 18, 20, 0.16);
  border-radius: 4px;
  height: 48px;
  font-size: 16px;
  padding: 0 48px 0 16px;
}

.error-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  justify-content: center;
  padding: 88px 32px 32px;
}

.error-card-icon {
  width: 56px;
  height: 56px;
  background-image: url(/hc/theming_assets/01KHQRHKNKS4DP3CM5EDB7G5G4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 24px;
  opacity: 0.4;
}

.error-card-title {
  font-size: 24px;
  font-weight: 700;
  color: rgba(17, 18, 20, 0.80);
  margin: 0 0 8px 0;
}

.error-card-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: rgba(17, 18, 20, 0.80);
  margin: 0 0 40px 0;
}

.error-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 4px;
  border: 1px solid #1064BC;
  background: #fff;
  color: #1064BC;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.error-card-button:hover {
  text-decoration: none !important; 
}

.error-mobile-button {
  display: none;
}

/* =========================================================
   ERROR PAGE MOBILE RESPONSIVE
   ========================================================= */

@media (max-width: 1023px) {
  .error-page-container {
    padding: 0;
    background: #F4F4F4;
    min-height: calc(100vh - 48px);
    position: relative;
  }

  .error-search-section {
    display: none;
  }

  .error-card {
    padding: 40px;
    flex: 1;
    justify-content: flex-start;
    padding-top: 40px;
  }

  .error-card-title {
    font-size: 16px;
    color: rgba(17, 18, 20, 0.64);
  }

  .error-card-subtitle {
    font-size: 14px;
    color: rgba(17, 18, 20, 0.64);
  }

  .error-card-button {
    display: none;
  }

  .error-mobile-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin: 0 16px;
    border-radius: 4px;
    background: #1064BC;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    position: fixed;
    bottom: 16px;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .error-mobile-button:hover {
    text-decoration: none;
  }
}

