@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "MTN Brighter Sans";
  src: url("$assets-MTNBrighterSans-ExtraLight-otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("$assets-MTNBrighterSans-ExtraLightItalic-otf") format("opentype");
  font-weight: 200;
  font-style: Italic;
  font-display: swap;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("$assets-MTNBrighterSans-light-otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("$assets-MTNBrighterSans-lightItalic-otf") format("opentype");
  font-weight: 300;
  font-style: Italic;
  font-display: swap;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("$assets-MTNBrighterSans-Regular-otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("$assets-MTNBrighterSans-RegularItalic-otf") format("opentype");
  font-weight: 400;
  font-style: Italic;
  font-display: swap;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("$assets-MTNBrighterSans-Medium-otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("$assets-MTNBrighterSans-MediumItalic-otf") format("opentype");
  font-weight: 500;
  font-style: Italic;
  font-display: swap;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("$assets-MTNBrighterSans-Bold-otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("$assets-MTNBrighterSans-BoldItalic-otf") format("opentype");
  font-weight: 700;
  font-style: Italic;
  font-display: swap;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("$assets-MTNBrighterSans-ExtraBold-otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("$assets-MTNBrighterSans-ExtraBoldItalic-otf") format("opentype");
  font-weight: 800;
  font-style: Italic;
  font-display: swap;
}
:root {
  --mtn-font-family: "MTN Brighter Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--mtn-font-family) !important;
}

body * {
  font-family: inherit;
}

:root {
  color-scheme: light;
  --color-primary-bg: #ffffff;
  --color-secondary-bg: #f8f8f8;
  --color-tertiary-bg: #f2f2f2;
  --color-page-bg: #f8fafc;
  --color-surface-bg: #ffffff;
  --color-surface-muted-bg: #fff8e1;
  --color-surface-elevated-bg: #ffffff;
  --color-border-high-contrast: #848F99;
  --color-border-low-contrast: #ddd;
  --color-border-menu: #d8dcde;
  --color-border-soft: #e2e8f0;
  --color-text-primary: #000;
  --color-text-secondary: #232527b6;
  --color-text-tertiary: #666;
  --color-text-focus: #555;
  --color-text-muted: #64748b;
  --color-heading: #0f172a;
  --color-focus-ring: rgba(255, 203, 5, 0.55);
  --color-header-bg: #ffcb05;
  --color-header-text: #000;
  --color-header-nav: #232527b6;
  --color-header-nav-hover: #000;
  --color-header-nav-active: #000;
  --color-header-control-bg: rgba(0, 0, 0, 0.1);
  --color-header-control-border: rgba(0, 0, 0, 0.08);
  --color-header-control-hover: rgba(0, 0, 0, 0.18);
  --color-card-bg: #ffffff;
  --color-card-border: #ddd;
  --color-card-shadow: rgba(0, 0, 0, 0.12);
  --color-modal-bg: #ffffff;
  --color-modal-border: #ddd;
  --color-modal-overlay: rgba(0, 0, 0, 0.5);
  --color-input-bg: #ffffff;
  --color-input-border: #ddd;
  --color-input-text: #666;
  --color-button-bg: var(--brand-color, #0066cc);
  --color-button-text: #ffffff;
  --color-button-hover: #0052a3;
  --color-link: var(--brand-color, #0066cc);
  --color-link-hover: #004f9f;
  --color-code-bg: #f5f5f5;
  --color-code-text: #333;
  --color-success-bg: #e8f5e9;
  --color-success-text: #2e7d32;
  --color-error-bg: #ffebee;
  --color-error-text: #c62828;
  --color-warning-bg: #fff3e0;
  --color-warning-text: #e65100;
  --color-info-bg: #e3f2fd;
  --color-info-text: #1565c0;
  --shadow-light: 0 2px 4px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 4px 8px rgba(0, 0, 0, 0.15);
  --shadow-heavy: 0 10px 30px rgba(0, 0, 0, 0.12);
}

[data-theme=dark] {
  color-scheme: dark;
  --color-primary-bg: #1a1a1a;
  --color-secondary-bg: #2d2d2d;
  --color-tertiary-bg: #3a3a3a;
  --color-page-bg: #050505;
  --color-surface-bg: #111111;
  --color-surface-muted-bg: #171717;
  --color-surface-elevated-bg: #171717;
  --color-border-high-contrast: #555;
  --color-border-low-contrast: #444;
  --color-border-menu: #444;
  --color-border-soft: #2a2a2a;
  --color-text-primary: #ffffff;
  --color-text-secondary: #c0c0c0;
  --color-text-tertiary: #a0a0a0;
  --color-text-focus: #e0e0e0;
  --color-text-muted: #cbd5e1;
  --color-heading: #f8fafc;
  --color-focus-ring: rgba(255, 203, 5, 0.7);
  --color-header-bg: #ffcb05;
  --color-header-text: #000000;
  --color-header-nav: rgba(0, 0, 0, 0.68);
  --color-header-nav-hover: #000000;
  --color-header-nav-active: #000000;
  --color-header-control-bg: rgba(0, 0, 0, 0.08);
  --color-header-control-border: rgba(0, 0, 0, 0.12);
  --color-header-control-hover: rgba(0, 0, 0, 0.16);
  --color-card-bg: #2d2d2d;
  --color-card-border: #444;
  --color-card-shadow: rgba(0, 0, 0, 0.5);
  --color-modal-bg: #111111;
  --color-modal-border: #2a2a2a;
  --color-modal-overlay: rgba(0, 0, 0, 0.8);
  --color-input-bg: #161616;
  --color-input-border: #3a3a3a;
  --color-input-text: #f8fafc;
  --color-button-bg: #ffcb05;
  --color-button-text: #000;
  --color-button-hover: #ffb700;
  --color-link: #64b5f6;
  --color-link-hover: #90caf9;
  --color-code-bg: #262626;
  --color-code-text: #e0e0e0;
  --color-success-bg: #1b5e20;
  --color-success-text: #81c784;
  --color-error-bg: #b71c1c;
  --color-error-text: #ff6b6b;
  --color-warning-bg: #e65100;
  --color-warning-text: #ffb74d;
  --color-info-bg: #0d47a1;
  --color-info-text: #64b5f6;
  --shadow-light: 0 2px 4px rgba(0, 0, 0, 0.4);
  --shadow-medium: 0 4px 8px rgba(0, 0, 0, 0.5);
  --shadow-heavy: 0 10px 30px rgba(0, 0, 0, 0.6);
}

html,
body {
  background-color: var(--color-page-bg);
  color: var(--color-text-primary);
}

body,
main,
.container,
.custom-categories,
.article-container,
.article-sidebar,
.section-container,
.category-container,
.request-container,
.profile-container,
.community-container,
.search-results,
.new-request-page {
  background-color: var(--color-page-bg);
  color: var(--color-text-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
label,
dt,
dd,
.page-header-description,
.meta-data,
.recent-activity-item-meta,
.comment-meta,
.request-meta {
  color: inherit;
}

a {
  color: var(--color-link);
}

a:hover,
a:focus {
  color: var(--color-link-hover);
}

.category-card,
.article-card,
.blocks-item,
.blocks-item-link,
.article-list-item,
.section,
.articles,
.request,
.comment,
.comment-form,
.profile-info,
.profile-activity,
.search-result,
.dropdown-menu,
.nesty-panel,
.modal,
.modal-dialog,
.notification,
.upload-dropzone,
.table,
table {
  background-color: var(--color-surface-bg) !important;
  border-color: var(--color-border-soft) !important;
  color: var(--color-text-primary) !important;
}

.card-content {
  background-color: var(--color-surface-bg) !important;
  color: var(--color-text-primary) !important;
}

.category-icon {
  background-color: #ffcb05 !important;
  color: #000000 !important;
}

.category-icon img {
  filter: none !important;
  opacity: 1 !important;
}

.trending-card {
  background-color: var(--color-surface-bg) !important;
  border: 1px solid var(--color-border-soft) !important;
  color: var(--color-text-primary) !important;
}

.trending-left h3,
.trending-right a {
  color: var(--color-heading) !important;
}

.trending-left p {
  color: var(--color-text-muted) !important;
}

.trending-right li {
  border-color: var(--color-border-soft) !important;
}

.category-card h3,
.article-card h3,
.section-tree-title a,
.article-list-item a,
.articles h2,
.page-header h1,
.category-header h1 {
  color: var(--color-heading) !important;
}

.category-card p,
.article-card p,
.categories-header a,
.page-header-description,
.category-header p,
.card-footer,
.article-meta,
.meta-data,
.recent-activity-item-meta,
.comment-meta,
.request-meta,
.form-field p {
  color: var(--color-text-muted) !important;
}

.mtn-search-hero h1 {
  color: #ffffff !important;
}

.mtn-search-hero h1 span {
  color: #ffcb05 !important;
}

.mtn-search-hero p {
  color: rgba(255, 255, 255, 0.86) !important;
}

.mtn-result-card {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
  color: #0f172a !important;
}

.mtn-result-card h3,
.mtn-read-more {
  color: #111827 !important;
}

.mtn-result-card p {
  color: #475569 !important;
}

[data-theme=dark] .mtn-result-card {
  background-color: #111111 !important;
  border-color: #2a2a2a !important;
  color: #f8fafc !important;
}

[data-theme=dark] .mtn-result-card h3,
[data-theme=dark] .mtn-read-more {
  color: #ffffff !important;
}

[data-theme=dark] .mtn-result-card p {
  color: #cbd5e1 !important;
}

[data-theme=dark] .hero-subtitle {
  color: #ffffff !important;
}

[data-theme] .custom-hero .hero-title,
[data-theme] .custom-hero .hero-subtitle {
  color: #ffffff !important;
}

[data-theme] .custom-hero .hero-title span {
  color: #ffcd05 !important;
}

[data-theme=dark] .category-sidebar h4 {
  color: #e2e8f0 !important;
}

[data-theme=dark] .category-sidebar li a {
  color: #9fb0c8 !important;
}

[data-theme=dark] .category-sidebar li a:hover {
  background-color: rgba(255, 203, 5, 0.12) !important;
  color: #ffffff !important;
}

.category-sidebar li.active a {
  background-color: #ffcb05 !important;
  color: #000000 !important;
}

[data-theme=dark] .category-sidebar li:not(.active) .sidebar-icon img {
  filter: brightness(0) invert(0.78);
  opacity: 0.95;
}

.category-filters button {
  background-color: #eef2f7 !important;
  color: #000000 !important;
}

[data-theme=dark] .category-filters button {
  background-color: #e8eef6 !important;
  color: #000000 !important;
}

.category-filters .active {
  background-color: #ffcb05 !important;
  color: #000000 !important;
}

.help-box {
  background-color: #fff4c2 !important;
  color: #000000 !important;
}

.help-box h5,
.help-box p,
.help-box p:first-child {
  color: #000000 !important;
}

.support-card,
.support-card h3,
.support-card p,
.support-card a,
.support-card button,
.support-action-copy strong {
  color: #ffffff !important;
}

.support-action-copy small {
  color: #b8c7dd !important;
}

.custom-article-main,
.sidebar-card,
.helpful-box,
.feedback-modal {
  background-color: var(--color-surface-bg) !important;
  border-color: var(--color-border-soft) !important;
  color: var(--color-text-primary) !important;
}

[data-theme=light] .custom-article-header {
  background-color: #fff4c2 !important;
  border-color: rgba(255, 203, 5, 0.55) !important;
}

[data-theme=dark] .custom-article-header {
  background-color: #0b0b0b !important;
  border-color: #2a2a2a !important;
}

.custom-article-title,
.custom-article-body h1,
.custom-article-body h2,
.custom-article-body h3,
.custom-article-body h4,
.sidebar-card h3,
.helpful-box h4,
.feedback-modal h3 {
  color: var(--color-heading) !important;
}

.custom-article-meta,
.sidebar-card a,
.helpful-box p,
.feedback-modal p {
  color: var(--color-text-muted) !important;
}

.custom-article-body,
.custom-article-body p,
.custom-article-body li,
.custom-article-body span,
.custom-article-body div,
.custom-article-body td,
.custom-article-body dd,
.custom-article-body dt,
.custom-article-body figcaption {
  color: var(--color-text-primary) !important;
}

.custom-article-body a {
  color: #ffc105 !important;
}

.custom-article-body a:hover,
.custom-article-body a:focus-visible {
  color: #ffdd4d !important;
}

.custom-article-body small,
.custom-article-body caption {
  color: var(--color-text-muted) !important;
}

.custom-article-body h2,
.custom-article-body h3 {
  background-color: var(--color-surface-bg) !important;
  border-color: var(--color-border-soft) !important;
}

.custom-article-body h2 + p,
.custom-article-body h3 + p {
  background-color: var(--color-surface-muted-bg) !important;
  border-color: var(--color-border-soft) !important;
}

.feedback-modal textarea {
  background-color: var(--color-input-bg) !important;
  border-color: var(--color-input-border) !important;
  color: var(--color-text-primary) !important;
}

.feedback-modal textarea::placeholder {
  color: var(--color-text-muted) !important;
  opacity: 1 !important;
}

.close-modal {
  color: var(--color-heading) !important;
}

.cancel-btn {
  background-color: #eef2f7 !important;
  color: #000000 !important;
}

input,
select,
textarea,
.nesty-input,
.search input,
.search-container input {
  background-color: var(--color-input-bg) !important;
  border-color: var(--color-input-border) !important;
  color: var(--color-text-primary) !important;
}

input::placeholder,
textarea::placeholder {
  color: var(--color-text-tertiary);
}

.hero-search,
.hero-search-wrapper {
  background-color: #ffffff !important;
  color: #0f172a !important;
}

.hero-search .search,
.hero-search form,
.hero-search input,
.hero-search input[type=search] {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #0f172a !important;
}

.hero-search input::placeholder,
.hero-search input[type=search]::placeholder {
  color: #64748b !important;
  opacity: 1 !important;
}

.modal-backdrop,
.modal-overlay {
  background-color: var(--color-modal-overlay);
}

* {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: var(--color-primary-bg, #FFFFFF);
  color: var(--color-text-primary, #2F3941);
  font-family: var(--mtn-font-family);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--mtn-font-family);
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: var(--color-link, #1F73B7);
  text-decoration: none;
}
a:visited {
  color: #9358B0;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

.hbs-form input,
.hbs-form textarea, .search input,
.search textarea {
  color: var(--color-input-text, #000);
  font-size: 14px;
}
.hbs-form input, .search input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
  /* We use the :where selector to not increase the specificity of the selector */
}
.hbs-form input:where(:not([type=checkbox])), .search input:where(:not([type=checkbox])) {
  outline: none;
}
.hbs-form input:where(:not([type=checkbox])):focus, .search input:where(:not([type=checkbox])):focus {
  border: 1px solid #17494D;
}
.hbs-form input[disabled], .search input[disabled] {
  background-color: #ddd;
}
.hbs-form select, .search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #848F99;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}
.hbs-form select:focus, .search select:focus {
  border: 1px solid #17494D;
}
.hbs-form select::-ms-expand, .search select::-ms-expand {
  display: none;
}
.hbs-form textarea, .search textarea {
  border: 1px solid #848F99;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
.hbs-form textarea:focus, .search textarea:focus {
  border: 1px solid #17494D;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

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

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/***** Buttons *****/
.button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .section-subscribe button, .split-button button {
  background-color: transparent;
  border: 1px solid #17494D;
  border-radius: 4px;
  color: #17494D;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  .button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .section-subscribe button, .split-button button {
    width: auto;
  }
}
.button:visited, .pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited, .subscriptions-subscribe button:visited, .requests-table-toolbar .organization-subscribe button:visited, .community-follow button:visited, .section-subscribe button:visited, .split-button button:visited {
  color: #17494D;
}
.button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .subscriptions-subscribe button:hover, .requests-table-toolbar .organization-subscribe button:hover, .community-follow button:hover, .section-subscribe button:hover, .split-button button:hover, .button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .subscriptions-subscribe button:active, .requests-table-toolbar .organization-subscribe button:active, .community-follow button:active, .section-subscribe button:active, .split-button button:active, .button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .subscriptions-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:focus, .community-follow button:focus, .section-subscribe button:focus, .split-button button:focus, .button.button-primary, .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected=true], .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected=true], .community-follow button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected=true], .split-button button.button-primary {
  background-color: #17494D;
  color: #FFFFFF;
  text-decoration: none;
}
.button.button-primary:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected=true]:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected=true]:hover, .community-follow button.button-primary:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected=true]:hover, .split-button button:hover, .button.button-primary:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected=true]:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected=true]:focus, .community-follow button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected=true]:focus, .split-button button.button-primary:focus, .button.button-primary:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected=true]:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected=true]:active, .community-follow button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected=true]:active, .split-button button.button-primary:active {
  background-color: #000;
  border-color: #000;
}
.button[data-disabled], [data-disabled].pagination-next-link, [data-disabled].pagination-prev-link, [data-disabled].pagination-first-link, [data-disabled].pagination-last-link, .subscriptions-subscribe button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .community-follow button[data-disabled], .section-subscribe button[data-disabled], .split-button button[data-disabled] {
  cursor: default;
}

.button-large, .hbs-form input[type=submit] {
  cursor: pointer;
  background-color: #17494D;
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}
@media (min-width: 768px) {
  .button-large, .hbs-form input[type=submit] {
    width: auto;
  }
}
.button-large:visited, .hbs-form input[type=submit]:visited {
  color: #FFFFFF;
}
.button-large:hover, .button-large:active, .button-large:focus, .hbs-form input[type=submit]:hover, .hbs-form input[type=submit]:active, .hbs-form input[type=submit]:focus {
  background-color: #000;
}
.button-large[disabled], .hbs-form input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #5a6d7c;
  border: 1px solid #848F99;
  background-color: transparent;
}
.button-secondary:visited {
  color: #5a6d7c;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #2F3941;
  border: 1px solid #848F99;
  background-color: #f7f7f7;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: #17494D;
  border: 0;
  color: #FFFFFF;
  height: 32px;
  line-height: 16px;
  outline-color: #17494D;
}

[dir=rtl] .split-button button:not(:only-child):first-child {
  border-left: 1px solid #FFFFFF;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #FFFFFF;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}
[dir=rtl] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: #5a6d7c;
  font-size: 13px;
  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: 768px) {
  .table tr {
    display: table-row;
  }
}
.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;
}

.form-field input {
  border: 1px solid #848F99;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.form-field input:focus {
  border: 1px solid #17494D;
}

.form-field input[type=text] {
  border: 1px solid #848F99;
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid #17494D;
}

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

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid #848F99;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  border: 1px solid #17494D;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #848F99;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
  text-decoration: none;
}

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

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

.form-field .optional {
  color: #5a6d7c;
  margin-left: 4px;
}

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

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

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

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}
.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}
.form .suggestion-list li {
  padding: 10px 0;
}
.form .suggestion-list li a:visited {
  color: #9358B0;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.logo a:active {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.mtn-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 32px;
  z-index: 9999;
  background: transparent;
  color: var(--color-header-text);
}

/* FLOATING YELLOW CONTAINER */
.header-container {
  max-width: 1450px;
  margin: 0 auto;
  height: 78px;
  background: var(--color-header-bg);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-shadow: var(--shadow-heavy);
}

/* LEFT */
.logo-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.logo-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: contain;
}

/* TITLE */
.logo-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-header-text);
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.nav-wrapper-desktop {
  display: flex;
  align-items: center;
  gap: 24px;
}

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

.user-nav-list a {
  color: var(--color-header-nav);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.user-nav-list a:hover,
.user-nav-list a:focus {
  color: var(--color-header-nav-hover);
  text-decoration: none;
}

.user-nav-list a.active {
  color: var(--color-header-nav-active);
}

/* SIGN IN */
.sign-in,
.sign-in-link {
  align-items: center;
  background: var(--color-header-text);
  border: 1px solid var(--color-header-text);
  border-radius: 999px;
  color: var(--color-header-bg) !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  text-decoration: none;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-width: 86px;
  min-height: 40px;
  padding: 0 18px;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  z-index: 1;
}

.sign-in,
.sign-in-button {
  appearance: none;
  box-sizing: border-box;
  pointer-events: auto;
}

.sign-in:hover,
.sign-in:focus,
.sign-in-link:hover,
.sign-in-link:focus {
  background: transparent;
  color: var(--color-header-text) !important;
  text-decoration: none;
  transform: translateY(-1px);
}

.sign-in:focus-visible,
.sign-in-link:focus-visible {
  outline: 3px solid var(--color-focus-ring);
  outline-offset: 3px;
}

/* USER */
.user-info {
  position: relative;
}

.user-info .dropdown-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--color-header-text);
  cursor: pointer;
  display: flex;
  gap: 8px;
  font-weight: 700;
  padding: 0;
}

.user-avatar,
.menu-profile-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.user-info .dropdown-menu {
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  color: #1c1c1c !important;
  display: none;
  left: auto;
  margin-top: 12px;
  min-width: 220px;
  padding: 8px;
  right: 0;
  z-index: 10000;
}

.user-info .dropdown-toggle[aria-expanded=true] + .dropdown-menu,
.user-info .dropdown-menu.is-open {
  display: block;
}

.user-info .dropdown-menu [role=menuitem],
.user-info .dropdown-menu a {
  border-radius: 8px;
  color: #1c1c1c !important;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  text-decoration: none;
  white-space: nowrap;
}

.user-info .dropdown-menu .sign-out-link {
  color: #b42318 !important;
}

.user-info .dropdown-menu [role=menuitem]:hover,
.user-info .dropdown-menu [role=menuitem]:focus,
.user-info .dropdown-menu a:hover,
.user-info .dropdown-menu a:focus {
  background: rgba(255, 204, 0, 0.22) !important;
  color: #1c1c1c !important;
  text-decoration: none;
}

.user-info .dropdown-menu .sign-out-link:hover,
.user-info .dropdown-menu .sign-out-link:focus {
  background: rgba(180, 35, 24, 0.1) !important;
  color: #b42318 !important;
}

.user-info .separator {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 6px 0;
}

[data-theme=dark] .user-info .dropdown-menu {
  background: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #1c1c1c !important;
}

[data-theme=dark] .user-info .dropdown-menu [role=menuitem],
[data-theme=dark] .user-info .dropdown-menu a {
  color: #1c1c1c !important;
}

[data-theme=dark] .user-info .dropdown-menu [role=menuitem]:hover,
[data-theme=dark] .user-info .dropdown-menu [role=menuitem]:focus,
[data-theme=dark] .user-info .dropdown-menu a:hover,
[data-theme=dark] .user-info .dropdown-menu a:focus {
  background: rgba(255, 204, 0, 0.28) !important;
  color: #1c1c1c !important;
}

[data-theme=dark] .user-info .dropdown-menu .sign-out-link {
  color: #b42318 !important;
}

[data-theme=dark] .user-info .separator {
  border-color: rgba(0, 0, 0, 0.14);
}

/* HEADER CONTROLS (THEME TOGGLE + MOBILE MENU) */
.header-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* THEME TOGGLE BUTTON */
.theme-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--color-header-control-bg);
  border: 1px solid var(--color-header-control-border);
  border-radius: 8px;
  color: var(--color-header-text);
  font-size: 22px;
  cursor: pointer;
  box-shadow: var(--shadow-light);
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.theme-toggle-btn .theme-icon {
  color: currentColor;
}

.theme-toggle-btn:hover {
  background: var(--color-header-control-hover);
  transform: scale(1.05);
}

.theme-toggle-btn:focus-visible {
  outline: 3px solid var(--color-focus-ring);
  outline-offset: 3px;
}

.theme-toggle-btn:active {
  transform: scale(0.95);
}

.theme-icon {
  display: inline-block;
  line-height: 1;
}

.nav-wrapper-mobile {
  display: none;
}

.menu-button-mobile {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--color-header-text);
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
}

.menu-button-mobile:focus-visible {
  outline: 3px solid var(--color-focus-ring);
  outline-offset: 3px;
}

/* MOBILE DROPDOWN */
.menu-list-mobile {
  display: none;
  position: absolute;
  top: 104px;
  left: 16px;
  right: 16px;
  background: var(--color-header-bg);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow-heavy);
  z-index: 9999;
}

.menu-list-mobile[aria-expanded=true] {
  display: block;
}

.menu-list-mobile-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list-mobile .item a,
.menu-list-mobile .sign-in {
  color: var(--color-header-text);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.menu-list-mobile a:hover,
.menu-list-mobile a:focus {
  color: var(--color-header-nav-hover);
  text-decoration: none;
}

.menu-list-mobile .sign-in {
  color: var(--color-header-bg) !important;
  min-height: 44px;
  width: 100%;
}

.menu-list-mobile .sign-in:hover,
.menu-list-mobile .sign-in:focus {
  color: var(--color-header-text) !important;
}

.menu-list-mobile .sign-out-item a {
  background: #1c1c1c !important;
  border-radius: 999px;
  color: var(--color-header-bg) !important;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  width: 100%;
}

.menu-list-mobile .sign-out-item a:hover,
.menu-list-mobile .sign-out-item a:focus {
  background: transparent !important;
  color: var(--color-header-text) !important;
}

.nav-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  margin: 4px 0;
}

.menu-profile-name {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.my-profile {
  align-items: center;
  display: flex;
  gap: 10px;
}

.my-profile-tooltip {
  font-size: 12px;
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .mtn-header {
    padding: 0;
  }
  .header-container {
    border-radius: 0;
    height: 80px;
    padding: 0 16px;
  }
  .nav-wrapper-desktop {
    display: none;
  }
  .nav-wrapper-mobile {
    display: block;
  }
  .logo-text {
    font-size: 18px;
  }
  .logo-image {
    width: 42px;
    height: 42px;
  }
  .user-avatar,
  .menu-profile-avatar {
    width: 42px;
    height: 42px;
  }
}
/***** User info in header *****/
.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 > button {
  border: 0;
  color: #1F73B7;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: #1F73B7;
  background-color: transparent;
}
.user-info > button::after {
  color: #1F73B7;
  padding-right: 15px;
}
[dir=rtl] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

/***** 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 {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent {
  color: #17494D;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/* FOOTER */
.site-footer {
  background: #1c1c1c;
  border-radius: 24px 24px 0 0;
  padding: 48px 24px 96px;
  margin-top: 40px;
  color: white;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.footer-container {
  width: min(100%, 1280px);
  margin: 0 auto;
  box-sizing: border-box;
}

/* TOP FOOTER */
.top-footer-block {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(210px, 260px) minmax(0, 1fr);
  column-gap: 28px;
  row-gap: 36px;
  width: 100%;
  padding: 0;
  margin: 0 0 36px;
}

.top-footer-block li {
  list-style: none;
  min-width: 0;
}

.footer-contact-item {
  display: contents;
}

.footer-contact-item .footer-header-btn {
  grid-column: 1;
  grid-row: 1;
}

.footer-contact-item .contact-div {
  grid-column: 1/4;
  grid-row: 2;
}

.footer-sites-item {
  grid-column: 2;
  grid-row: 1;
}

.footer-social-item {
  grid-column: 3;
  grid-row: 1/3;
}

/* BUTTON HEADERS */
.footer-header-btn {
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 24px;
  width: 100%;
  min-width: 0;
  text-align: left;
}

.footer-header-btn:focus-visible {
  outline: 2px solid #ffcc00;
  outline-offset: 4px;
}

.footer-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.footer-header-left img {
  filter: brightness(0) saturate(100%) invert(77%) sepia(97%) saturate(937%) hue-rotate(359deg) brightness(103%) contrast(105%);
}

.footer-header-left span {
  overflow-wrap: anywhere;
}

.down-chevron {
  flex: 0 0 auto;
  color: #ffffff;
  margin-left: 2px;
  width: 14px;
  height: 14px;
  transition: transform 0.24s ease;
}

.footer-header-btn[aria-expanded=true] .down-chevron {
  transform: rotate(180deg);
}

/* CONTACT / OTHER */
.footer-accordion-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-6px);
  transition: max-height 0.28s ease, opacity 0.2s ease, transform 0.28s ease;
}

.footer-accordion-panel.is-open {
  max-height: 720px;
  opacity: 1;
  transform: translateY(0);
}

.contact-div,
.other-sites-div {
  margin-top: 28px;
}

.contact-div {
  display: flex;
  gap: 72px;
  max-width: 100%;
}

.contact-info-list,
.footer-addresses-list {
  padding: 0;
  margin: 0;
}

.contact-info-list {
  flex: 0 0 260px;
}

.footer-addresses-list {
  flex: 1 1 auto;
  min-width: 0;
}

.contact-info-list li,
.footer-addresses-list li {
  list-style: none;
  margin-bottom: 28px;
}

.contact-detail {
  display: grid;
  grid-template-columns: 24px max-content;
  gap: 14px;
  align-items: start;
}

.contact-detail-icon {
  color: #ffffff;
  margin-top: 22px;
}

.contact-detail h4,
.footer-addresses-list h4 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin: 0 0 8px;
}

.contact-detail a {
  display: inline-flex;
  align-items: center;
  background: white;
  color: black;
  padding: 5px 10px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  min-height: 30px;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.contact-detail-chip--compact {
  min-height: 28px;
  padding: 4px 9px;
}

.footer-addresses-list p {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  overflow-wrap: normal;
  margin: 0;
  white-space: nowrap;
}

/* MORE SITES */
.more-sites-list {
  padding: 0;
}

.more-sites-list li {
  list-style: none;
  margin-bottom: 14px;
}

.more-sites-list a,
.social-media-list a {
  color: #ffcc00;
  text-decoration: none;
  font-weight: 700;
}

/* SOCIAL */
.social-media-list {
  padding: 0;
  margin: 0;
}

.footer-social-item {
  justify-self: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 24px 0;
  width: 100%;
}

.footer-social-item a {
  text-transform: uppercase;
}

/* BOTTOM */
.bottom-footer-block {
  border-top: 0;
  padding-top: 30px;
  width: 100%;
  min-width: 0;
}

.bottom-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin-bottom: 20px;
}

.bottom-nav-list li {
  list-style: none;
}

.bottom-nav-list a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.all-right p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.6;
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .top-footer-block {
    grid-template-columns: minmax(220px, 260px) minmax(210px, 260px);
  }
  .footer-contact-item .contact-div {
    grid-column: 1/3;
  }
  .footer-social-item {
    grid-column: 1/3;
    grid-row: 3;
    justify-self: start;
  }
}
/*  ZIGI BUTTON */
#custom-launcher {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* GIF */
#custom-launcher img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
}

/* MOBILE */
@media (max-width: 768px) {
  .site-footer {
    border-radius: 20px 20px 0 0;
    padding: 24px 16px 88px;
    margin-top: 0;
  }
  .top-footer-block {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }
  .footer-contact-item {
    display: block;
  }
  .footer-contact-item .footer-header-btn,
  .footer-contact-item .contact-div,
  .footer-sites-item,
  .footer-social-item {
    grid-column: auto;
    grid-row: auto;
  }
  .footer-header-btn {
    min-height: 64px;
    padding: 0 0 22px;
  }
  .contact-div {
    gap: 4px;
    flex-direction: column;
    margin-top: 28px;
  }
  .contact-info-list,
  .footer-addresses-list {
    flex: none;
  }
  .contact-detail {
    grid-template-columns: 24px minmax(0, 1fr);
  }
  .contact-detail a {
    max-width: min(100%, 240px);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer-addresses-list p {
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .contact-info-list li,
  .footer-addresses-list li {
    margin-bottom: 20px;
  }
  .footer-social-item {
    margin-top: 8px;
  }
  .bottom-nav-list {
    gap: 24px;
  }
  #custom-launcher {
    width: 62px;
    height: 62px;
    right: 12px;
    bottom: 12px;
  }
}
/* MODAL OVERLAY */
#middleware-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(4px);
  z-index: 999999;
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
}

#middleware-modal.is-open {
  display: flex;
}

/* MODAL CONTAINER */
#modal-container {
  width: 360px;
  background: #ffffff;
  border-radius: 28px;
  padding: 28px;
  margin: 0 20px 100px 0;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

/* CLOSE */
#modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  color: #64748b;
}

/* LOGO */
#modal-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 18px;
}

/* TEXT */
#modal-greeting {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

#modal-subtext,
#modal-additional-text {
  color: #64748b;
  line-height: 1.7;
  font-size: 15px;
}

#modal-subtext {
  margin-bottom: 10px;
}

#modal-additional-text {
  margin-bottom: 24px;
}

/* BUTTON */
#start-conversation-btn {
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 18px;
  background: #FFCB05;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

/* TELEGRAM */
#social-icons {
  display: flex;
  justify-content: center;
}

.social-icon {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #0088cc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#start-conversation-btn:disabled {
  cursor: wait;
  opacity: 0.7;
}

.social-icon img {
  width: 24px;
  height: 24px;
}

/* MOBILE */
@media (max-width: 768px) {
  #modal-container {
    width: calc(100% - 24px);
    margin: 0 12px 90px 12px;
    padding: 24px;
    border-radius: 24px;
  }
  #modal-greeting {
    font-size: 24px;
  }
  #-launcher {
    width: 62px;
    height: 62px;
    right: 12px;
    bottom: 12px;
  }
}
/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}
.breadcrumbs li {
  color: #5a6d7c;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a:visited {
  color: #1F73B7;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* HERO SEARCH */
.hero-search-wrapper {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  height: 92px;
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  box-sizing: border-box;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.18), 0 20px 60px rgba(0, 0, 0, 0.25);
  overflow: visible;
}

/* AI ICON */
.search-ai-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 16px;
  background: #ffcb05;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}

.search-ai-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* SEARCH */
.hero-search {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

/* FORM */
.hero-search form {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

/* SEARCH CONTAINER */
.hero-search .search {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hero-search :where(zd-autocomplete,
.zd-autocomplete,
.autocomplete,
.search-results,
[role=listbox]) {
  display: none !important;
}

/* INPUT */
.hero-search input[type=search] {
  width: 100% !important;
  height: 58px !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 10px !important;
  margin: 20px !important;
  font-size: 18px;
  font-weight: 500;
  color: #0f172a;
  border-radius: 20px;
}

/* PLACEHOLDER */
.hero-search input[type=search]::placeholder {
  color: #475569;
  font-size: 18px;
  font-weight: 500;
}

/* HIDE DEFAULT ICON */
.search-icon {
  display: none !important;
}

/* HIDE CLEAR */
.hero-search .clear-button {
  display: none !important;
}

/* RIGHT ACTIONS */
.search-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 16px;
}

/* ICON BUTTONS */
.icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.icon-btn:hover {
  background: #f8fafc;
}

.icon-btn img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* SEND BUTTON */
.send-btn {
  height: 52px;
  padding: 0 26px;
  border: none;
  border-radius: 999px;
  background: #ffcb05;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.send-btn:hover {
  transform: translateY(-1px);
}

.hero-file-input {
  display: none;
}

.hero-selected-files,
.hero-speech-display {
  max-width: 980px;
  margin: 12px auto 0;
  text-align: left;
}

.hero-selected-files {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 0;
}

.hero-file-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 203, 5, 0.18);
  border: 1px solid rgba(255, 203, 5, 0.52);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.hero-file-chip-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.hero-file-chip-name,
.hero-modal-files li span {
  overflow-wrap: anywhere;
}

.hero-file-chip small {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 600;
}

.hero-file-clear {
  min-height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.hero-file-clear:hover {
  background: #1f2937;
}

.hero-speech-display {
  color: #ffffff;
  font-size: 14px;
  min-height: 22px;
}

.hero-voice-panel {
  display: none;
  width: min(620px, 100%);
  margin: 16px auto 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(2, 6, 18, 0.78);
  box-shadow: 0 22px 60px rgba(2, 6, 18, 0.32);
  color: #ffffff;
  text-align: left;
  backdrop-filter: blur(18px);
}

.hero-voice-panel.is-open {
  display: block;
}

.hero-voice-panel-status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-voice-language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.hero-voice-language select {
  min-height: 38px;
  min-width: 150px;
  padding: 0 34px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font: inherit;
  cursor: pointer;
}

.hero-voice-language select:disabled {
  cursor: not-allowed;
  opacity: 0.66;
}

.hero-voice-language option {
  color: #0f172a;
}

.hero-voice-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffcb05;
  box-shadow: 0 0 0 0 rgba(255, 203, 5, 0.56);
}

.hero-voice-panel.is-listening .hero-voice-dot {
  animation: voice-dot-pulse 1.4s ease-out infinite;
}

.hero-voice-panel.is-processing .hero-voice-dot {
  background: #38bdf8;
  animation: voice-dot-pulse 1.4s ease-out infinite;
}

.hero-voice-panel.is-done .hero-voice-dot {
  background: #22c55e;
}

.hero-voice-panel.is-error .hero-voice-dot,
.hero-voice-panel.is-permission-denied .hero-voice-dot {
  background: #ef4444;
}

.hero-voice-waveform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 76px;
  padding: 10px 8px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  overflow: hidden;
}

.hero-voice-bar {
  width: 5px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #ffcb05);
  opacity: 0.82;
  transform-origin: center;
}

.hero-voice-panel.is-listening .hero-voice-bar {
  animation: voice-wave 0.92s ease-in-out infinite alternate;
  animation-delay: var(--bar-delay);
}

.hero-voice-panel.is-processing .hero-voice-bar {
  background: linear-gradient(180deg, #ffffff, #38bdf8);
  animation: voice-wave 1.18s ease-in-out infinite alternate;
  animation-delay: var(--bar-delay);
}

.hero-voice-panel.is-error .hero-voice-bar,
.hero-voice-panel.is-permission-denied .hero-voice-bar {
  background: linear-gradient(180deg, #ffffff, #ef4444);
}

.hero-voice-transcript {
  min-height: 24px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.hero-voice-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.hero-voice-cancel,
.hero-voice-submit {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.hero-voice-cancel {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.hero-voice-submit {
  border: 0;
  background: #ffcb05;
  color: #000000;
}

.hero-voice-cancel:hover,
.hero-voice-submit:hover:not(:disabled) {
  transform: translateY(-1px);
}

.hero-voice-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.icon-btn.listening {
  border-color: #ffcb05;
  background: #fff8d7;
  box-shadow: 0 0 0 4px rgba(255, 203, 5, 0.18);
}

@keyframes voice-dot-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 203, 5, 0.56);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 203, 5, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 203, 5, 0);
  }
}
@keyframes voice-wave {
  0% {
    height: 12px;
  }
  100% {
    height: var(--bar-height);
  }
}
.hero-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.hero-contact-modal.is-open {
  display: flex;
}

.hero-contact-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 18, 0.7);
  backdrop-filter: blur(6px);
}

.hero-contact-dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: min(760px, 100vh - 48px);
  overflow: auto;
  padding: 28px;
  border-radius: 18px;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.hero-contact-dialog h2 {
  margin: 0 0 8px;
  color: #0f172a !important;
  font-size: 24px;
}

.hero-modal-intro {
  margin: 0 0 20px;
  color: #64748b !important;
}

.hero-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.hero-modal-field {
  margin-top: 16px;
}

.hero-modal-field label,
.hero-modal-files strong {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
  font-weight: 800;
}

.hero-modal-field label span {
  color: #dc2626;
}

.hero-modal-field input,
.hero-modal-field textarea {
  width: 100%;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  padding: 12px 14px;
  color: #0f172a;
  background: #ffffff;
  font: inherit;
}

.hero-modal-field textarea {
  resize: vertical;
}

.hero-modal-field textarea::placeholder {
  color: #64748b;
}

.hero-modal-files {
  margin-top: 18px;
  padding: 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.hero-modal-files ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-modal-files li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  color: #0f172a;
  border-top: 1px solid #e2e8f0;
}

.hero-modal-files li:first-child {
  border-top: 0;
}

.hero-modal-files small {
  color: #64748b;
  white-space: nowrap;
}

.hero-modal-status {
  min-height: 22px;
  margin: 16px 0 0;
  color: #475569 !important;
  font-weight: 700;
}

.hero-modal-submit {
  width: 100%;
  height: 50px;
  margin-top: 16px;
  border: 0;
  border-radius: 999px;
  background: #ffcb05;
  color: #000000;
  font-weight: 800;
  cursor: pointer;
}

.hero-modal-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-search-wrapper {
    height: auto;
    border-radius: 30px;
    flex-direction: column;
    padding: 20px;
    gap: 18px;
  }
  .hero-search :where(zd-autocomplete,
  .zd-autocomplete,
  .autocomplete,
  .search-results,
  [role=listbox]) {
    display: none !important;
  }
  .search-ai-icon {
    margin-right: 0;
  }
  .search-actions {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .hero-search {
    width: 100%;
  }
  .hero-search input[type=search] {
    height: 54px !important;
    font-size: 16px;
  }
  .hero-selected-files,
  .hero-speech-display {
    text-align: center;
  }
  .hero-voice-panel {
    border-radius: 18px;
    padding: 14px;
  }
  .hero-voice-language {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
  .hero-voice-language select {
    width: 100%;
  }
  .hero-voice-waveform {
    gap: 3px;
    min-height: 64px;
  }
  .hero-voice-bar {
    width: 4px;
  }
  .hero-voice-controls {
    justify-content: stretch;
  }
  .hero-voice-cancel,
  .hero-voice-submit {
    flex: 1;
  }
  .hero-file-chip {
    width: 100%;
    justify-content: space-between;
  }
}
/***** CUSTOM HERO *****/
.custom-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 80px 60px;
  text-align: center;
  color: rgb(252, 253, 253);
}

.custom-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(rgba(2, 6, 18, 0.7), rgba(18, 24, 39, 0.36), rgba(4, 4, 4, 0.74));
}

[data-theme=dark] .custom-hero::before {
  background: linear-gradient(rgba(2, 6, 18, 0.42), rgba(18, 24, 39, 0.18), rgba(4, 4, 4, 0.56));
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #0f172a;
}

.hero-carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(5.02);
  transition: opacity 900ms ease, transform 7000ms ease;
}

.hero-carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-carousel-indicators {
  position: absolute;
  left: clamp(18px, 4vw, 56px);
  top: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(-50%);
}

.hero-carousel-indicator {
  width: 10px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.14);
  cursor: pointer;
  transition: background 0.2s ease, height 0.2s ease, opacity 0.2s ease;
}

.hero-carousel-indicator.is-active {
  height: 64px;
  background: var(--color-accent, #ffcb05);
}

[data-theme=dark] .hero-carousel-indicator {
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
}

[data-theme=dark] .hero-carousel-indicator.is-active {
  background: #ffcb05;
}

.hero-carousel-indicator:hover {
  opacity: 0.86;
}

.hero-carousel-indicator:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.hero-inner {
  padding-top: 80px !important;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}

/* TITLE */
.hero-title {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 36px;
  color: #ffffff !important;
}
.hero-title span {
  display: inline-block;
  color: #ffcd05 !important;
  transform: translateY(8px);
}

/* SUBTITLE */
.hero-subtitle {
  margin-bottom: 100px;
  font-size: 18px;
  color: #ffffff !important;
}

[data-theme] .custom-hero .hero-title,
[data-theme=dark] .hero-subtitle {
  color: #ffffff !important;
}

/* SEARCH BOX */
.hero-search {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgb(252, 252, 252);
  backdrop-filter: blur(5px);
  padding: 30px 16px;
  border-radius: 20px;
  border: none;
}

/* FIX  SEARCH */
.hero-search form {
  flex: 1;
}

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

.hero-search input {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  color: rgb(5, 5, 5) !important;
}

.hero-clear-btn {
  align-items: center;
  background: #f1f5f9;
  border: none;
  border-radius: 999px;
  color: #0f172a;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin-left: 8px;
  width: 30px;
}

.hero-clear-btn[hidden] {
  display: none;
}

/* LEFT ICON */
.search-left {
  font-size: 20px;
  color: #0f172a;
}

/* ACTIONS */
.search-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  border-width: 1px;
  border-color: #ffcd05;
}

/* SEND BUTTON */
.send-btn {
  background: #ffcd05;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
}

/* QUICK ACTIONS */
.hero-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-actions a {
  background: #ffcd05;
  color: #0f172a;
  padding: 8px 14px;
  border-radius: 20px;
  font-weight: 600;
  text-decoration: none;
}
.hero-actions a:hover {
  background: #f5c200;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* MODERN AI SEARCH */
.hero-search-wrapper {
  width: 100%;
  margin-top: 32px;
}

/* AI ICON */
.search-ai-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 18px;
  background: #ffcd05;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-ai-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* SEARCH AREA */
.search-input-area {
  flex: 1;
}

.search-input-area form {
  width: 100%;
}

.search-input-area input {
  width: 100% !important;
  border: none !important;
  background: transparent !important;
  font-size: 17px !important;
  font-weight: 500;
  color: #0f172a !important;
  outline: none !important;
  padding: 0 !important;
}

/* ACTIONS */
.search-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-btn {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.icon-btn:hover {
  transform: translateY(-2px);
}

.icon-btn img {
  width: 22px;
  height: 22px;
}

/* SEND */
.send-btn {
  height: 48px;
  padding: 0 22px;
  border: none;
  border-radius: 16px;
  background: #ffcd05;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
  .custom-hero {
    padding: 72px 20px;
  }
  .hero-carousel-indicators {
    left: 14px;
    gap: 9px;
  }
  .hero-carousel-indicator {
    width: 8px;
    height: 34px;
  }
  .hero-carousel-indicator.is-active {
    height: 48px;
  }
  .hero-search {
    flex-wrap: wrap;
    align-items: stretch;
    padding: 16px;
  }
  .hero-search form {
    width: 100%;
    order: 2;
  }
  .search-input-area {
    width: 100%;
    order: 2;
  }
  .search-actions {
    width: 100%;
    justify-content: center;
    order: 3;
  }
  .send-btn {
    flex: 0 0 auto;
    min-width: 118px;
    padding: 0 24px;
  }
}
.contact-section {
  scroll-margin-top: 130px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  max-width: 1380px;
  margin: 72px auto;
  padding: 0 40px;
}

.contact-page-section {
  margin-top: 154px;
}

.official-channels-section.contact-channels-section {
  max-width: 1380px;
  margin-top: -24px;
  margin-bottom: 72px;
  padding: 0 40px;
}

.contact-info-panel,
.contact-form {
  background: var(--color-card-bg);
  border: 1px solid var(--color-card-border);
  border-radius: 8px;
  box-shadow: var(--shadow-medium);
  color: var(--color-text-primary);
}

.contact-info-panel {
  padding: 36px;
}

.contact-kicker {
  display: block;
  margin-bottom: 12px;
  color: #ffcb05;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-info-panel h2 {
  margin: 0 0 14px;
  color: var(--color-heading);
  font-size: 34px;
  line-height: 1.15;
}

.contact-info-panel p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.65;
}

.contact-help-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-help-list div {
  padding: 18px;
  border: 1px solid var(--color-card-border);
  border-radius: 8px;
  background: var(--color-surface-muted-bg);
}

.contact-help-list strong,
.contact-help-list span {
  display: block;
}

.contact-help-list strong {
  margin-bottom: 6px;
  color: var(--color-heading);
  font-size: 15px;
}

.contact-help-list span {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.45;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 30px;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--color-input-border);
  border-radius: 8px;
  background: var(--color-input-bg);
  color: var(--color-input-text);
  font: inherit;
}

.contact-form input,
.contact-form select {
  height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 142px;
  padding: 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid var(--color-focus-ring);
  outline-offset: 2px;
}

.contact-upload small {
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.contact-human-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  font-weight: 700 !important;
}

.contact-human-check input {
  width: 18px;
  height: 18px;
}

.contact-company-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form-status {
  min-height: 22px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 700;
}

.contact-form-status.is-error {
  color: var(--color-error-text);
}

.contact-form-status.is-success {
  color: var(--color-success-text);
}

.contact-submit-btn {
  justify-self: start;
  min-height: 50px;
  padding: 0 26px;
  border: none;
  border-radius: 999px;
  background: #ffcb05;
  color: #000;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.contact-submit-btn.is-loading {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-submit-btn.is-loading::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid rgba(15, 23, 42, 0.28);
  border-top-color: #0f172a;
  border-radius: 50%;
  animation: contact-submit-spin 0.8s linear infinite;
}

.contact-submit-btn:disabled {
  cursor: progress;
  opacity: 0.62;
}

.contact-request-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100000;
  width: min(360px, 100vw - 32px);
  padding: 16px 18px;
  border: 1px solid var(--color-card-border);
  border-left: 5px solid #ffcb05;
  border-radius: 8px;
  background: var(--color-card-bg);
  color: var(--color-text-primary);
  box-shadow: var(--shadow-heavy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-request-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.contact-request-toast.is-success {
  border-left-color: #ffcb05;
}

.contact-request-toast.is-error {
  border-left-color: var(--color-error-text);
}

@keyframes contact-submit-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 900px) {
  .contact-section {
    grid-template-columns: 1fr;
    margin: 48px auto;
    padding: 0 18px;
  }
  .contact-page-section {
    margin-top: 136px;
  }
  .official-channels-section.contact-channels-section {
    margin-top: 0;
    padding: 0 18px;
  }
  .contact-info-panel,
  .contact-form {
    padding: 22px;
  }
}
@media (max-width: 600px) {
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .contact-info-panel h2 {
    font-size: 26px;
  }
  .contact-submit-btn {
    width: 100%;
  }
  .contact-request-toast {
    right: 16px;
    bottom: 16px;
  }
}
.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}
.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}
.sub-nav .breadcrumbs {
  margin: 0;
}
.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}
.sub-nav input[type=search]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}
.blocks-item {
  border: 1px solid #17494D;
  border-radius: 4px;
  box-sizing: border-box;
  color: #17494D;
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}
.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #17494D;
}
.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #FFFFFF;
  text-decoration: none;
}
.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}
.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}
.blocks-item-internal a {
  color: #2F3941;
}
.blocks-item-link {
  color: #17494D;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}
.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}
.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #17494D;
  text-decoration: none;
}
.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}
.blocks-item-description {
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.official-channels-section {
  max-width: 1024px;
  margin: 50px auto;
  padding: 0 20px;
}

.official-channels-card,
.official-channels-dialog {
  border-radius: 24px;
  background: radial-gradient(circle at 92% 12%, rgba(255, 203, 5, 0.2), transparent 28%), linear-gradient(135deg, #07122f, #111827);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.official-channels-card {
  padding: 28px;
}

.official-channels-card-header {
  max-width: 680px;
  margin-bottom: 22px;
}

.official-channels-card-header span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 203, 5, 0.16);
  color: #ffcb05 !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.official-channels-card-header h2 {
  margin: 0 0 8px;
  color: #ffffff !important;
  font-size: 30px;
  line-height: 1.16;
}

.official-channels-card-header p {
  margin: 0;
  color: #dbeafe !important;
  font-size: 15px;
  line-height: 1.7;
}

.official-channels-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.official-channel-item {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #ffffff !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.official-channel-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 203, 5, 0.15);
  border-color: rgba(255, 203, 5, 0.38);
}

.official-channel-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #ffcb05;
  color: #020817;
  font-size: 18px;
  font-weight: 900;
}

.official-channel-icon img {
  display: block;
  width: 100%;
  border-radius: 14px;
  height: 100%;
  object-fit: contain;
}

.official-channel-item strong {
  display: block;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.2;
}

.official-channel-item small {
  display: block;
  margin-top: 3px;
  color: #b8c7dd !important;
  font-size: 12px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.official-channel-app {
  grid-column: span 1;
}

.official-channels-primary {
  min-height: 46px;
  margin-top: 20px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #ffcb05;
  color: #000000;
  font-weight: 800;
  cursor: pointer;
}

.official-channels-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.official-channels-modal.is-open {
  display: flex;
}

.official-channels-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 18, 0.72);
  backdrop-filter: blur(8px);
}

.official-channels-dialog {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 28px;
}

.official-channels-modal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.official-channels-dialog .official-channels-primary {
  width: 100%;
}

.official-channels-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 900px) {
  .official-channels-grid,
  .official-channels-modal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .official-channels-section {
    padding: 0 14px;
  }
  .official-channels-card,
  .official-channels-dialog {
    border-radius: 20px;
    padding: 18px;
  }
  .official-channels-card-header h2 {
    font-size: 24px;
  }
  .official-channels-grid,
  .official-channels-modal-grid {
    grid-template-columns: 1fr;
  }
  .official-channels-modal {
    padding: 14px;
  }
}
.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
  width: 100%;
  overflow-x: hidden;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  margin-top: 20px;
}

.category-card {
  display: block;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #f5b506;
  text-decoration: none;
  transition: all 0.2s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 80px;
  height: 80px;
  background: #FFCB05;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.category-icon img {
  width: 24px;
  height: 24px;
}

[data-theme=dark] .custom-hero {
  background: transparent !important;
}

[data-theme=dark] .custom-categories {
  background: transparent !important;
}

[data-theme=dark] .categories-header h2 {
  color: #ffffff !important;
}

[data-theme=dark] .categories-header a {
  color: #d8e1f0 !important;
}

[data-theme=dark] .categories-header a:hover {
  color: #ffcb05 !important;
}

[data-theme=dark] .category-card {
  background: #141922 !important;
  border-color: rgba(255, 203, 5, 0.38) !important;
  color: #ffffff !important;
}

[data-theme=dark] .category-card h3 {
  color: #ffffff !important;
}

[data-theme=dark] .category-card p {
  color: #cbd5e1 !important;
}

[data-theme=dark] .category-card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38) !important;
}

.ai-search-results {
  max-width: 1200px;
  margin: 72px auto 60px;
  padding: 0 20px;
  display: none;
  scroll-margin-top: 120px;
}

.ai-search-results.show {
  display: block;
}

.results-header h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #ffc105;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.result-card {
  display: block;
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid #ececec;
  transition: 0.3s ease;
  opacity: 1;
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.result-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.result-card:focus-visible {
  outline: 3px solid #ffc105;
  outline-offset: 4px;
  transform: translateY(-6px);
}

.result-badge {
  display: inline-flex;
  background: #fff4cc;
  color: #8a6500;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.result-card h3 {
  font-size: 24px;
  color: #111827;
  margin-bottom: 12px;
}

.result-card p {
  color: #667085;
  line-height: 1.7;
  margin-bottom: 20px;
}

.result-card-link {
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

.icon-btn.listening {
  background: #ffef99;
  border: 2px solid #ffcc00;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
/* TABLET */
@media (max-width: 1024px) {
  .custom-categories,
  .ai-search-results {
    padding: 0 16px !important;
  }
  .categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .category-card {
    padding: 18px;
  }
  .result-card {
    padding: 22px;
  }
}
/* MOBILE */
@media (max-width: 768px) {
  .custom-categories {
    padding: 0 14px !important;
  }
  .ai-search-results {
    margin: 48px auto 40px;
    padding: 0 14px;
    scroll-margin-top: 92px;
  }
  .results-grid {
    grid-template-columns: 1fr;
  }
  .categories-header {
    margin-bottom: 18px !important;
  }
  .categories-header h2 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .custom-categories .categories-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  .custom-categories .category-card {
    min-width: 0 !important;
    width: 100% !important;
    padding: 16px !important;
  }
}
@media (max-width: 768px) {
  .category-card h3 {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .category-card p {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .category-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .category-icon img {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 768px) {
  .trending-section {
    padding: 0 14px;
    margin: 32px auto;
  }
}
@media (max-width: 768px) {
  .trending-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto !important;
    min-height: unset !important;
  }
}
@media (max-width: 768px) {
  .trending-left {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .trending-left h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .trending-left p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .trending-right ul {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .trending-right li {
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .trending-right a {
    font-size: 15px;
    color: #ffcb05;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .trending-card {
    display: block !important;
  }
}
/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
.recent-activity-list {
  padding: 0;
}
.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}
.recent-activity-item h3 {
  margin: 0;
}
.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}
.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  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;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-activity-item-meta {
  color: #2F3941;
  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 {
  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-controls {
  padding-top: 15px;
}
.recent-activity-controls a {
  color: #1F73B7;
  text-decoration: underline;
}
.recent-activity-controls a:visited {
  color: #9358B0;
}
.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: #0F3554;
}
.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #17494D;
  width: 16px;
  height: 16px;
}
.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}
[dir=rtl] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/* CATEGORY LAYOUT */
/*
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("//mtn4186.zendesk.com/hc/assets/MTNBrighterSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MTN Brighter Sans";
  src: url("//mtn4186.zendesk.com/hc/assets/MTNBrighterSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "MTN Brighter Sans";
  src: url("//mtn4186.zendesk.com/hc/assets/MTNBrighterSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

*/
.category-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  padding: 170px 40px 80px;
}

/* SIDEBAR */
.category-sidebar {
  position: relative;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: fit-content;
}

.category-sidebar h4 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #94a3b8;
  margin: 0 0 16px;
  text-align: center;
}

.sidebar-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

.sidebar-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* ACTIVE */
.category-sidebar li.active .sidebar-icon {
  background: rgba(0, 0, 0, 0);
}

.category-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.category-sidebar li a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  border-radius: 999px;
  color: #334155;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.category-sidebar li a:hover {
  background: #f8fafc;
}

.category-sidebar li.active a {
  background: #ffcb05;
  color: #000;
}

/* HELP BOX */
.help-box {
  display: none;
  background: #fff8db;
  width: 100% !important;
  margin-top: 10px;
  padding: 16px;
  border-radius: 16px;
}

.help-box p:first-child {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}

.help-box p {
  color: #64748b;
}

.help-box button {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 999px;
  background: #ffcb05;
  padding: 0 20px;
  font-weight: 700;
  cursor: pointer;
}

/* MAIN CONTENT */
.category-main {
  min-width: 0;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.category-header h1 {
  font-size: 28px;
  color: #0f172a;
  margin-bottom: 14px;
}

.category-header p {
  font-size: 20px;
  color: #64748b;
  margin-bottom: 34px;
}

/* FILTERS */
.category-filters {
  display: flex;
  gap: 14px;
  max-width: 100%;
  margin-bottom: 40px;
}

.category-filters button {
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  border: none;
  background: #eef2f7;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.category-filters .filter-btn.active,
.category-filters .filter-btn[aria-pressed=true] {
  background: #ffcb05 !important;
  color: #000 !important;
}

/* ARTICLES GRID */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  min-width: 0;
}

.category-empty-state {
  background: var(--color-card-bg);
  border: 1px solid var(--color-card-border);
  border-radius: 28px;
  padding: 56px 32px;
  color: var(--color-text-primary);
  text-align: center;
}

.category-empty-state h2 {
  margin: 0 0 8px;
  color: var(--color-heading);
  font-size: 28px;
  font-weight: 800;
}

.category-empty-state p {
  max-width: 560px;
  margin: 0 auto;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.55;
}

.category-empty-state[hidden] {
  display: none;
}

/* ARTICLE CARD */
.article-card {
  background: #fff;
  min-width: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  transition: all 0.25s ease;
}

.article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgb(254, 254, 254);
}

.article-card[hidden] {
  display: none;
}

/* IMAGE */
.card-image {
  height: 230px;
  position: relative;
  overflow: hidden;
  border-radius: 10%;
  background-image: linear-gradient(135deg, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.44)), var(--category-card-image, linear-gradient(135deg, #1e293b, #0f172a));
  background-position: center;
  background-size: cover;
}

.card-image--video::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffcb05;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.card-image--video::before {
  content: "";
  position: absolute;
  right: 37px;
  bottom: 35px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #000;
}

.card-image--video iframe {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.card-image--video.is-playing::before,
.card-image--video.is-playing::after {
  display: none;
}

/* CONTENT */
.card-content {
  padding: 28px;
}

.article-card h3 {
  font-size: 10px;
  color: #0f172a;
  margin-bottom: 16px;
}

.article-card p {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 24px;
}

/* FOOTER */
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #94a3b8;
  font-size: 14px;
}

.arrow {
  font-size: 28px;
  color: #ffcb05;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
  /* MAIN LAYOUT */
  .category-layout {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 112px 16px 30px;
    gap: 16px;
    overflow-x: hidden;
  }
  /* SIDEBAR */
  .category-sidebar {
    position: relative;
    top: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .category-sidebar h4 {
    font-size: 11px;
    margin-bottom: 14px;
    padding-left: 16px;
  }
  /* HORIZONTAL CATEGORY SCROLL */
  .category-sidebar ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 10px;
    padding-bottom: 6px;
    padding-right: 16px;
    margin: 0;
    list-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .category-sidebar ul::-webkit-scrollbar {
    display: none;
  }
  .category-sidebar li {
    flex-shrink: 0 !important;
  }
  .category-sidebar li:last-child {
    margin-right: 0;
  }
  .category-sidebar li a {
    height: 40px;
    padding: 0 14px;
    font-size: 13px;
    border-radius: 999px;
    display: flex;
    align-items: center;
  }
  .sidebar-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .sidebar-icon img {
    width: 14px;
    height: 14px;
  }
  /* HELP BOX */
  .help-box {
    display: block;
    margin-top: 16px;
    box-sizing: border-box;
    width: 100% !important;
    border-radius: 18px;
    padding: 16px;
  }
  .help-box h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .help-box p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .help-box button {
    height: 42px;
    font-size: 14px;
    margin-top: 0;
  }
  /* HEADER */
  .category-header h1 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .category-header p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  /* FILTERS */
  .category-filters {
    max-width: 100%;
    overflow-x: auto;
    gap: 10px;
    margin-bottom: 24px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .category-filters::-webkit-scrollbar {
    display: none;
  }
  .category-filters button {
    flex-shrink: 0;
    height: 38px;
    padding: 0 16px;
    font-size: 13px;
  }
  /* ARTICLES GRID */
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    min-width: 0;
  }
  .category-empty-state {
    border-radius: 16px;
    padding: 34px 18px;
  }
  .category-empty-state h2 {
    font-size: 20px;
  }
  .category-empty-state p {
    font-size: 13px;
  }
  /* ARTICLE CARD */
  .article-card {
    height: fit-content;
    width: 100% !important;
    border-radius: 12px;
  }
  .article-card:hover {
    transform: none;
    box-shadow: none;
  }
  /* IMAGE */
  .card-image {
    height: 100px;
  }
  /* CONTENT */
  .card-content {
    padding: 12px;
  }
  .article-meta {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .article-card h3 {
    font-size: 10px;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .article-card p {
    display: none;
  }
  .card-footer {
    font-size: 12px;
  }
  .arrow {
    font-size: 18px;
  }
}
/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {
  .category-layout {
    padding-left: 12px;
    padding-right: 12px;
    gap: 14px;
  }
  .category-sidebar {
    width: calc(100% + 24px);
    margin-left: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  /* HELP BOX */
  .help-box {
    width: 100% !important;
    padding: 14px;
    border-radius: 14px;
  }
  .help-box h5 {
    font-size: 15px;
  }
  .help-box p {
    font-size: 12px;
  }
  .help-box button {
    height: 38px;
    font-size: 13px;
  }
  /* GRID */
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .article-card {
    height: auto !important;
    min-height: unset;
    display: block;
    overflow: hidden;
  }
  .card-content {
    height: auto;
    padding: 12px;
  }
  .card-image {
    width: 100%;
    height: 200px;
    display: block;
  }
  .article-meta {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .article-card h3 {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* HIDE EXCERPT */
  .article-card p {
    display: none;
  }
  .card-footer {
    font-size: 11px;
  }
  .arrow {
    font-size: 15px;
  }
}
/* REMOVE ZENDESK DEFAULT LINK UNDERLINE */
.article-card,
.article-card:hover,
.article-card:focus,
.article-card:active {
  text-decoration: none !important;
}

.article-card h3,
.article-card p,
.article-card span {
  text-decoration: none !important;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}
.section-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}
.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}
.section-list-item:first-child {
  border-top: 1px solid #ddd;
}
.section-list-item a {
  align-items: center;
  color: #2F3941;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}
.see-all-sections-trigger[aria-hidden=true] {
  display: none;
}

/* ARTICLE WIDTH RESET */
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("/hc/theming_assets/01KVTBVJW5RX77W29XGZ3WPKRY") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("/hc/theming_assets/01KVTBVK1K5F7A611Z1JBST1EY") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("/hc/theming_assets/01KVTBVJZSCM6V19X9E09ENCJK") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.article-container,
.article {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  flex: unset !important;
  border-radius: 36px;
}

/* MAIN LAYOUT */
.custom-article-layout {
  max-width: 1400px;
  margin: 0 auto;
  padding: 160px 40px 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
  align-items: start;
}

.article-back-row {
  grid-column: 1/-1;
  margin-bottom: -12px;
}

.article-back-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid var(--color-border-soft);
  border-radius: 999px;
  background: var(--color-surface-bg);
  color: var(--color-heading);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: var(--shadow-light);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.article-back-btn span {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffcb05;
  color: #0f172a;
}

.article-back-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 203, 5, 0.75);
  background: #fff8db;
}

/* MAIN ARTICLE */
.custom-article-main {
  background: var(--color-card-bg);
  border: 1px solid var(--color-card-border);
  border-radius: 36px;
  padding: 40px;
  box-shadow: var(--shadow-light);
}

/* HEADER */
.custom-article-header {
  background: var(--color-surface-muted-bg);
  border: 1px solid var(--color-border-soft);
  border-radius: 32px;
  padding: 40px;
  margin-bottom: 40px;
}

/* TITLE */
.custom-article-title {
  font-size: 52px;
  line-height: 1.05;
  font-weight: 800;
  color: var(--color-heading);
  margin-bottom: 20px;
}

/* META */
.custom-article-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--color-text-muted);
  font-size: 15px;
}

/* ARTICLE BODY */
.custom-article-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
  color: var(--color-text-primary);
  font-size: 18px;
  line-height: 1.9;
}

.custom-article-body :where(p,
li,
span,
div,
td,
dd,
dt,
figcaption) {
  color: var(--color-text-primary) !important;
}

.custom-article-body :where(a) {
  color: #ffc105 !important;
}

.custom-article-body :where(a:hover, a:focus-visible) {
  color: #ffdd4d !important;
}

.custom-article-body :where(small, caption) {
  color: var(--color-text-muted) !important;
}

/* HEADINGS */
.custom-article-body h1,
.custom-article-body h2,
.custom-article-body h3,
.custom-article-body h4 {
  margin: 0;
  color: var(--color-heading);
  line-height: 1.3;
}

.custom-article-body h2,
.custom-article-body h3 {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border-menu);
  border-radius: 24px 24px 0 0;
  padding: 24px 28px;
  font-size: 30px;
}

/* PARAGRAPHS */
.custom-article-body p {
  margin: 0;
  color: var(--color-text-primary);
}

/* GROUPED CONTENT */
.custom-article-body h2 + p,
.custom-article-body h3 + p {
  background: var(--color-card-bg);
  border: 1px solid var(--color-card-border);
  border-top: none;
  border-radius: 0 0 24px 24px;
  padding: 28px;
  margin-top: -28px;
  padding-top: 40px;
}

/* MULTIPLE PARAGRAPHS */
.custom-article-body h2 + p + p,
.custom-article-body h3 + p + p {
  background: var(--color-card-bg);
  border: 1px solid var(--color-card-border);
  border-top: none;
  margin-top: -30px;
  padding: 0 28px 28px;
  border-radius: 0 0 24px 24px;
}

/* STEP LIST */
.custom-article-body ol {
  list-style: none;
  counter-reset: step;
  background: var(--color-card-bg);
  border: 1px solid var(--color-card-border);
  border-top: none;
  border-radius: 0 0 24px 24px;
  padding: 24px 28px;
  margin-top: -28px;
  padding-top: 42px;
}

/* STEP ITEM */
.custom-article-body ol li {
  counter-increment: step;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #edf2f7;
  line-height: 1.8;
}

/* REMOVE LAST BORDER */
.custom-article-body ol li:last-child {
  border-bottom: none;
}

/* STEP NUMBER */
.custom-article-body ol li::before {
  content: counter(step);
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffcb05;
  color: #0f172a;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

/* BULLET LIST */
.custom-article-body ul {
  background: var(--color-card-bg);
  border: 1px solid var(--color-card-border);
  border-top: none;
  border-radius: 0 0 24px 24px;
  padding: 26px 34px;
  margin-top: -28px;
  padding-top: 44px;
}

/* LIST ITEM */
.custom-article-body ul li {
  margin-bottom: 14px;
  line-height: 1.8;
}

/* NOTE BOX */
.custom-article-body blockquote {
  margin: 0;
  background: #f8fafc;
  border-left: 4px solid #ffcb05;
  border-radius: 20px;
  padding: 24px;
  line-height: 1.8;
  color: #475569;
}

/* IMAGES */
.custom-article-body img {
  width: 100%;
  border-radius: 28px;
  border: 1px solid #e2e8f0;
  margin: 10px 0;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

/* VIDEO */
.custom-article-body iframe {
  width: 100%;
  min-height: 450px;
  border: none;
  border-radius: 28px;
  overflow: hidden;
}

.article-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid var(--color-card-border);
  border-radius: 28px;
  background: #000;
  box-shadow: var(--shadow-light);
}

.article-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: inherit;
}

/* TABLE */
.custom-article-body table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
}

.custom-article-body th {
  background: #ffcb05;
  color: #0f172a;
  padding: 18px;
  text-align: left;
}

.custom-article-body td {
  padding: 18px;
  border-top: 1px solid #e2e8f0;
}

/* STRONG */
.custom-article-body strong,
.custom-article-body mark,
.custom-article-body span[style*=background] {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: var(--color-heading) !important;
  font-weight: 800;
}

/* SIDEBAR */
.custom-article-sidebar {
  position: sticky;
  top: 140px;
}

/* SIDEBAR CARD */
.sidebar-card {
  background: var(--color-card-bg);
  border: 1px solid var(--color-card-border);
  border-radius: 28px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-light);
}

.sidebar-scroll-card {
  max-height: 360px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.article-recommendations-card {
  max-height: 520px;
  --recommendation-section-divider: #94a3b8;
}

[data-theme=dark] .article-recommendations-card {
  --recommendation-section-divider: rgba(255, 255, 255, 0.42);
}

.article-recommendations-section + .article-recommendations-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid var(--recommendation-section-divider);
}

.sidebar-scroll-card .related-articles,
.sidebar-scroll-card .recent-articles,
.sidebar-scroll-card .section-articles-list {
  min-height: 0;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: #ffcb05 transparent;
}

.sidebar-scroll-card .related-articles::-webkit-scrollbar,
.sidebar-scroll-card .recent-articles::-webkit-scrollbar,
.sidebar-scroll-card .section-articles-list::-webkit-scrollbar {
  width: 6px;
}

.sidebar-scroll-card .related-articles::-webkit-scrollbar-track,
.sidebar-scroll-card .recent-articles::-webkit-scrollbar-track,
.sidebar-scroll-card .section-articles-list::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar-scroll-card .related-articles::-webkit-scrollbar-thumb,
.sidebar-scroll-card .recent-articles::-webkit-scrollbar-thumb,
.sidebar-scroll-card .section-articles-list::-webkit-scrollbar-thumb {
  background: #ffcb05;
  border-radius: 999px;
}

/* SIDEBAR TITLE */
.sidebar-card h3 {
  font-size: 24px;
  color: #0f172a;
  margin-bottom: 24px;
}

/* SIDEBAR LIST */
.section-articles-list,
.related-articles ul,
.recent-articles ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* SIDEBAR ITEM */
.section-articles-list li,
.related-articles li,
.recent-articles li {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #edf2f7;
}

/* REMOVE LAST BORDER */
.section-articles-list li:last-child,
.related-articles li:last-child,
.recent-articles li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* SIDEBAR LINK */
.section-articles-list a,
.related-articles a,
.recent-articles a {
  color: #334155;
  line-height: 1.7;
  text-decoration: none !important;
  transition: 0.2s ease;
}

/* SIDEBAR LINK HOVER */
.section-articles-list a:hover,
.related-articles a:hover,
.recent-articles a:hover {
  color: #f0c506;
}

/* SUPPORT CARD */
.support-card {
  background: radial-gradient(circle at 100% 100%, rgba(255, 203, 5, 0.18), transparent 34%), linear-gradient(180deg, #07122f, #020817);
  color: white;
  border-radius: 28px;
  padding: 32px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
}

/* SUPPORT BG */
.support-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 203, 5, 0.08);
  bottom: -60px;
  right: -60px;
}

/* SUPPORT TITLE */
.support-card h3 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 18px;
  color: #ffffff !important;
}

/* SUPPORT TEXT */
.support-card p {
  opacity: 0.85;
  line-height: 1.8;
  margin-bottom: 24px;
  color: #dbeafe !important;
}

/* SUPPORT LIST */
.support-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* SUPPORT ITEM */
.support-card li {
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

/* HELPFUL BOX */
.helpful-box {
  margin-top: 60px;
  background: var(--color-card-bg);
  border: 1px solid var(--color-card-border);
  border-radius: 28px;
  min-height: 150px;
  padding: 38px 36px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.helpful-feedback {
  min-width: 0;
  display: grid;
  gap: 16px;
}

/* HELPFUL TITLE */
.helpful-box h4 {
  font-size: 24px;
  color: #0f172a;
  margin: 0;
}

/* HELPFUL TEXT */
.helpful-box p {
  color: #64748b;
  margin: 0;
}

/* HELPFUL ACTIONS */
.helpful-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 2px;
}

/* BUTTON */
.vote-btn {
  min-width: 110px;
  height: 50px;
  border-radius: 999px;
  border: 2px solid #0f172a;
  background: white;
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

/* BUTTON HOVER */
.vote-btn:hover {
  background: #ffcb05;
  border-color: #ffcb05;
  color: #0f172a;
}

.vote-btn:focus-visible {
  outline: 3px solid #ffc105;
  outline-offset: 3px;
}

.article-share-panel {
  width: min(260px, 34%);
  display: grid;
  justify-items: end;
  gap: 10px;
  text-align: right;
}

.article-share-btn {
  min-width: 170px;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #ffcb05;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(255, 203, 5, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(255, 203, 5, 0.36);
}

.article-share-panel p {
  max-width: 250px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

/* MODAL OVERLAY */
.feedback-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* ACTIVE MODAL */
.feedback-modal-overlay.active {
  display: flex;
}

/* MODAL */
.feedback-modal {
  width: 100%;
  max-width: 520px;
  background: var(--color-modal-bg);
  border: 1px solid var(--color-modal-border);
  color: var(--color-text-primary);
  border-radius: 28px;
  padding: 32px;
  position: relative;
  animation: modalShow 0.25s ease;
}

/* MODAL ANIMATION */
@keyframes modalShow {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* CLOSE BUTTON */
.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

/* MODAL TITLE */
.feedback-modal h3 {
  font-size: 28px;
  margin-bottom: 10px;
  color: var(--color-heading);
}

/* MODAL TEXT */
.feedback-modal p {
  color: var(--color-text-muted);
  margin-bottom: 24px;
}

/* TEXTAREA */
.feedback-modal textarea {
  width: 100%;
  height: 140px;
  border-radius: 18px;
  border: 1px solid var(--color-input-border);
  background: var(--color-input-bg);
  color: var(--color-text-primary);
  padding: 18px;
  resize: none;
  font-size: 15px;
  outline: none;
}

/* MODAL ACTIONS */
.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 24px;
}

/* ACTION BUTTON */
.cancel-btn,
.submit-btn {
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

/* CANCEL */
.cancel-btn {
  background: #f1f5f9;
  color: #000;
}

/* SUBMIT */
.submit-btn {
  background: #ffcb05;
  color: #000;
}

/* LIVE CHAT BUTTON */
.live-chat-btn {
  width: 100%;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

/* MOBILE */
@media (max-width: 1024px) {
  .custom-article-layout {
    grid-template-columns: 1fr;
    padding: 140px 20px 60px;
  }
  .custom-article-sidebar {
    position: relative;
    top: 0;
  }
}
/* MOBILE SMALL */
@media (max-width: 768px) {
  .custom-article-main {
    padding: 20px;
  }
  .custom-article-header {
    padding: 28px;
  }
  .custom-article-title {
    font-size: 34px;
  }
  .custom-article-body {
    font-size: 16px;
  }
  .custom-article-body h2,
  .custom-article-body h3 {
    font-size: 24px;
    padding: 20px;
  }
  .custom-article-body h2 + p,
  .custom-article-body h3 + p,
  .custom-article-body ul,
  .custom-article-body ol {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-article-body iframe {
    min-height: 240px;
  }
  .helpful-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-share-panel {
    width: 100%;
    justify-items: start;
    text-align: left;
  }
}
.support-list li {
  cursor: pointer;
  transition: 0.2s ease;
}

.support-list li:hover {
  transform: translateY(-2px);
}

.support-list a,
.support-list button {
  width: 100%;
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.support-list a:hover,
.support-list button:hover {
  background: rgba(255, 203, 5, 0.15);
  border-color: rgba(255, 203, 5, 0.35);
}

.support-action-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #ffcb05;
  color: #020817;
  font-size: 18px;
}

.support-action-copy {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.support-action-copy strong {
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1.2;
}

.support-action-copy small {
  color: #b8c7dd !important;
  font-size: 12px;
  line-height: 1.3;
}

.support-action-arrow {
  color: #ffcb05;
  font-size: 20px;
  font-weight: 800;
  transition: transform 0.2s ease;
}

.support-list a:hover .support-action-arrow,
.support-list button:hover .support-action-arrow {
  transform: translateX(3px);
}

/* TOAST */
#custom-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #111111;
  color: white;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

#custom-toast.show {
  opacity: 1;
  visibility: visible;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.attachments .attachment-item:last-child {
  margin-bottom: 0;
}
.attachments .attachment-item .attachment-icon {
  color: #2F3941;
  left: 0;
  position: absolute;
  top: 5px;
}
[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #5a6d7c;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: var(--color-card-bg) !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid var(--color-card-border) !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-light);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

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

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

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #5a6d7c;
}
.share a:hover {
  text-decoration: none;
  color: #17494D;
}
.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** 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;
  font-size: 18px;
  font-weight: 600;
}
.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  color: #5a6d7c;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.comment-callout a {
  color: #1F73B7;
  text-decoration: underline;
}
.comment-callout a:visited {
  color: #9358B0;
}
.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: #0F3554;
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter .dropdown-toggle {
  color: #5a6d7c;
  font-size: 13px;
}
[dir=rtl] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid #17494D;
  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 {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-avatar {
  margin-right: 10px;
}
[dir=rtl] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.comment-meta {
  flex: 1 1 auto;
}
.comment-labels {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .comment-labels {
    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: flex;
  padding-top: 30px;
  word-wrap: break-word;
}
.comment-container {
  width: 100%;
}
.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  [dir=ltr] .comment-form-controls {
    text-align: right;
  }
}
.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;
}
.comment-form-controls input[type=checkbox] [dir=rtl] {
  margin-left: 5px;
}
.comment-ccs {
  display: none;
}
.comment-ccs + textarea {
  margin-top: 10px;
}
.comment-attachments {
  margin-top: 10px;
}
.comment-attachments a {
  color: #17494D;
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flow-root;
  font-family: 'MTN Brighter Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}
.comment-body a {
  color: #1F73B7;
  text-decoration: underline;
}
.comment-body a:visited {
  color: #9358B0;
}
.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: #0F3554;
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figure.image {
  display: table;
  margin: 0 auto;
}
.comment-body figure.image > img {
  display: block;
  width: 100%;
}
.comment-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.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 :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}
.comment-mark-as-solved {
  display: inline-block;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #5a6d7c;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: #17494D;
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #5a6d7c;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: #17494D;
}

.vote-voted:hover {
  color: #000;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0; /*Avoid collapsing elements in Safari*/
}
.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01KVTAT2H117Z5C0MS5MQSRKC9);
  margin-bottom: 10px;
}
.community-footer {
  padding-top: 50px;
  text-align: center;
}
.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}
.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}
.community-header {
  margin-bottom: 30px;
}
.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}
.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}
@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}
.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

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

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}
.community-follow button:hover {
  background-color: #17494D;
}
.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.community-follow button[data-selected=true] {
  background-color: #17494D;
  color: #FFFFFF;
}
.community-follow button[data-selected=true]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.community-follow button[data-selected=true]:hover {
  background-color: #000;
  border-color: #000;
}
.community-follow button::after {
  border-left: 1px solid #17494D;
  content: attr(data-follower-count);
  color: #17494D;
  display: inline-block;
  font-family: 'MTN Brighter Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}
[dir=rtl] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #17494D;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}
.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.striped-list-info {
  flex: 2;
}
.striped-list-title {
  color: #1F73B7;
  margin-bottom: 10px;
  margin-right: 5px;
}
.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}
.striped-list-title:visited {
  color: #9358B0;
}
.striped-list .meta-group {
  margin: 5px 0;
}
.striped-list-count {
  color: #5a6d7c;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    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: #2F3941;
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #17494D;
}
.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}
.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #5a6d7c;
}
.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}
.status-label-open {
  background-color: #c72a1c;
}
.status-label-solved {
  background-color: #68737d;
}
.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}
.status-label-hold {
  background-color: #000;
}
.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}
.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-header .status-label {
  vertical-align: super;
}
.post-title {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.post-title h1 {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}
.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.post-avatar {
  margin-bottom: 30px;
}
.post-content {
  font-family: 'MTN Brighter Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}
.post-info-container {
  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;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}
[dir=rtl] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}
.post-body {
  display: flow-root;
}
.post-body a {
  color: #1F73B7;
  text-decoration: underline;
}
.post-body a:visited {
  color: #9358B0;
}
.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: #0F3554;
}
.post-body img {
  height: auto;
  max-width: 100%;
}
.post-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figure.image {
  display: table;
  margin: 0 auto;
}
.post-body figure.image > img {
  display: block;
  width: 100%;
}
.post-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.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 :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}
.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.post-comment-count {
  color: #5a6d7c;
}
.post-comment-count:hover {
  text-decoration: none;
}
.post-comment-count .icon-comments {
  color: #17494D;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}
.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir=rtl] .post-sidebar {
    padding: 0 50px 0 0;
  }
}
.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}
.post-comments {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}

.community-badge-titles {
  display: inline;
}

.community-badge-achievement {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}
.community-badge-achievement img {
  width: 100%;
  height: 100%;
}

.community-badge-achievements {
  display: flex;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge {
  margin: 2px;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}
.profile-info .community-badge-achievement {
  height: 40px;
  width: 40px;
}
.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: 22.5px;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}
.collapsible-nav-toggle-icon {
  display: none;
}
.collapsible-nav-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-nav-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: #2F3941;
  line-height: 45px;
  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: #2F3941;
  display: block;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current=page]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}
.collapsible-nav-list li:not([aria-selected=true]),
.collapsible-nav-list li:not(.current) {
  display: none;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected=true]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true] {
    padding: 15px 0 11px 0;
  }
}
.collapsible-nav-list li[aria-selected=true],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #17494D;
    order: 1;
  }
}
.collapsible-nav-list li[aria-selected=true] a,
.collapsible-nav-list li.current a {
  color: #2F3941;
}

.collapsible-nav[aria-expanded=true] li:not([aria-selected=true]),
.collapsible-nav[aria-expanded=true] li:not(.current) {
  display: block;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}
.collapsible-sidebar-toggle {
  position: absolute;
  top: 22.5px;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}
.collapsible-sidebar-toggle-icon {
  display: none;
}
.collapsible-sidebar-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
}
.collapsible-sidebar-body {
  display: none;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}
.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}
.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-body {
  display: block;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.my-activities-sub-nav {
  margin-bottom: 30px;
}
.my-activities-table .striped-list-title { /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}
@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 th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}
.my-activities-table td:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}
.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  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;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
.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-table-toolbar + .requests {
  margin-top: 40px;
}
.requests .requests-table-meta {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}
.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;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}
.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: flex;
  align-items: center;
}
.subscriptions-table .user-avatar {
  margin-right: 10px;
}
.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #5a6d7c;
  font-size: 13px;
}
@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #5a6d7c;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}
.request-breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}
.request-main {
  flex: 1 0 auto;
  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 {
    flex: 0 0 66%;
    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;
  color: #5a6d7c;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}
.request-main .comment-show-container.hidden {
  display: none;
}
.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 #17494D;
}
.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 #17494D;
}
.request-main input#mark_as_solved {
  display: none;
}
.request-title {
  width: 100%;
}
@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}
.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}
@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}
.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
.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%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.request-details dd::after {
  content: "\a";
  white-space: pre;
}
.request-details dt {
  line-break: strict;
  color: #5a6d7c;
  width: 40%;
}
.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;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}
.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}
.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.pagination-next-link {
  padding-right: 10px;
}
.pagination-next-text {
  margin-right: 10px;
}
[dir=rtl] .pagination-next-link {
  padding-left: 10px;
}
[dir=rtl] .pagination-next-text {
  margin-left: 10px;
}
.pagination-prev-link {
  padding-left: 10px;
}
.pagination-prev-text {
  margin-left: 10px;
}
[dir=rtl] .pagination-prev-link {
  padding-right: 10px;
}
[dir=rtl] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir=rtl] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #5a6d7c;
  font-size: 13px;
}
.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}
[dir=rtl] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
  vertical-align: middle;
  display: inline;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #5a6d7c;
  flex: 0 0 100px;
  margin-right: 10px;
}
[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;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    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) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}
@media (min-width: 768px) {
  .profile-stats-counters {
    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 {
    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 {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    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 {
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #17494D;
  border-radius: 4px;
  color: #17494D;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}
.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}
@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #5a6d7c;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}
.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}
.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}
[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}
@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter {
    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-badges-items {
  margin-top: 25px;
}
.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}
.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}
.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}
.profile-badges-item-image img {
  max-height: 40px;
}
[dir=rtl] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}
.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.profile-badges-item-title {
  font-weight: 600;
}
.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #5a6d7c;
  font-size: 13px;
  margin: 0;
}
.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}
[dir=rtl] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: 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-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}
[dir=rtl] .profile-contribution-icon {
  right: 0;
}
.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}
[dir=rtl] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}
[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}
[dir=rtl] .private-activity-icon {
  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;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  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;
  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;
  word-wrap: 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: #f7f7f7;
}
@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-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}
[dir=rtl] .profile-activity-icon {
  right: 0;
}
@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir=rtl] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

.mtn-search-page {
  min-height: 100vh;
  padding: 120px 40px 80px;
  background: linear-gradient(180deg, #f8f8f8, #ececec);
}

[data-theme=dark] .mtn-search-page {
  background: linear-gradient(180deg, #050505, #111111);
}

/* HERO */
.mtn-search-hero {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  padding: 100px 40px 80px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #111827, #1f2937, #374151);
}

/* OVERLAY */
.mtn-search-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 203, 5, 0.25), transparent 40%);
}

/* CONTENT */
.mtn-search-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

/* BADGE */
.mtn-search-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFCB05;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

/* TITLE */
.mtn-search-hero h1 {
  font-size: 72px;
  line-height: 1.1;
  color: white;
  margin-bottom: 20px;
  font-weight: 800;
}

.mtn-search-hero h1 span {
  color: #FFCB05;
}

/* TEXT */
.mtn-search-hero p {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 20px;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 40px;
}

/* SEARCH */
.mtn-search-box {
  position: relative;
  max-width: 820px;
  margin: auto;
}

.mtn-search-box form[role=search] {
  position: relative;
  width: 100%;
}

/* ICON */
.mtn-search-icon {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 24px;
}

/* INPUT */
.mtn-search-box input {
  width: 100%;
  height: 82px;
  border-radius: 999px;
  border: none;
  padding: 0 124px 0 80px;
  font-size: 20px;
  background: white;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.mtn-search-box .clear-button {
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #eef2f7;
  color: #111827;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.92);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.mtn-search-box form.search-has-value .clear-button {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}

.mtn-search-box .clear-button:hover {
  background: #ffcb05;
  color: #020817;
}

.mtn-search-box .clear-button:focus-visible {
  outline: 3px solid #ffcb05;
  outline-offset: 3px;
}

.mtn-search-box .clear-button svg {
  width: 14px;
  height: 14px;
}

[data-theme=dark] .mtn-search-box .clear-button {
  background: #1f2937;
  color: #f8fafc;
}

[data-theme=dark] .mtn-search-box .clear-button:hover {
  background: #ffcb05;
  color: #020817;
}

/* REMOVE ZENDESK CLEAR BUTTON */
.search input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.search input[type=search]::-ms-clear {
  display: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .mtn-search-hero {
    padding: 80px 20px 60px;
    border-radius: 28px;
  }
  .mtn-search-hero h1 {
    font-size: 42px;
  }
  .mtn-search-hero p {
    font-size: 16px;
  }
  .mtn-search-box input {
    height: 70px;
    font-size: 16px;
    padding: 0 70px;
  }
}
/* SEARCH */
.mtn-search-box {
  position: relative;
  max-width: 760px;
  margin: auto;
}

.mtn-search-box input {
  width: 100%;
  height: 72px;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  padding: 0 86px 0 28px;
  font-size: 18px;
  background: white;
}

/* GRID */
.mtn-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
}

/* CARD */
.mtn-result-card {
  background: white;
  border-radius: 28px;
  padding: 32px;
  border-color: #ffc105;
  border-width: 2px;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

[data-theme] .mtn-result-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #0f172a !important;
}

[data-theme=dark] .mtn-result-card {
  background: #111111 !important;
  border-color: #2a2a2a !important;
  color: #f8fafc !important;
}

.mtn-result-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* BADGE */
.mtn-result-badge {
  display: inline-flex;
  background: #fff4cc;
  color: #8a6500;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* TITLE */
.mtn-result-card h3 {
  font-size: 26px;
  color: #111827 !important;
  margin-bottom: 14px;
  line-height: 1.4;
}

/* DESC */
.mtn-result-card p {
  color: #475569 !important;
  line-height: 1.8;
  margin-bottom: 24px;
}

/* LINK */
.mtn-read-more {
  font-weight: 700;
  color: #111827 !important;
}

[data-theme=dark] .mtn-result-card h3,
[data-theme=dark] .mtn-read-more {
  color: #ffffff !important;
}

[data-theme=dark] .mtn-result-card p {
  color: #cbd5e1 !important;
}

/* NO RESULTS */
.mtn-no-results {
  text-align: center;
  width: 100%;
  grid-column: 1/-1;
  padding: 100px 20px;
}

.mtn-no-results h2 {
  font-size: 40px;
  margin-bottom: 12px;
}

.mtn-no-results p {
  color: #667085;
}

.mtn-no-results-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.mtn-no-results-button {
  min-width: 160px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mtn-no-results-button:hover {
  transform: translateY(-2px);
}

.mtn-no-results-button-primary {
  border: 0;
  background: #ffcb05;
  color: #020817 !important;
  box-shadow: 0 14px 30px rgba(255, 203, 5, 0.28);
}

.mtn-no-results-button-secondary {
  border: 2px solid #111827;
  background: transparent;
  color: #111827 !important;
}

[data-theme=dark] .mtn-no-results h2 {
  color: #ffffff !important;
}

[data-theme=dark] .mtn-no-results p {
  color: #cbd5e1 !important;
}

[data-theme=dark] .mtn-no-results-button-secondary {
  border-color: #ffffff;
  color: #ffffff !important;
}

[data-theme=dark] .mtn-no-results-button-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* MOBILE */
@media (max-width: 768px) {
  .mtn-search-page {
    padding: 100px 20px 60px;
  }
  .mtn-search-hero h1 {
    font-size: 38px;
  }
  .mtn-search-box input {
    height: 68px;
    padding: 0 72px 0 24px;
    font-size: 16px;
  }
  .mtn-search-box .clear-button {
    right: 18px;
    width: 38px;
    height: 38px;
  }
  .mtn-no-results {
    padding: 72px 0;
  }
  .mtn-no-results-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .mtn-no-results-button {
    width: 100%;
  }
}
/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: var(--mtn-font-family);
  font-size: 12px;
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-inline.notification-error::before, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] .notification-inline {
  text-align: right;
}
.notification-inline[aria-hidden=true] {
  display: none;
}
.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}
[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}
.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}
.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir=rtl] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
} /* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}
[dir=ltr] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}
[dir=rtl] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}
.content-tag-list li:last-child {
  border: none;
}

/* FORCE CUSTOM CATEGORY UI */
.custom-categories {
  max-width: 1024px !important;
  margin: 60px auto !important;
  padding: 0 20px !important;
}

.categories-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.categories-header h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.categories-header a {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: none !important;
}

.categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.category-card {
  display: block !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px !important;
  border: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.category-card p {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #848F99;
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid #848F99;
}

/***** Summary component *****/
zd-summary-block {
  background: #f3f6f6;
}
[dir=ltr] zd-summary-block {
  border-left-color: #859fa1;
}
[dir=rtl] zd-summary-block {
  border-right-color: #859fa1;
}

.service-catalog-hero {
  background-image: url(/hc/theming_assets/01KVTAT38TMA1J16KBXK33Z8R3);
  margin-bottom: 10px;
  height: 320px;
}
.service-catalog-description {
  display: flow-root;
}
.service-catalog-description a {
  color: #1F73B7;
  text-decoration: underline;
}
.service-catalog-description a:visited {
  color: #9358B0;
}
.service-catalog-description a:hover, .service-catalog-description a:active, .service-catalog-description a:focus {
  color: #0F3554;
}
.service-catalog-description img {
  height: auto;
  max-width: 100%;
}
.service-catalog-description p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figure.image {
  display: table;
  margin: 0 auto;
}
.service-catalog-description figure.image > img {
  display: block;
  width: 100%;
}
.service-catalog-description figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.service-catalog-description ul,
.service-catalog-description ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .service-catalog-description ul,
[dir=rtl] .service-catalog-description ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.service-catalog-description ul > ul,
.service-catalog-description ol > ol,
.service-catalog-description ol > ul,
.service-catalog-description ul > ol,
.service-catalog-description li > ul,
.service-catalog-description li > ol {
  margin: 0;
}
.service-catalog-description ul {
  list-style-type: disc;
}
.service-catalog-description :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.service-catalog-description pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.service-catalog-description blockquote {
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}
.service-catalog-main-content {
  display: flex;
  gap: 32px;
}
.service-catalog-list {
  width: 100%;
}
.service-catalog-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 20px;
}

.trending-section {
  max-width: 1024px;
  margin: 50px auto;
  padding: 0 20px;
}

.trending-card {
  background: var(--color-surface-muted-bg);
  border: 1px solid var(--color-border-soft);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 300px;
  flex-wrap: wrap;
}

/* LEFT SIDE */
.trending-left {
  max-width: 300px;
}

.trending-right {
  margin-left: auto;
}

.trending-left h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
}

.trending-left p {
  margin-top: 10px;
  font-size: 14px;
  color: var(--color-text-muted);
}

/* RIGHT SIDE */
.trending-right {
  flex: 1;
}

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

.trending-right li {
  margin-bottom: 14px;
  border-bottom: 1px solid var(--color-border-soft);
  padding-bottom: 14px;
}

/* LINK STYLE */
.trending-right a {
  color: var(--color-heading);
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  transition: all 0.25s ease;
}
.trending-right a:hover {
  transform: translateX(6px);
  color: #ffcd05;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .trending-card {
    flex-direction: column;
  }
  .trending-left {
    max-width: 100%;
  }
}
.trending-right li:nth-child(n+4) {
  display: none;
}

@font-face {
  font-family: "MTN Brighter Sans";
  src: url("/hc/theming_assets/01KVTBVJW5RX77W29XGZ3WPKRY") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("/hc/theming_assets/01KVTBVK1K5F7A611Z1JBST1EY") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MTN Brighter Sans";
  src: url("/hc/theming_assets/01KVTBVJZSCM6V19X9E09ENCJK") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.mtn-chat-layout {
  display: flex;
  min-height: 100vh;
  background: #f8f7f4;
  padding-top: 80px;
}

.mtn-chat-sidebar {
  width: 340px;
  background: white;
  border-right: 1px solid #ececec;
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.mtn-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}

.mtn-logo-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #ffcb05;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.mtn-logo h2 {
  font-size: 28px;
  margin-bottom: 4px;
}

.mtn-logo span {
  color: #667085;
}

.mtn-new-chat-btn {
  width: 100%;
  height: 45px;
  border-radius: 18px;
  border: none;
  background: #ffcb05;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 34px;
  transition: 0.2s ease;
}

.mtn-sidebar-label {
  font-size: 13px;
  letter-spacing: 2px;
  color: #98a2b3;
  margin-bottom: 18px;
}

.mtn-quick-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mtn-quick-btn {
  height: 45px;
  border-radius: 20px;
  border: 1px solid #ececec;
  background: white;
  text-align: left;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}

.mtn-chat-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mtn-chat-header {
  height: 90px;
  background: white;
  border-bottom: 1px solid #ececec;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mtn-chat-header h1 {
  font-size: 28px;
  margin-bottom: 4px;
}

.mtn-chat-header p {
  color: #667085;
}

.mtn-user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffcb05;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.mtn-chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 40px;
}

.mtn-bot-row,
.mtn-user-row {
  display: flex;
  margin-bottom: 28px;
}

.mtn-user-row {
  justify-content: flex-end;
}

.mtn-bot-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffcb05;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.mtn-bot-message,
.mtn-user-message {
  max-width: 760px;
  border-radius: 26px;
  padding: 24px;
  line-height: 1.8;
}

.mtn-bot-message {
  background: white;
  border: 1px solid #ececec;
}

.mtn-user-message {
  background: #ffcb05;
}

.mtn-bot-message ol {
  padding-left: 20px;
}

.mtn-chat-input-wrapper {
  height: 100px;
  background: white;
  border-top: 1px solid #ececec;
  display: flex;
  align-items: center;
  padding: 0 28px;
  margin-bottom: 40px;
}

.mtn-chat-input-wrapper input {
  flex: 1;
  height: 60px;
  border-radius: 18px;
  border: 1px solid #ececec;
  padding: 0 20px;
  font-size: 18px;
  outline: none;
}

.mtn-bot-avatar {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: rgba(251, 251, 249, 0.4862745098);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mtn-bot-avatar img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

#sendBtn {
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  background: #ffcb05;
  margin-left: 16px;
  cursor: pointer;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .mtn-chat-sidebar {
    display: none;
  }
}
@media (max-width: 768px) {
  .mtn-chat-body {
    padding: 20px;
  }
  .mtn-bot-message,
  .mtn-user-message {
    max-width: 100%;
  }
}
/* ARTICLE RESPONSE CARD */
.article-card {
  background: white;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 24px;
  min-width: 300px;
}

.article-badge {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff4cc;
  color: #8a6500;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.article-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.article-card p {
  color: #667085;
  line-height: 1.7;
  margin-bottom: 18px;
}

.article-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

body {
  margin: 0;
  background: #f8f7f4;
  font-family: var(--mtn-font-family);
}

.history-page {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 320px;
  background: white;
  border-right: 1px solid #ececec;
  padding: 30px;
}

.new-chat-btn {
  width: 100%;
  height: 70px;
  border: none;
  border-radius: 20px;
  background: #ffcb05;
  font-size: 22px;
  font-weight: 700;
}

.history-main {
  flex: 1;
  padding: 60px;
}

.history-main h1 {
  font-size: 70px;
  margin-bottom: 12px;
}

.history-main p {
  font-size: 24px;
  color: #667085;
}

.history-search {
  width: 100%;
  height: 74px;
  margin: 40px 0;
  border-radius: 24px;
  border: 1px solid #ececec;
  padding: 0 24px;
  font-size: 22px;
}

.history-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.history-card {
  background: white;
  border: 1px solid #ececec;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.history-card h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.history-card p {
  font-size: 18px;
}

.history-card button {
  width: 140px;
  height: 56px;
  border-radius: 18px;
  border: none;
  background: #ffcb05;
  font-size: 18px;
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f7f6f2;
  font-family: var(--mtn-font-family);
  color: #101828;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 340px;
  background: #fff;
  border-right: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 18px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}

.logo h2 {
  font-size: 28px;
}

.logo span {
  color: #98a2b3;
}

.history-btn {
  background: #fff3c4;
  border-radius: 18px;
  padding: 18px 20px;
  font-weight: 700;
  margin-bottom: 32px;
}

.recent-title {
  font-size: 14px;
  letter-spacing: 2px;
  color: #777;
  margin-bottom: 20px;
}

.recent-chat {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  border-radius: 22px;
  margin-bottom: 14px;
}

.recent-chat.active {
  background: #fff9e5;
  border: 1px solid #f4dc7d;
}

.recent-chat h4 {
  margin-bottom: 6px;
}

.recent-chat p,
.recent-chat span {
  color: #888;
}

.sidebar-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-link {
  font-size: 18px;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.topbar {
  height: 80px;
  border-bottom: 1px solid #ececec;
  background: white;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffcb05;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.welcome-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
}

.welcome-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff5cf;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 32px;
}

.welcome-wrapper h1 {
  font-size: 70px;
  margin-bottom: 18px;
}

.welcome-wrapper p {
  max-width: 700px;
  color: #667085;
  font-size: 24px;
  line-height: 1.7;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(2, 280px);
  gap: 20px;
  margin-top: 50px;
}

.quick-card {
  height: 90px;
  border-radius: 24px;
  border: 1px solid #e8e8e8;
  background: white;
  font-size: 24px;
  font-weight: 700;
}

.chat-input-wrapper {
  height: 88px;
  margin: 0 40px 30px;
  background: white;
  border-radius: 24px;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.chat-input-wrapper input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 22px;
  padding: 0 20px;
}

.attach-btn,
#sendBtn {
  border: none;
  background: transparent;
  font-size: 28px;
}

#sendBtn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffcb05;
}

.powered {
  text-align: center;
  padding-bottom: 20px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #777;
}

/* =========================
   GLOBAL RESET (IMPORTANT)
========================= */
html {
  background: var(--color-page-bg);
}

body {
  font-family: var(--mtn-font-family);
  background: var(--color-page-bg);
  color: var(--color-text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
main,
.container,
.custom-categories,
.section,
.section-tree,
.article,
.request-main,
.profile,
.community,
.search-results,
.new-request-page {
  background-color: var(--color-page-bg);
  color: var(--color-text-primary);
}

.category-card,
.article-card,
.articles,
.blocks-item,
.blocks-item-link,
.section-tree .section,
.article-list-item,
.request,
.comment,
.modal,
.modal-dialog,
.notification,
.dropdown-menu,
.form,
.form-field,
.upload-dropzone,
.table,
table {
  background-color: var(--color-surface-bg);
  border-color: var(--color-border-soft);
  color: var(--color-text-primary);
}

.card-content {
  background-color: var(--color-surface-bg);
  color: var(--color-text-primary);
}

input,
select,
textarea,
.nesty-input,
.search input,
.search-container input {
  background-color: var(--color-input-bg);
  border-color: var(--color-input-border);
  color: var(--color-text-primary);
}

input::placeholder,
textarea::placeholder {
  color: var(--color-text-tertiary);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
label,
dt,
dd {
  color: inherit;
}

a {
  color: var(--color-link);
}

.blocks-list,
.blocks-item,
.blocks-item-link {
  all: unset;
}

a {
  text-decoration: none;
}

/* =========================
   HERO SECTION
========================= */
.custom-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.custom-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(rgba(2, 6, 18, 0.7), rgba(18, 24, 39, 0.36), rgba(4, 4, 4, 0.74));
}

[data-theme=dark] .custom-hero::before {
  background: linear-gradient(rgba(2, 6, 18, 0.42), rgba(18, 24, 39, 0.18), rgba(4, 4, 4, 0.56));
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #0f172a;
}

.hero-carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(3px);
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 900ms ease, transform 7000ms ease;
}

.hero-carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-carousel-indicators {
  position: absolute;
  left: clamp(18px, 4vw, 56px);
  top: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(-50%);
}

.hero-carousel-indicator {
  width: 10px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.14);
  cursor: pointer;
  transition: background 0.2s ease, height 0.2s ease, opacity 0.2s ease;
}

.hero-carousel-indicator.is-active {
  height: 64px;
  background: var(--color-accent, #ffcb05);
}

[data-theme=dark] .hero-carousel-indicator {
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
}

[data-theme=dark] .hero-carousel-indicator.is-active {
  background: #ffcb05;
}

.hero-carousel-indicator:hover {
  opacity: 0.86;
}

.hero-carousel-indicator:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.hero-title {
  font-size: 58px;
  line-height: 1.05;
  font-weight: 800;
  margin-top: 36px;
  letter-spacing: -2px;
  color: #ffffff !important;
}

.hero-title span {
  display: inline-block;
  color: #ffcd05 !important;
  transform: translateY(8px);
}

.hero-subtitle {
  margin-top: 18px;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 1.8;
  max-width: 650px;
  margin-inline: auto;
}

html[data-theme=dark] .hero-subtitle,
[data-theme] .custom-hero .hero-title,
[data-theme] .custom-hero .hero-subtitle,
[data-theme=dark] .hero-subtitle {
  color: #ffffff !important;
}

/* SEARCH BOX */
.hero-search {
  margin-top: 30px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 10px 15px;
  backdrop-filter: blur(10px);
}

.hero-search form,
.hero-search .search {
  align-items: center;
  display: flex;
  min-width: 0;
  width: 100%;
}

.hero-search input {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}

.hero-clear-btn {
  align-items: center;
  background: #f1f5f9;
  border: none;
  border-radius: 999px;
  color: #0f172a;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin-left: 8px;
  width: 30px;
}

.hero-clear-btn[hidden] {
  display: none;
}

.search-left {
  margin-right: 10px;
}

.search-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.send-btn {
  background: #ffcd05;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
}

/* QUICK ACTIONS */
.hero-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-actions a {
  background: #ffcd05;
  color: black;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
}

/* =========================
   CATEGORIES SECTION
========================= */
.custom-categories {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

.categories-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.categories-header h2 {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -1px;
}

.categories-header a {
  font-size: 14px;
  color: var(--color-text-muted);
}

/* GRID */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

/* CARD */
.category-card {
  background: var(--color-card-bg);
  border-radius: 16px;
  padding: 20px;
  border: 1px solid var(--color-card-border);
  transition: 0.2s;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 10px 20px var(--color-card-shadow);
}

.category-card h3 {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.category-card p {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 8px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 205, 5, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================
   TRENDING ARTICLES
========================= */
.articles {
  max-width: 1100px;
  margin: 60px auto;
  padding: 20px;
  background: var(--color-surface-muted-bg);
  border-radius: 16px;
}

.article-card {
  background: var(--color-card-bg);
  border-color: var(--color-card-border);
  color: var(--color-text-primary);
}

.article-card h3,
.category-header h1 {
  color: var(--color-heading);
}

.article-card p,
.category-header p,
.card-footer {
  color: var(--color-text-muted);
}

.articles h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 24px;
}

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

.article-list-item {
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border-soft);
}

.article-list-item a {
  color: var(--color-heading);
}

.article-list-item a {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  transition: 0.2s ease;
}

.article-list-item a:hover {
  color: #ffcd05;
}

/* =========================
   CATEGORY PAGE
========================= */
.container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

/* TOP BAR */
.sub-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.search-container {
  position: relative;
}

.search-container input {
  padding: 8px 12px;
  border-radius: 20px;
  border: 1px solid var(--color-input-border);
}

/* HEADER */
.page-header h1 {
  font-size: 28px;
  font-weight: 700;
}

.page-header-description {
  color: var(--color-text-muted);
}

/* SECTIONS */
.section-tree {
  margin-top: 30px;
}

.section {
  margin-bottom: 30px;
}

.section-tree-title a {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
}

/* ARTICLES */
.article-list-item {
  padding: 8px 0;
}

.article-list-item a {
  color: var(--color-text-primary);
}

.see-all-articles {
  display: inline-block;
  margin-top: 10px;
  color: #ffcd05;
  font-weight: 600;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .custom-hero {
    min-height: auto;
    padding: 44px 18px 36px;
    display: block;
  }
  .hero-carousel-indicators {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 18px;
    flex-direction: row;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(2, 8, 23, 0.42);
    transform: translateX(-50%);
    backdrop-filter: blur(8px);
  }
  .hero-carousel-indicator {
    width: 34px;
    height: 8px;
    background: rgba(255, 255, 255, 0.72);
  }
  .hero-carousel-indicator.is-active {
    width: 54px;
    height: 8px;
    background: #ffcb05;
  }
  .hero-carousel-slide {
    object-fit: cover;
    object-position: center;
    filter: blur(2px);
    transform: scale(1.02);
  }
  .hero-carousel-slide.is-active {
    transform: scale(1);
  }
  .hero-content {
    width: 100%;
    max-width: 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }
  .categories-grid {
    grid-template-columns: 1fr;
  }
  .hero-title {
    max-width: 320px;
    margin: 0 auto;
    font-size: clamp(30px, 8vw, 36px);
    line-height: 1.08;
    letter-spacing: 0;
    text-align: center;
  }
  .hero-title span {
    transform: none;
  }
  .hero-subtitle {
    max-width: 340px;
    margin: 22px auto 34px;
    font-size: 17px;
    line-height: 1.65;
    text-align: center;
  }
  .hero-search {
    order: 3;
    width: min(100%, 350px);
    margin: 0 auto;
    flex-direction: column;
    gap: 10px;
  }
  .hero-search form {
    order: 1;
    width: 100%;
  }
  .search-actions {
    order: 2;
    width: 100%;
    justify-content: center;
  }
  .hero-actions {
    order: 8;
    width: min(100%, 350px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 20px auto 58px;
  }
  .hero-actions a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
  }
}