@charset "UTF-8";
@font-face {
  font-family: "Neurial Grotesk";
  src:
    url(/hc/theming_assets/01KTJZZ0R70G7Y3Q94MGH2GD05) format("woff2"),
    url(/hc/theming_assets/01KTJZZ213CSH3582ZXM83S3Y3) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 300 Light Italic */
@font-face {
  font-family: "Neurial Grotesk";
  src:
    url(/hc/theming_assets/01KTJZZ1CAJH25W7N7NQ275Z63) format("woff2"),
    url(/hc/theming_assets/01KTJZZ20FT4QH50GJ4212SMZ4) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neurial Grotesk";
  src:
    url(/hc/theming_assets/01KTJZZ15K88H6CG1FCYGK1S59) format("woff2"),
    url(/hc/theming_assets/01KTJZZ26019WFY12NANA5NGA4) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neurial Grotesk";
  src:
    url(/hc/theming_assets/01KTJZZ1ASAM1B8PJ7NJ9S9PTG) format("woff2"),
    url(/hc/theming_assets/01KTJZZ1MWV95D7TE6F51HGHBV) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neurial Grotesk";
  src:
    url(/hc/theming_assets/01KTJZZ185GK1PV0NHZY72B6RW) format("woff2"),
    url(/hc/theming_assets/01KTJZZ27C4F0V1Y8JV8C8P4KF) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neurial Grotesk";
  src:
    url(/hc/theming_assets/01KTJZZ14TRZE8WA4VS4NVS3TW) format("woff2"),
    url(/hc/theming_assets/01KTJZZ20G89Q77TWWRDAE3856) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
:root {
  --sylvox-deep-green: #1c5544;
  --sylvox-bright-green: #297f67;
  --sylvox-mild-green: #a7dcb7;
  --sylvox-text-dark: #2F3941;
  --sylvox-text-muted: #64748b;
  --sylvox-red: #db4b97;
  --sylvox-bg-light: #fafafa;
  --sylvox-text-grey: #b5c0bd;
  --sylvox-border: #e2e8f0;
  --header-height: 60px;
  --sylvox-font-family: "Neurial Grotesk", sans-serif;
}
@media (max-width:768px) {
  :root {
  --header-height: 50px;
}
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--sylvox-font-family);
  font-weight: 400;
}

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: 600;
}

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;
}
h1,
h2,
h3 {
  font-weight: 500; /* 自动调用 Medium */
}

em,
i {
  font-style: italic; /* 自动调用对应的 Italic 字体 */
}
button,
input,
optgroup,
select,
textarea {
  font-family: var(--sylvox-font-family);
  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;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  color: var(--sylvox-text-dark);
  font-family: var(--sylvox-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(--sylvox-font-family);
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: #1c5544;
  text-decoration: none;
}
/* a:visited {
  color: #db4b97;
} */
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

.hbs-form input,
.hbs-form textarea,
.search input,
.search textarea {
  color: #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 #1c5544;
}
.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 #1c5544;
}
.hbs-form select::-ms-expand,
.search select::-ms-expand {
  display: none;
}
.hbs-form textarea,
.search textarea {
  border: 1px solid var(--sylvox-deep-green);
  border-radius: 8px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
.hbs-form textarea:focus,
.search textarea:focus {
  border: 1px solid #1c5544;
}

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


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

/***** 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,
.article-subscribe button,
.section-subscribe button,
.split-button button {
  background-color: transparent;
  border: 1px solid #1c5544;
  border-radius: 4px;
  color: #1c5544;
  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,
  .article-subscribe 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,
.article-subscribe button:visited,
.section-subscribe button:visited,
.split-button button:visited {
  color: var(--sylvox-deep-green);
}
.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,
.article-subscribe 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,
.article-subscribe button:active,
.section-subscribe button:active,
.split-button button:active,
.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,
.article-subscribe button.button-primary,
.article-subscribe button[data-selected="true"],
.section-subscribe button.button-primary,
.section-subscribe button[data-selected="true"],
.split-button button.button-primary {
  background-color: var(--sylvox-deep-green);
  color: #fff;
  text-decoration: none;
}
.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,
.article-subscribe button:focus,
.section-subscribe button:focus,
.split-button button:focus{
  border-color: var(--sylvox-deep-green);
  color: #fff;
  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,
.article-subscribe button.button-primary:hover,
.article-subscribe button[data-selected="true"]: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,
.article-subscribe button.button-primary:focus,
.article-subscribe button[data-selected="true"]: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,
.article-subscribe button.button-primary:active,
.article-subscribe button[data-selected="true"]:active,
.section-subscribe button.button-primary:active,
.section-subscribe button[data-selected="true"]:active,
.split-button button.button-primary:active {
  background-color: var(--sylvox-bright-green);
  border-color: var(--sylvox-bright-green);
  color:#fff !important;
}
.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],
.article-subscribe 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: var(--sylvox-deep-green);
  border: 0;
  border-radius: 30px;
  color: #fff;
  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: #b5c0bd;
}
.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: var(--sylvox-bright-green);
}
.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;
}

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

.split-button button {
  background-color: var(--sylvox-deep-green);
  border: 0;
  color: #fff;
  line-height: 16px;
  outline-color: var(--sylvox-deep-green);
  border-radius:30px;
  padding: 12px;
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid #b5c0bd;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #b5c0bd;
  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 #1c5544;
}

.form-field input[type="text"] {
  border: 1px solid #848f99;
  border-radius: 4px;
}
.form-field input[type="text"]:focus {
  border: 1px solid #1c5544;
}

.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 #1c5544;
  text-decoration: none;
}

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

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #1c5544;
  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: #db4b97;
}
/***** Header (Ourfeed Style) *****/
.header {
  height: var(--header-height);
  background: #ffffff;
  border-bottom: 1px solid var(--sylvox-border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .header-inner {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  max-height: 32px;
  vertical-align: middle;
}
@media (max-width:768px) {
  .logo img {
    max-height: 22px;
  }
}
.logo span {
  margin-left: 10px;
  font-weight: 500;
  color: var(--sylvox-text-dark);
  font-size: 18px;
}

.nav-wrapper-desktop {
  display: none;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: flex;
  }
}

.user-nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-nav-list a {
  color: var(--sylvox-text-muted);
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}
.user-nav-list a:hover {
  color: var(--sylvox-deep-green);
  text-decoration: none;
}
.user-nav-list .submit-a-request {
  color: var(--sylvox-deep-green);
}

.user-actions {
  margin-left: 24px;
  display: flex;
  align-items: center;
}
.sign-in-btn {
  background: var(--sylvox-deep-green);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 500;
  transition: background 0.2s;
}
.sign-in-btn:hover {
  background: var(--sylvox-deep-green);
  opacity: 0.8;
  text-decoration: none;
}

.nav-wrapper-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}
.menu-button-mobile {
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
}
.menu-list-mobile {
  position: absolute;
  top: var(--header-height);
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid var(--sylvox-border);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 99;
}
.menu-list-mobile[aria-expanded="true"] {
  display: block;
}
.menu-list-mobile-items {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.menu-list-mobile-items .item a {
  display: block;
  padding: 12px 24px;
  color: var(--sylvox-text-dark);
}
.menu-list-mobile-items .item button{
  border: 1px solid;
  border-color: var(--sylvox-deep-green);
  color: var(--sylvox-deep-green);
  border-radius: 30px;
  padding: 8px 16px;
  background-color: transparent;
}
.nav-divider {
  height: 1px;
  background: var(--sylvox-border);
  margin: 8px 0;
}
/***** Header *****/
/* .header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  max-height: 37px;
  vertical-align: middle;
}

.logo span {
  margin: 0 10px;
  color: #1c5544;
}

.logo a {
  display: inline-block;
}

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

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav[aria-expanded=true] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}
.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}
.user-nav[aria-expanded=true] > .user-nav-list li {
  display: block;
}
.user-nav[aria-expanded=true] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}
.user-nav-list > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}
.nav-wrapper-desktop a {
  border: 0;
  color: #1c5544;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}
[dir=rtl] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}
.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: #1c5544;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}
.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.nav-wrapper-mobile .menu-button-mobile[aria-expanded=true] .icon-menu {
  background: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=false] {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  display: block;
}
.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}
.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #2F3941;
  cursor: pointer;
  text-align: start;
}
.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}
.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #2F3941;
}
.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}
[dir=rtl] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}
[dir=rtl] .skip-navigation {
  left: initial;
  right: -999px;
}
.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}
[dir=rtl] .skip-navigation:focus, [dir=rtl] .skip-navigation:active {
  left: initial;
  right: auto;
}

#zd-modal-container ~ .skip-navigation {
  display: none;
}

.ask-ai {
  align-items: center;
  background-color: #1c5544;
  border: 1px solid #1c5544;
  border-radius: 4px;
  color: #b5c0bd;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 6px;
  line-height: 1.4286;
  padding: 6px 14px;
}
.ask-ai:visited {
  color: #b5c0bd;
}
.ask-ai .ask-ai-icon {
  flex-shrink: 0;
}

.nav-wrapper-desktop .ask-ai {
  margin-inline-end: 16px;
  padding: 6px 14px;
}
.nav-wrapper-desktop .ask-ai, .nav-wrapper-desktop .ask-ai:visited {
  color: #b5c0bd;
}
.nav-wrapper-desktop .ask-ai:hover, .nav-wrapper-desktop .ask-ai:focus, .nav-wrapper-desktop .ask-ai:active {
  background-color: #297f67;
  border-color: #297f67;
  color: #b5c0bd;
  text-decoration: none;
}

.nav-wrapper-mobile .ask-ai {
  margin: 4px 24px;
  padding: 6px 14px;
  width: auto;
  height: auto;
}
.nav-wrapper-mobile .ask-ai, .nav-wrapper-mobile .ask-ai:visited {
  color: #b5c0bd;
}
.nav-wrapper-mobile .ask-ai:hover, .nav-wrapper-mobile .ask-ai:focus, .nav-wrapper-mobile .ask-ai:active {
  background-color: #297f67;
  border-color: #297f67;
  color: #b5c0bd;
  text-decoration: none;
} */

/***** 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: #1c5544;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover,
.user-info > button:focus {
  color: #1c5544;
  background-color: transparent;
}
.user-info > button::after {
  color: #1c5544;
  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: #1c5544;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #b5c0bd;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
/* .footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}
.footer a {
  color: #5a6d7c;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}
.footer-language-selector button {
  color: #5a6d7c;
  display: inline-block;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: #5a6d7c;
} */
/***** Footer (Ourfeed Style) *****/
.footer {
  background-color: var(--sylvox-deep-green);
  padding: 60px 0 30px 0;
  margin-top: 60px;
}
.footer-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .footer-container {
    padding: 0;
    width: 90%;
  }
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--sylvox-border);
}
@media (min-width: 768px) {
  .footer-top-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.footer-brand-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--sylvox-mild-green);
  display: block;
  margin-bottom: 16px;
}
.footer-description {
  font-size: 17px;
   color: #fff;
  line-height: 1.6;
  margin: 0;
  max-width: 400px;
}

.footer-links-col h3 {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--sylvox-mild-green);
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.footer-links-col a {
  width: fit-content;
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
}
.footer-links-col a:hover {
  text-decoration: none;
}

.footer-bottom-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer-bottom-bar {
    flex-direction: row;
    gap: 0;
  }
}
.copyright {
  font-size: 13px;
  color: #fff;
}
.footer-language-selector .dropdown-toggle {
  color: var(--sylvox-text-muted);
  font-size: 13px;
}


/***** Search field *****/
.search-container {
  position: relative;
}

.search {
  border-color: #848f99;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}
.search:focus-within {
  border-color: #1c5544;
}
.search input[type="search"],
.search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}
.search-full input[type="search"],
.search-full .clear-button {
  border-color: #fff;
}
.search input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
}
.search input[type="search"]:focus {
  color: #555;
}
.search input[type="search"]::-webkit-search-decoration,
.search input[type="search"]::-webkit-search-cancel-button,
.search input[type="search"]::-webkit-search-results-button,
.search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search input[type="search"]:-webkit-autofill,
.search input[type="search"]:-webkit-autofill:hover,
.search input[type="search"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.search .clear-button:hover {
  background-color: #1c5544;
  color: #fff;
}
.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #1c5544;
}
.search-has-value .clear-button {
  display: flex;
}

[dir="ltr"] .search input[type="search"] {
  padding-left: 40px;
  padding-right: 20px;
}
[dir="ltr"] .search-has-value input[type="search"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir="ltr"] .search-has-value input[type="search"]:focus {
  border-right-color: #1c5544;
}
[dir="ltr"] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir="ltr"] .search .clear-button:focus {
  border-left-color: #1c5544;
}

[dir="rtl"] .search input[type="search"] {
  padding-left: 20px;
  padding-right: 40px;
}
[dir="rtl"] .search-has-value input[type="search"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir="rtl"] .search-has-value input[type="search"]:focus {
  border-left-color: #1c5544;
}
[dir="rtl"] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir="rtl"] .search .clear-button:focus {
  border-right-color: #1c5544;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}
[dir="rtl"] .search-icon {
  left: auto;
  right: 15px;
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01KT35PA1V8RSR7WS0JGFNB9AV);
  background-position: center;
  background-size: cover;
  height: 500px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.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;
  margin-top:16px;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}

@media (max-width: 500px) {
  .sub-nav nav{
    width: 100%;
  }
}
.sub-nav .breadcrumbs {
  margin: 0;
}
.sub-nav .search-container {
  width: 100%;
  margin: 0;
}
@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 #1c5544;
  border-radius: 4px;
  box-sizing: border-box;
  color: #1c5544;
  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: #1c5544;
}
.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
  color: #b5c0bd;
  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: #1c5544;
  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 #1c5544;
  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;
}

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

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}
.promoted-articles-item {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%; /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}
.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}
.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}
.promoted-articles-item:last-child a {
  border: 0;
}
@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}
.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01J918DTK57PTZ2J7K1NYY45J0);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}
.community a {
  color: #1c5544;
  text-decoration: underline;
}
.community a:visited {
  color: #db4b97;
}
.community a:hover,
.community a:active,
.community a:focus {
  color: #297f67;
}

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

/***** 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: #1c5544;
  text-decoration: underline;
}
.recent-activity-controls a:visited {
  color: #db4b97;
}
.recent-activity-controls a:hover,
.recent-activity-controls a:active,
.recent-activity-controls a:focus {
  color: #297f67;
}
.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: #1c5544;
  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;
}


/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}
.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-avatar {
  margin-right: 10px;
}
.article-author {
  margin-bottom: 10px;
}
.article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%; /* Take entire row */
  }
}
.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}
.article [role="button"] {
  flex-shrink: 0; /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}
@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}
.article-info {
  max-width: 100%;
}
.article-meta {
  display: inline-block;
  vertical-align: middle;
}
.article-body {
  display: flow-root;
}
.article-body a {
  color: #1c5544;
  text-decoration: underline;
}
.article-body a:visited {
  color: #db4b97;
}
.article-body a:hover,
.article-body a:active,
.article-body a:focus {
  color: #297f67;
}
.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figure.image {
  display: table;
  margin: 0 auto;
}
.article-body figure.image > img {
  display: block;
  width: 100%;
}
.article-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir="rtl"] .article-body ul,
[dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}
.article-body ul {
  list-style-type: disc;
}
.article-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}
.article-body > p:last-child {
  margin-bottom: 0;
}
.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}
.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.article-comment-count {
  color: #5a6d7c;
}
.article-comment-count:hover {
  text-decoration: none;
}
.article-comment-count-icon {
  vertical-align: middle;
  color: #1c5544;
  width: 18px;
  height: 18px;
}
.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
    max-width: 17%;
  }
}
.article-relatives {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}
.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}
.article-relatives > *:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}
.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}
.article-votes-question {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
}
.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}
.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}
.article-more-questions a {
  color: #1c5544;
  text-decoration: underline;
}
.article-more-questions a:visited {
  color: #db4b97;
}
.article-more-questions a:hover,
.article-more-questions a:active,
.article-more-questions a:focus {
  color: #297f67;
}
.article-return-to-top {
  border-top: 1px solid #848f99;
}
@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}
.article-return-to-top a {
  color: #2F3941;
  display: block;
  padding: 20px 0;
}
.article-return-to-top a:hover,
.article-return-to-top a:focus {
  text-decoration: none;
}
.article-return-to-top-icon {
  transform: rotate(0.5turn);
}
.article td > p:first-child,
.article th > p:first-child {
  margin-top: 0;
}
.article td > p:last-child,
.article th > p:last-child {
  margin-bottom: 0;
}

.sidenav-title {
  font-weight: 500;
  font-size: 15px;
  position: relative;
  font-weight: 600;
}
.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

/***** 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;
}

/***** 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: #1c5544;
}
.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,
.recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}
.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: #1c5544;
  text-decoration: underline;
}
.comment-callout a:visited {
  color: #db4b97;
}
.comment-callout a:hover,
.comment-callout a:active,
.comment-callout a:focus {
  color: #297f67;
}
.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 #1c5544;
  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: #1c5544;
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flow-root;
  font-family: var(--sylvox-font-family);
  line-height: 1.6;
  overflow-x: auto;
}
.comment-body a {
  color: #1c5544;
  text-decoration: underline;
}
.comment-body a:visited {
  color: #db4b97;
}
.comment-body a:hover,
.comment-body a:active,
.comment-body a:focus {
  color: #297f67;
}
.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;
}

/***** 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: #1c5544;
}

.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: #1c5544;
}

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

/***** 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;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01J918DT503DCQ1M4CXGBKB1MV);
  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: #1c5544;
}
.community-follow button:hover::after,
.community-follow button:focus::after {
  border-color: #b5c0bd;
  color: #b5c0bd;
}
.community-follow button[data-selected="true"] {
  background-color: #1c5544;
  color: #b5c0bd;
}
.community-follow button[data-selected="true"]::after {
  border-left: 1px solid #b5c0bd;
  color: #b5c0bd;
}
.community-follow button[data-selected="true"]:hover {
  background-color: #030807;
  border-color: #030807;
}
.community-follow button::after {
  border-left: 1px solid #1c5544;
  content: attr(data-follower-count);
  color: #1c5544;
  display: inline-block;
  font-family: var(--sylvox-font-family);
  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 #1c5544;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** 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: #1c5544;
  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: #db4b97;
}
.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: #1c5544;
}
.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: var(--sylvox-font-family);
  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: #1c5544;
  text-decoration: underline;
}
.post-body a:visited {
  color: #db4b97;
}
.post-body a:hover,
.post-body a:active,
.post-body a:focus {
  color: #297f67;
}
.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: #1c5544;
  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;
}

/* Navigation element that collapses on mobile */
.collapsible-sidebar {
  position: relative;
}

.collapsible-sidebar-title {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-right: 30px;
}

/* 右上角展开/收起按钮 */
.collapsible-sidebar-toggle {
  position: absolute;
  top: 10px; 
  right: 20px;
  padding: 0;
  border: 0;
  background: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--sylvox-text-grey);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.collapsible-sidebar-toggle:hover {
  color: var(--sylvox-red);
}

.collapsible-sidebar-toggle:focus,
.collapsible-sidebar-toggle:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

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

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

@media (max-width: 1023px) {
  .collapsible-sidebar .multibrand-filter-list {
    display: none;
    margin-top: 16px;
    border-top: 1px solid var(--sylvox-border);
    padding-top: 12px;
  }
  
  .collapsible-sidebar[aria-expanded="true"] .multibrand-filter-list {
    display: block;
  }
}

/***** 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 #1c5544;
}
.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 #1c5544;
}
.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 #1c5544;
  border-radius: 4px;
  color: #1c5544;
  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;
}



/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: var(--sylvox-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: var(--sylvox-text-dark);
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  border-radius: 0;
  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;
}

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

/***** 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/01KEH7RXWXZNJ34JGAQESK5ZBQ);
  margin-bottom: 10px;
  height: 320px;
}
.service-catalog-description {
  display: flow-root;
}
.service-catalog-description a {
  color: #1c5544;
  text-decoration: underline;
}
.service-catalog-description a:visited {
  color: #db4b97;
}
.service-catalog-description a:hover,
.service-catalog-description a:active,
.service-catalog-description a:focus {
  color: #297f67;
}
.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;
}

.is-service-catalog-preview #navbar-container,
.is-service-catalog-preview .navbar-container,
.is-service-catalog-preview .assembly-bar,
.is-service-catalog-preview [data-garden-id="chrome.subnav"] {
  display: none !important;
}

/* ==========================================================================
   Ourfeed Home Page Layout & Design
   ========================================================================== */

/* --- Hero Section --- */
.ourfeed-hero {
  background-color: var(--sylvox-deep-green);
  background-image: url(/hc/theming_assets/01KT35PA1V8RSR7WS0JGFNB9AV);
  background-position: center;
  background-size: cover;
  padding: 100px 24px;
  text-align: center;
}
.ourfeed-hero-inner h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ourfeed-hero-inner h1 {
    font-size: calc(48px * 0.7);
  }
}
.search-container {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.search-container .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  z-index: 2;
}
.search-container input[type="search"] {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: none;
  padding: 0 20px 0 50px;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* --- Alert Bar --- */
.ourfeed-alert-container {
  margin-top: 24px;
  margin-bottom: 16px;
}

.ourfeed-alert {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: var(--sylvox-mild-green);
  border-radius: 4px;
  padding: 16px 40px 16px 16px;
  color: var(--sylvox-deep-green);
  font-size: 15px;
}
.ourfeed-alert .alert-icon {
  font-weight: bold;
  margin-right: 12px;
  margin-top: 2px;
}
.ourfeed-alert .alert-text {
  flex: 1 1 80%;
  margin: 0 0 10px 0;
  line-height: 1.5;
  font-weight:500;
}
.ourfeed-alert .alert-text a {
  text-decoration: underline;
  color: var(--sylvox-red);
  margin-left: 10px;
  white-space: nowrap;
}
.ourfeed-alert .alert-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: var(--sylvox-deep-green);
  padding: 4px; /* 增加点击热区 */
  transition: transform 0.2s;
}
.ourfeed-alert .alert-close:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .ourfeed-alert-container {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .ourfeed-alert {
    flex-wrap: nowrap;
    align-items: center;
    padding: 12px 24px;
  }
  .ourfeed-alert .alert-icon {
    margin-top: 0;
  }
  .ourfeed-alert .alert-text {
    flex: 1 1 auto;
    margin: 0;
  }
  .ourfeed-alert .alert-date {
    flex-basis: auto;
    padding-left: 0;
    margin-left: 16px;
    margin-right: 16px;
  }
  .ourfeed-alert .alert-close {
    position: static;
    margin-top: -2px;
  }
}

/* ==========================================================================
   主页 - 推荐/热门文章板块 (Promoted Articles)
   ========================================================================== */
.ourfeed-promoted-layout {
  margin-top: 40px;
  margin-bottom: 24px;
}

.promoted-articles-section .section-header {
  margin-bottom: 24px;
}

.promoted-articles-section .section-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--sylvox-text-dark);
  margin: 0 0 8px 0;
}

.promoted-articles-section .section-desc {
  font-size: 15px;
  color: var(--sylvox-text-muted);
  margin: 0;
}

/* 响应式卡片网格布局 */
.promoted-articles-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .promoted-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .promoted-articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 精致卡片设计 */
.promoted-article-card {
  background-color: #ffffff;
  border: 1px solid var(--sylvox-border);
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}

.promoted-card-link {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

/* 左侧图标容器 */
.promoted-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #cef1de; /* 淡粉色底衬托高亮 */
  color: var(--sylvox-deep-green);
  margin-right: 16px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

/* 中间文字内容 */
.promoted-card-content {
  flex-grow: 1;
  min-width: 0;
}

.promoted-card-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--sylvox-deep-green);
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 最多显示两行文字，超出显示省略号 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

/* 右侧箭头指示器 */
.promoted-card-arrow {
  color: var(--sylvox-text-muted);
  margin-left: 16px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 悬浮轻交互动效 */
.promoted-article-card:hover {
  border-color: var(--sylvox-bright-green);
  box-shadow: 0 8px 24px rgba(219, 75, 151, 0.08);
  transform: translateY(-2px);
}

.promoted-article-card:hover .promoted-card-title {
  color: var(--sylvox-bright-green);
}

.promoted-article-card:hover .promoted-card-icon {
  background-color: var(--sylvox-bright-green);
  color: #ffffff;
}

.promoted-article-card:hover .promoted-card-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--sylvox-bright-green);
}

/* --- Main Layout (Sidebar + Content) --- */
.ourfeed-main-layout {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 80px;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .ourfeed-main-layout {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .ourfeed-main-layout {
    gap: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
/* Sidebar Navigation */
.ourfeed-sidebar {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .ourfeed-sidebar {
    width: 280px;
  }
}

.category-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* 让 iOS 滑动更流畅 */
  scrollbar-width: none; /* 隐藏 Firefox 滚动条 */
  border-bottom: 2px solid var(--sylvox-border);
}
.category-nav::-webkit-scrollbar {
  display: none; /* 隐藏 Chrome/Safari 滚动条 */
}
.category-nav-item {
  flex: 0 0 auto;
}

.category-nav-btn {
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px; /* 移动端字号调小 */
  font-weight: 600;
  color: var(--sylvox-text-grey);
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px; /* 覆盖底边框 */
}

.category-nav-btn.is-active {
  color: var(--sylvox-bright-green);
  border-bottom: 4px solid var(--sylvox-deep-green);
}
@media (min-width: 1024px) {
  .category-nav {
    flex-direction: column;
    white-space: normal;
    border-bottom: none;
    margin: 0;
  }
  .category-nav-btn {
    text-align: left;
    font-size: 20px;
    padding: 16px 20px;
    border-bottom: none;
    border-left: 4px solid transparent;
    width: 100%;
  }
  .category-nav-btn.is-active {
    border-bottom: none;
    border-left: 4px solid var(--sylvox-deep-green);
    background-color: #ffffff; /* 选中时给个干净的背景色 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border-radius: 0 8px 8px 0;
  }
}

/* Dynamic Content Grid */
.ourfeed-dynamic-content {
  flex-grow: 1;
  min-width: 0;
}
.sections-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  .sections-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Section Blocks */
.ourfeed-section-block {
  display: flex;
  flex-direction: column;
}
.ourfeed-section-title {
  color: var(--sylvox-bright-green);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
.ourfeed-article-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.ourfeed-article-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
}
.ourfeed-article-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: var(--sylvox-bright-green);
  border-radius: 50%;
}
.ourfeed-article-list a {
  color: #4a4a4a;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s;
}
.ourfeed-article-list a:hover {
  color: var(--sylvox-red);
}

/* Loading State */
.loading-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  width: 100%;
  min-height: 40vh;
}

.ourfeed-spinner {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border: 4px solid rgba(129, 211, 154, 0.15);
  border-top-color: var(--sylvox-bright-green);
  border-radius: 50%;
  animation: ourfeed-spin 0.8s linear infinite;
}

@keyframes ourfeed-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* "See all N articles" 链接样式补充 */
.ourfeed-see-all {
  width: fit-content;
  color: var(--sylvox-text-grey);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 12px;
  display: inline-block;
  padding-left: 16px;
  transition: color 0.2s;
}
.ourfeed-see-all:hover {
  color: var(--sylvox-red);
  /* text-decoration: underline; */
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-slide {
  opacity: 0;
  animation: fadeSlideUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* ==========================================================================
   移动端滑动 Tab 及左右箭头样式
   ========================================================================== */
.category-nav-wrapper {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}

.category-nav {
  list-style: none;
  padding: 0;
  margin: 0; /* 将原本底部的 margin 移给了 wrapper */
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-bottom: 2px solid var(--sylvox-border);
}

.category-nav::-webkit-scrollbar {
  display: none;
}

.nav-arrow {
  position: absolute;
  top: 0;
  height: calc(100% - 2px);
  width: 36px;
  border: none;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sylvox-text-grey);
  transition: color 0.2s;
}

.nav-arrow:hover {
  color: var(--sylvox-red);
}

.nav-arrow-left {
  left: 0;
  background: linear-gradient(to right, #ffffff 60%, rgba(255, 255, 255, 0));
  justify-content: flex-start;
  padding-left: 4px;
}

.nav-arrow-right {
  right: 0;
  background: linear-gradient(to left, #ffffff 60%, rgba(255, 255, 255, 0));
  justify-content: flex-end;
  padding-right: 4px;
}

@media (min-width: 1024px) {
  .category-nav-wrapper {
    margin-bottom: 0;
  }
  .category-nav {
    flex-direction: column;
    white-space: normal;
    border-bottom: none;
  }
  .nav-arrow {
    display: none !important;
  }
}

/* ==========================================================================
   响应式搜索框 (适配首页、所有内页及移动端)
   ========================================================================== */
.search-container {
  position: relative;
  width: 100%;
}

.search-container .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #8da49f;
  width: 20px;
  height: 20px;
  z-index: 10;
  pointer-events: none;
  transition: color 0.3s;
}

.search-container .search {
  border: none !important;
  background: #ffffff;
  border-radius: 8px;
  box-shadow:
    0 4px 15px rgba(0, 0, 0, 0.05),
    0 1px 3px rgba(0, 0, 0, 0.03);
  height: 52px;
  display: flex;
  align-items: center;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
  width: 100%;
  margin: 0;
  padding: 0;
}

.ourfeed-hero .search-container {
  max-width: 680px;
  margin: 0 auto;
}
.ourfeed-hero .search {
  height: 55px;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.08),
    0 4px 10px rgba(0, 0, 0, 0.04);
}
.ourfeed-hero .search-icon {
  left: 20px;
  width: 22px;
  height: 22px;
}

.search-container .search:focus-within {
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.12),
    0 5px 15px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
  border-color: transparent !important;
}
.search-container .search:focus-within ~ .search-icon {
  color: var(--sylvox-deep-green-green);
}

.search-container .search input[type="search"] {
  border: none !important;
  background: transparent !important;
  height: 100%;
  width: 100%;
  padding: 0 16px 0 48px;
  font-size: 16px;
  color: var(--sylvox-text-dark);
  border-radius: 8px;
  outline: none !important;
  box-shadow: none !important;
}
.ourfeed-hero .search input[type="search"] {
  padding: 0 20px 0 56px;
  font-size: 18px;
}

.search-container .search input[type="search"]::-webkit-input-placeholder {
  color: #a0aab2;
  font-weight: 400;
}
.search-container .search input[type="search"]::-moz-placeholder {
  color: #a0aab2;
  font-weight: 400;
}

.search-container .search .clear-button {
  background: transparent !important;
  border-radius: 0;
  color: #999;
  height: 100%;
  padding: 0 16px;
}
.search-container .search .clear-button:hover {
  color: var(--sylvox-purple);
}
.search-container .search .clear-button:focus,
.search-container .search .clear-button:active {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
/* 8. 移动端极致适配 (Mobile Responsive) */
@media (max-width: 767px) {
  .search-container .search {
    height: 48px;
  }
  .ourfeed-hero .search {
    height: 50px;
  }
  .search-container .search input[type="search"],
  .ourfeed-hero .search input[type="search"] {
    font-size: 16px;
  }
}

/* ==========================================================================
   全局面包屑导航 (Breadcrumbs)
   ========================================================================== */
.breadcrumbs {
  margin: 0 0 24px 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  white-space: nowrap;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .breadcrumbs {
    margin: 0 0 32px 0;
    overflow-x: visible;
    flex-wrap: wrap;
  }
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: var(--sylvox-text-grey);
  font-weight: 400;
  flex-shrink: 0;
}
.breadcrumbs li:last-child {
  flex: 0 1 auto; 
  min-width: 0;
  max-width: 100%;
}
.breadcrumbs li a {
  color: var(--sylvox-text-grey);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumbs li a:hover {
  color: var(--sylvox-red);
}


.breadcrumbs li:last-child a{
  color: var(--sylvox-deep-green) !important;
  font-weight: 500;
  display: block;   
  max-width: 100%;       
  white-space: nowrap;     
  overflow: hidden;        
  text-overflow: ellipsis; 
}

.breadcrumbs li + li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23b5c0bd'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
/* ==========================================================================
   搜索结果页面 (Search Results Page)
   ========================================================================== */

.search-page-container {
  padding-bottom: 80px;
}

/* 顶部区域 (面包屑 + 搜索框同行或上下布局) */
.search-page-subnav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .search-page-subnav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .search-page-subnav .breadcrumbs {
    margin-bottom: 0;
  }
  .search-page-subnav .search-container {
    max-width: 360px;
  }
}

/* 主布局: 左侧侧边栏 + 右侧结果 */
.search-results-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .search-results-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
}

/* 左侧：固定侧边栏 (Sticky Sidebar) */
.search-results-sidebar {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .search-results-sidebar {
    width: 260px;
     position: sticky;
    top: calc(var(--header-height) + 32px); /* 滚动时停留在视口顶部 */
  }
}

.filters-in-section {
  background: #ffffff;
  border: 1px solid var(--sylvox-border);
  border-radius: 12px;
  padding:10px 20px;
  margin-bottom: 24px;
}
.filters-in-section:last-child {
  margin-bottom: 0;
}
.filters-in-section .sidenav-title {
  font-size: 16px;
  color: var(--sylvox-text-dark);
  margin-bottom: 16px;
}

/* 过滤器列表样式 */
.multibrand-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.multibrand-filter-list li {
  margin-bottom: 4px;
}
.sidenav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--sylvox-text-muted);
  font-size: 14px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.sidenav-item:hover {
  background-color: var(--sylvox-bg-light);
  color: var(--sylvox-text-dark);
  text-decoration: none;
}
.sidenav-item.current {
  background-color: var(--sylvox-mild-green);
  color: var(--sylvox-deep-green);
  font-weight: 500;
}
.doc-count {
  font-size: 12px;
  background: var(--sylvox-border);
  padding: 2px 8px;
  border-radius: 20px;
  color: #64748b;
}
.sidenav-item.current .doc-count {
  background: var(--sylvox-bright-green);
  opacity: 0.8;
  color:var(--sylvox-mild-green);
}

.see-all-filters {
  display: block;
  background: none;
  border: none;
  color: var(--sylvox-deep-green);
  font-size: 13px;
  padding: 8px 12px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-weight: 500;
}
.see-all-filters[aria-hidden="true"] {
  display: none !important;
}
.multibrand-filter-list--collapsed li:nth-child(1n+6):not(:last-child) {
  display: none;
}
.multibrand-filter-list li:has(> .see-all-filters[aria-hidden="true"]) {
  display: none !important;
  margin: 0;
  padding: 0;
}
.see-all-filters:hover {
  text-decoration: underline;
}

.search-results-main {
  flex-grow: 1;
  min-width: 0;
}

.search-results-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--sylvox-border);
}
.search-results-subheading {
  font-size: 20px;
  font-weight: 500;
  color: var(--sylvox-text-dark);
  margin: 0;
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search-result-card {
  background: #ffffff;
  border: 1px solid var(--sylvox-border);
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative; 
  cursor: pointer;
}
.search-result-card:hover {
  border-color: var(--sylvox-bright-green);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.08);
}

/* 卡片内部结构 */
.search-result-breadcrumbs-nav {
  margin-bottom: 12px;
}
.search-result-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.search-result-breadcrumbs li a {
  color: var(--sylvox-text-grey);
  position: relative;
  z-index: 2;
}
.search-result-breadcrumbs li a:hover {
  color: var(--sylvox-red);
}
.search-result-breadcrumbs li + li::before {
  content: "/";
  margin: 0 8px;
  color: var(--sylvox-border);
}

.search-result-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px 0;
  line-height: 1.4;
}
.search-result-title a {
  color: var(--sylvox-text-dark);
  text-decoration: none;
}
.search-result-title a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.search-result-card:hover .search-result-title a {
  color: var(--sylvox-bright-green);
}
.external-icon {
  margin-left: 6px;
  color: #94a3b8;
}

.search-result-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: var(--sylvox-text-muted);
}
.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.author-name {
  font-weight: 500;
  color: var(--sylvox-deep-green);
}
.meta-count svg {
  color: var(--sylvox-red);
}

.search-result-description {
  margin: 16px 0 0 0;
  color: var(--sylvox-text-muted);
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制摘要最多显示两行，溢出显示省略号 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 搜索词高亮 */
.search-result-description em {
  font-style: normal;
  font-weight: 600;
  color: var(--sylvox-red);
  background-color: transparent;
  padding: 0 2px;
  border-radius: 2px;
}

/* 无结果卡片状态 */
.no-results-card {
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
  border: 1px dashed var(--sylvox-border);
  border-radius: 12px;
}
.no-results-illustration {
  margin-bottom: 24px;
}
.no-results-headline {
  font-size: 20px;
  font-weight: 600;
  color: var(--sylvox-text-dark);
  margin-bottom: 12px;
}
.no-results-prompt {
  color: var(--sylvox-text-muted);
  margin-bottom: 24px;
}
.back-to-home-btn {
  display: inline-block;
  background: var(--sylvox-deep-green);
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 500;
  transition: background 0.2s;
}
.back-to-home-btn:hover {
  background: var(--sylvox-bright-green);
  text-decoration: none;
  color: #fff;
}

/* 分页组件对齐 */
.search-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/* ==========================================================================
   全局文字链接悬浮特效 (Left-to-Right Animated Underline)
   ========================================================================== */

a:hover, a:active, a:focus {
  text-decoration: none !important;
}

a:not(.button):not(.button-large):not(.sign-in-btn):not(.blocks-item-link):not(.nav-arrow):not(.logo a):not(.search-result-title a):not([role="menuitem"]):not(.sidenav-item):not(.modern-nav-list li a):not(.pill-nav-list li a):not(.promoted-articles-grid li a):not(.pagination-list li a) {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a:not(.button):not(.button-large):not(.sign-in-btn):not(.blocks-item-link):not(.nav-arrow):not(.logo a):not(.search-result-title a):not([role="menuitem"]):not(.sidenav-item):hover:not(.modern-nav-list li a):hover:not(.pill-nav-list li a):hover:not(.promoted-articles-grid li a):hover:not(.pagination-list li a):hover  {
  background-position: left bottom;
  background-size: 100% 2px;
}


/* ==========================================================================
   分类页面 (Category Page)
   ========================================================================== */

.category-page-container {
  padding-bottom: 80px;
}

.category-page-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .category-page-layout {
    flex-direction: row;
    align-items: flex-start;
  }
}

.category-sidebar {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .category-sidebar {
    position: sticky;
    top: calc(var(--header-height) + 32px);
    width: 260px;
  }
}
.category-sidebar .sidenav-title {
  margin-bottom: 16px;
  color: var(--sylvox-text-dark);
}
.category-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-sidebar-list li {
  margin-bottom: 4px;
}

.category-main {
  flex-grow: 1;
  min-width: 0;
}

.category-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--sylvox-border);
}
.category-title {
  font-weight: 500 !important;
  font-size: 28px;
  font-weight: 600;
  color: var(--sylvox-deep-green);
  margin: 0 0 12px 0;
}
.category-description {
  font-size: 16px;
  color: var(--sylvox-text-muted);
  line-height: 1.6;
  margin: 0;
  max-width: 800px;
}

.category-sections-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .category-sections-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.category-section-card {
  background: #ffffff;
  border: 1px solid var(--sylvox-border);
  border-radius: 12px;
  padding: 24px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.category-section-card:hover {
  border-color: var(--sylvox-bright-green);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.08);
}

.category-section-card .ourfeed-section-title a {
  color: var(--sylvox-bright-green);
  text-decoration: none;
  transition: color 0.2s;
}

.category-section-card .ourfeed-section-title a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.ourfeed-article-list {
  position: relative;
  z-index: 2;
}
.ourfeed-see-all {
  position: relative;
  z-index: 2;
}

.no-articles-msg {
  color: #94a3b8;
  font-size: 14px;
  margin-top: 16px;
}

/* ==========================================================================
   侧边栏树状导航：分类 (Category) 嵌套 模块 (Section)
   ========================================================================== */

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

.sidebar-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  padding: 10px 12px;
  position: relative;
}

.sidebar-category-header:hover {
  background-color: var(--sylvox-bg-light);
}

.sidebar-category-header.is-current-header {
  background-color: var(--sylvox-mild-green); 
}

.sidebar-category-header .sidenav-item {
  display: inline-block;
  flex-grow: 0;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: 600;
  background-color: transparent !important;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s;
}
.sidebar-category-header .sidenav-item:hover {
  background-position: left bottom;
  background-size: 100% 2px;
}
.sidebar-category-header .sidenav-item::before {
  content: "";
  position: absolute;
  top: 0; right: 50%; bottom: 0; left: 0;
  z-index: 1;
}
.sidebar-toggle-btn {
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  padding: 4px;
  margin-left: 12px;
  color: var(--sylvox-text-grey);
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s;
}
.sidebar-toggle-btn::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -30px;
    left: -20px;
  z-index: 3;
}
.sidebar-toggle-btn:hover {
  color: var(--sylvox-deep-green);
}

.sidebar-toggle-btn:focus,
.sidebar-toggle-btn:active {
  outline: none !important;
}

.sidebar-category-item.is-expanded .sidebar-toggle-btn {
  transform: rotate(180deg);
  color: var(--sylvox-deep-green);
}

.sidebar-section-list-wrapper {
  display: grid;
  grid-template-rows: 0fr; /* 默认折叠：高度为 0 */
  transition: grid-template-rows 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sidebar-category-item.is-expanded .sidebar-section-list-wrapper {
  grid-template-rows: 1fr;
}

.sidebar-section-list {
  overflow: hidden; 
  list-style: none;
  margin: 4px 0 8px 16px;
  padding: 0 0 0 12px;
  border-left: 2px solid var(--sylvox-border); /* 树状结构的垂直主线 */
}

/* 4. 子模块项样式 (Section) */
.sidenav-section-item {
  display: block;
  padding: 12px;
  font-size: 13.5px;
  color: var(--sylvox-text-muted);
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
  border-radius: 4px;
  margin-bottom: 2px;
  position: relative;
}
@media (min-width: 768px) {
  .sidenav-section-item{
    padding: 8px 12px;
  }
}
.sidenav-section-item:hover {
  color: var(--sylvox-red);
  background-color: var(--sylvox-bg-light);
}

/* 树状结构的水平连接线 */
.sidenav-section-item::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: var(--sylvox-border);
  border-radius: 2px;
  transition: background-color 0.2s;
}

.sidenav-section-item:hover::before {
  background-color: var(--sylvox-red);
}

/* ==========================================================================
   模块页面 (Section Page) - 卡片化网格与文章列表
   ========================================================================== */

/* 1. 侧边栏当前 Section 的极致高亮 */
.sidenav-section-item.is-current-section {
  color: var(--sylvox-bright-green);
  font-weight: 500;
  background-color: var(--sylvox-bg-light);
}
.sidenav-section-item.is-current-section::before {
  background-color: var(--sylvox-bright-green);
}

/* 2. 模块页头部布局 */
.section-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--sylvox-border);
}
.section-header-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .section-header-title-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.section-header-title-wrap h1 {
  font-size: 22px;
  font-weight: 500;
  color: var(--sylvox-bright-green);
  margin: 0;
}
@media (min-width: 768px) {
  .section-header-title-wrap h1 {
    font-size: 28px;
  }
}
.section-description {
  font-size: 16px;
  color: var(--sylvox-text-muted);
  line-height: 1.6;
  margin: 0;
  max-width: 800px;
}

/* 3. Zendesk 关注按钮覆写 (Follow Button) */
.section-subscribe button {
  border-radius: 30px;
  border: 1px solid var(--sylvox-deep-green);
  color: var(--sylvox-deep-green);
  font-weight: 500;
  padding: 6px 16px;
  background-color: #ffffff;
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.section-subscribe button:hover {
  border-color: var(--sylvox-deep-green);
  color: #fff;
  background-color: var(--sylvox-deep-green);
}
.section-subscribe button[data-selected="false"]:focus{
  color: var(--sylvox-deep-green);
}
.section-subscribe button[data-selected="true"] {
  background-color: var(--sylvox-deep-green) !important;
  color: #ffffff;
  border-color: var(--sylvox-deep-green) !important;
}

/* 4. 子模块网格 (Sub-sections) */
.sub-sections-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sub-sections-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sub-section-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background-color: #ffffff;
  border: 1px solid var(--sylvox-border);
  border-radius: 12px;
  text-decoration: none !important;
  color: var(--sylvox-text-dark);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sub-section-name {
  font-size: 16px;
  font-weight: 500;
}
.sub-section-icon {
  color: var(--sylvox-text-grey);
  transition: transform 0.3s, color 0.3s;
}
.sub-section-card:hover {
  border-color: var(--sylvox-bright-green);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.08);
}
.sub-section-card:hover .sub-section-name {
  color: var(--sylvox-bright-green);
}
.sub-section-card:hover .sub-section-icon {
  color: var(--sylvox-red);
  transform: translateX(4px); /* 箭头向右微动提示可点击 */
}

/* 5. 模块文章列表 */
.section-articles-wrapper {
  background-color: #ffffff;
  border: 1px solid var(--sylvox-border);
  border-radius: 12px;
  overflow: hidden;
}
.section-article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-article-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--sylvox-border);
  transition: background-color 0.2s;
}
.section-article-item:last-child {
  border-bottom: none;
}
.section-article-item:hover {
  background-color: var(--sylvox-bg-light);
}
.article-item-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.article-item-left::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--sylvox-text-grey);
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.section-article-item:hover .article-item-left::before {
  background-color: var(--sylvox-red);
  transform: scale(1.2);
}
.article-list-link {
  font-size: 16px;
  color: var(--sylvox-text-dark);
  font-weight: 400;
}
.section-article-item:hover .article-list-link {
  color: var(--sylvox-red);
}

/* 分页包裹优化 */
.section-pagination-wrap {
  margin-top: 24px;
}
.no-articles-card {
  padding: 40px;
  text-align: center;
  color: var(--sylvox-text-muted);
  background-color: var(--sylvox-bg-light);
  border-radius: 12px;
  border: 1px dashed var(--sylvox-border);
}


/* ==========================================================================
   文章页面 (Article Page) 
   ========================================================================== */

/* 1. 左侧 "该模块的文章" 高亮与折叠样式补全 */
.sidebar-articles-collapsible.is-expanded .sidebar-toggle-btn {
  transform: rotate(180deg);
  color: var(--sylvox-red);
}
.sidenav-section-item.is-current-article {
  color: var(--sylvox-red);
  font-weight: 500;
  background-color: var(--sylvox-bg-light);
}
.sidenav-section-item.is-current-article::before {
  background-color: var(--sylvox-red);
}

/* 2. 文章主体沉浸式卡片 */
.article-main-card {
  background-color: #ffffff;
  border: 1px solid var(--sylvox-border);
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
@media (min-width: 768px) {
  .article-main-card {
    padding: 48px;
  }
}

/* 头部信息 */
.article-title-modern {
  font-size: 24px;
  font-weight: 500;
  color: var(--sylvox-text-dark);
  line-height: 1.3;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .article-title-modern {
    font-size: 28px;
  }
}
.article-author-modern {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--sylvox-border);
  margin-bottom: 32px;
}
.article-meta-modern {
  display: flex;
  flex-direction: column;
}
.article-meta-modern .author-name {
  font-weight: 600;
  color: var(--sylvox-text-dark);
}
.article-meta-modern .author-name a {
  color: inherit;
}
.article-meta-modern .author-name a:hover {
  color: var(--sylvox-red);
}
.ml-auto { margin-left: auto; } /* 关注按钮靠右对齐 */
.article-subscribe button {
  border-radius: 20px;
  border: 1px solid var(--sylvox-deep-green);
  background: transparent;
  color: var(--sylvox-deep-green);
  font-weight: 500;
  padding: 6px 16px;
  transition: all 0.2s;
}
.article-subscribe button:hover {
  border-color: var(--sylvox-deep-green);
  color: #fff;
}

/* 正文排版优化 */
.article-content-modern {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
}
.article-content-modern h2 { margin-top: 2em; margin-bottom: 1em; font-size: 24px; }
.article-content-modern h3 { margin-top: 1.5em; margin-bottom: 0.8em; font-size: 20px; }
.article-content-modern img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  margin: 16px 0;
}

/* 附件模块 */
.article-attachments-modern {
  margin-top: 40px;
  padding: 20px;
  background-color: var(--sylvox-bg-light);
  border-radius: 8px;
  border: 1px solid var(--sylvox-border);
}

/* 文章页脚与轻交互投票按钮 */
.article-footer-modern {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--sylvox-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .article-footer-modern {
    flex-direction: row;
    justify-content: space-between;
  }
}
.article-votes-modern {
  text-align: center;
}
@media (min-width: 768px) {
  .article-votes-modern { text-align: left; }
}
.article-votes-question {
  display: block;
  font-weight: 500;
  color: var(--sylvox-text-dark);
  margin-bottom: 12px;
}
.article-votes-controls {
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media (min-width: 768px) {
  .article-votes-controls { justify-content: flex-start; }
}
/* 优雅的胶囊投票按钮 */
.article-vote-btn {
  border-radius: 30px;
  padding: 8px 24px;
  border: 1px solid var(--sylvox-border);
  background-color: #ffffff;
  color: var(--sylvox-text-dark);
  font-weight: 500;
  transition: all 0.3s;
}
.article-vote-btn:hover {
  background-color: var(--sylvox-bright-green);
  color: #ffffff;
  border-color: var(--sylvox-bright-green);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(75, 219, 164, 0.2);
}
.article-vote-btn:focus{
  color: var(--sylvox-deep-green);
}
.article-vote-btn.is-voted {
  background-color: var(--sylvox-bright-green);
  color: #ffffff;
  border-color: var(--sylvox-bright-green);
}
.article-votes-count {
  display: block;
  margin-top: 8px;
  color: var(--sylvox-deep-green);
}

/* 3. 评论区独立卡片化 */
.article-comments-card {
  margin-top: 40px;
  background-color: #ffffff;
  border: 1px solid var(--sylvox-border);
  border-radius: 12px;
  padding: 32px 24px;
}
@media (min-width: 768px) {
  .article-comments-card { padding: 40px; }
}
.comment-overview {
  border-bottom: 1px solid var(--sylvox-border);
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.comment-modern {
  padding: 24px 0;
  border-bottom: 1px solid var(--sylvox-border);
}
.comment-author-modern {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.comment-meta-info {
  display: flex;
  flex-direction: column;
}
.comment-meta-info .author-name { font-weight: 600; }
.comment-body-modern {
  color: #334155;
  line-height: 1.6;
}
.comment-form-modern {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px dashed var(--sylvox-border);
}

/* ==========================================================================
   左侧边栏独立双板块设计 (Category Tree & Articles In Section)
   ========================================================================== */

.sidebar-inner-sticky {
  display: flex;
  flex-direction: column;
  gap: 0px; 
}
@media (min-width:768px) {
  .sidebar-inner-sticky {
      gap: 40px; 
    }
}
/* 统一独立板块标题风格：全大写、字间距、精致克制 */
.sidebar-block-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--sylvox-text-muted);
  letter-spacing: 0.5px;
  margin: 0;
}

.category-tree-block .sidebar-block-title {
  margin-bottom: 20px;
}

.current-section-articles-block {
  background-color: var(--sylvox-bg-light);
  border: 1px solid var(--sylvox-border); 
  border-radius: 12px;
  padding: 20px 20px 16px 20px;
}

.sidebar-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #cbd5e1;
}

.article-exclusive-list {
  margin-left: 8px !important; 
}
.see-all-wrapper {
  margin-left: 12px;
  margin-top: 8px;
}

.current-section-articles-block.is-expanded .sidebar-toggle-btn {
  transform: rotate(180deg);
  color: var(--sylvox-red);
}
.current-section-articles-block.is-expanded .sidebar-section-list-wrapper {
  grid-template-rows: 1fr;
}

.ck.ck-content.ck-editor__editable.ck-focused, .ck.ck-content.ck-editor__editable.ck-editor__editable_inline.ck-focused{
  box-shadow: none !important;
}

/* ==========================================================================
   Header PC端 Dropdown 下拉菜单优化
   ========================================================================== */
.modern-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.modern-dropdown-toggle:hover, 
.modern-dropdown-toggle[aria-expanded="true"] {
  background-color: var(--sylvox-bg-light);
}

/* 箭头旋转动效 */
.modern-chevron {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modern-dropdown-toggle[aria-expanded="true"] .modern-chevron {
  transform: rotate(180deg);
}

.modern-dropdown-menu {
  border: 1px solid var(--sylvox-border);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
  min-width: 220px;
  margin-top: 12px; /* 拉开与按钮呼吸感 */
  animation: dropdownFadeIn 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@keyframes dropdownFadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.modern-dropdown-menu a[role="menuitem"] {
  padding: 10px 20px;
  color: var(--sylvox-text-dark);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
  display: block;
}
.modern-dropdown-menu a[role="menuitem"]:hover {
  background-color: var(--sylvox-bg-light);
  color: var(--sylvox-red);
  padding-left: 24px; /* 悬浮时产生轻微右移动效 */
}
.dropdown-divider {
  border-top: 1px solid var(--sylvox-border);
  margin: 6px 0;
}
.sign-out-item, .sign-out-item a {
  color: var(--sylvox-text-muted) !important;
}
.sign-out-item:hover, .sign-out-item a:hover {
  color: var(--sylvox-red) !important;
  background-color: transparent !important;
}

/* ==========================================================================
   Header 移动端导航优化 (抽屉式设计)
   ========================================================================== */
.nav-wrapper-mobile {
  display: none; 
}

@media (max-width: 1023px) {
  .nav-wrapper-desktop {
    display: none;
  }
  .nav-wrapper-mobile {
    display: flex;
    align-items: center;
  }
  .menu-button-mobile {
    background: transparent;
    border: none;
    color: var(--sylvox-text-dark);
    padding: 8px;
    z-index: 1001; /* 保证按钮在最前方，可以点击关闭 */
    position: relative;
  }

  /* 抽屉面板主结构 */
  .modern-mobile-drawer {
    position: fixed;
    top: 0;
    right: -320px; /* 默认隐藏于视区右侧 */
    width: 280px;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: -5px 0 25px rgba(0,0,0,0.08);
    z-index: 1000;
    transition: right 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
    padding-top: 80px; /* 避开系统状态栏与顶部按钮 */
  }
  
  /* 触发显示状态 */
  .modern-mobile-drawer[aria-expanded="true"] {
    right: 0;
  }

  /* 背景毛玻璃遮罩 */
  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .modern-mobile-drawer[aria-expanded="true"] ~ .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
  }

  /* 内部内容排版 */
  .mobile-drawer-inner {
    padding: 0 24px 40px 24px;
  }
  .mobile-drawer-profile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
  }
  .mobile-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid var(--sylvox-border);
  }
  .mobile-user-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--sylvox-text-dark);
  }
  .mobile-drawer-guest {
    margin-bottom: 32px;
  }
  .mobile-sign-in-btn {
    display: block;
    text-align: center;
    background-color: var(--sylvox-red);
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(219, 75, 151, 0.2);
  }

  /* 移动端菜单列表项 */
  .menu-list-mobile-items {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .menu-list-mobile-items .item a {
    display: flex;
    align-items: center;
    padding: 16px 0;
    color: var(--sylvox-text-dark);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }
  .menu-list-mobile-items .ask-ai-mobile-item a {
    gap: 8px;
    color: var(--sylvox-text-dark); 
  }
  .menu-list-mobile-items .nav-divider {
    height: 1px;
    background-color: var(--sylvox-border);
    margin: 16px 0;
  }
}

/* ==========================================================================
   个人主页 (User Profile) - 现代化精简卡片重构
   ========================================================================== */
.profile-page-container {
  padding-bottom: 80px;
}

/* 1. 顶部全景名片卡 (Hero Card) */
.modern-profile-hero {
  background-color: #ffffff;
  border: 1px solid var(--sylvox-border);
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  margin-bottom: 32px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .modern-profile-hero { padding: 40px; }
}
.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  top: 0 !important;
  transform: translateY(0);
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .hero-inner { flex-direction: row; gap: 40px; align-items: flex-start; }
}

/* 左侧头像区 */
.hero-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 12px;
}
.modern-profile-avatar {
  position: relative;
  width: 100px;
  height: 100px;
}
.modern-profile-avatar img {
  width: 100%; height: 100%;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.modern-profile-avatar .icon-agent {
  position: absolute;
  bottom: 0; right: 0;
  width: 28px; height: 28px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 4px;
  color: var(--sylvox-red);
}
.profile-private-badge {
  display: flex; align-items: center; gap: 4px;
  font-size: 12px; font-weight: 500;
  color: var(--sylvox-text-muted);
  background-color: var(--sylvox-bg-light);
  padding: 4px 10px; border-radius: 12px;
}

/* 右侧核心信息区 */
.hero-main { flex-grow: 1; min-width: 0; }
.hero-header-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hero-header-row { flex-direction: row; justify-content: space-between; align-items: flex-start; }
}
.modern-profile-name {
  font-size: 28px; font-weight: 600; color: var(--sylvox-text-dark); margin: 0;
}
.modern-profile-name a { color: inherit; text-decoration: none; transition: color 0.2s; }
.modern-profile-name a:hover { color: var(--sylvox-red); }

/* 操作按钮 */
.hero-actions { display: flex; gap: 12px; align-items: center; }
.community-follow button {
  border-radius: 20px; border: 1px solid var(--sylvox-border);
  padding: 6px 16px; font-weight: 500; background: transparent; transition: all 0.2s;
}
.community-follow button:hover, .community-follow button[data-selected="true"] {
  background-color: var(--sylvox-red); color: #fff; border-color: var(--sylvox-red);
}

/* 描述与徽章 */
.modern-profile-desc {
  font-size: 15px; color: var(--sylvox-text-muted); line-height: 1.6; margin-bottom: 24px; max-width: 600px;
}
.modern-badges-wrap {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 24px;
}
.community-badge-title {
  font-size: 12px; font-weight: 600; background-color: var(--sylvox-bg-light);
  color: var(--sylvox-text-dark); padding: 4px 12px; border-radius: 12px;
}
.community-badge-achievement img { width: 24px; height: 24px; border-radius: 4px; }
.community-badge-achievements-rest { font-size: 12px; color: var(--sylvox-red); text-decoration: none; }

/* 统计数据网格 */
.modern-stats-grid {
  display: flex; flex-wrap: wrap; gap: 24px;
  padding-top: 24px; border-top: 1px dashed var(--sylvox-border);
}
.stat-box { display: flex; flex-direction: column; gap: 4px; }
.stat-value { font-size: 20px; font-weight: 600; color: var(--sylvox-text-dark); }
.stat-label { font-size: 13px; color: var(--sylvox-text-muted); }
.stat-date-box { display: flex; flex-direction: column; gap: 8px; justify-content: center; }
.stat-date-box .date-row { display: flex; gap: 8px; font-size: 13px; }
.stat-date-box .date-value { color: var(--sylvox-text-dark); font-weight: 500; }

/* 2. 现代化 Tab 导航 */
.modern-profile-nav {
  margin-bottom: 32px; border-bottom: 1px solid var(--sylvox-border);
}
.modern-nav-list {
  display: flex; list-style: none; padding: 0; margin: 0; gap: 32px; overflow-x: auto;
}
.modern-nav-list li a {
  display: block; padding: 16px 0; color: var(--sylvox-text-grey);
  font-weight: 500; text-decoration: none; border-bottom: 2px solid transparent; transition: all 0.2s;
  white-space: nowrap;
}
.modern-nav-list li:hover a { color: var(--sylvox-deep-green); }
.modern-nav-list li.is-active a {
  color: var(--sylvox-deep-green); border-bottom-color: var(--sylvox-deep-green);
}

/* 3. 沉浸式动态流 (Feed Cards) */
.modern-section-header { margin-bottom: 24px; }
.modern-section-header h2 { font-size: 20px; font-weight: 600; color: var(--sylvox-text-dark); margin: 0 0 8px 0; }
.modern-section-header p { font-size: 14px; color: var(--sylvox-text-muted); margin: 0; }
.with-sorter { display: flex; justify-content: space-between; align-items: flex-end; }
.modern-sorter-btn {
  background: #fff; border: 1px solid var(--sylvox-border); padding: 6px 12px;
  border-radius: 6px; font-size: 13px; color: var(--sylvox-text-dark); cursor: pointer;
}

.modern-feed-list { display: flex; flex-direction: column; gap: 16px; }
.modern-feed-card {
  display: flex; gap: 16px; background-color: #ffffff; border: 1px solid var(--sylvox-border);
  border-radius: 12px; padding: 24px; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modern-feed-card:hover {
  border-color: var(--sylvox-red); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

/* 动态流左侧图标 */
.feed-icon-wrap {
  width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.feed-icon-wrap.type-article { background-color: #e0f2fe; color: #0284c7; }
.feed-icon-wrap.type-post { background-color: #fce8f2; color: var(--sylvox-red); }
.feed-icon-wrap.type-comment { background-color: #f1f5f9; color: #475569; }

/* 动态流右侧内容 */
.feed-content-wrap { flex-grow: 1; min-width: 0; }
.feed-action-label { font-size: 13px; color: var(--sylvox-text-muted); margin-bottom: 8px; }
.feed-title { margin: 0 0 8px 0; font-size: 18px; font-weight: 600; }
.feed-title a { color: var(--sylvox-deep-green); text-decoration: none; transition: color 0.2s;font-weight: 500; }
.feed-title a:hover { color: var(--sylvox-bright-green); }
.feed-meta-row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.feed-excerpt { font-size: 15px; color: #475569; line-height: 1.6; margin: 0 0 16px 0;word-break: break-all; }
.feed-footer-meta { font-size: 13px; }
.feed-footer-meta .comment-link { color: var(--sylvox-red); font-weight: 500; }

/* 徽章墙网格 */
.modern-badges-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px;
}
.modern-badge-card {
  display: flex; gap: 16px; background-color: #ffffff; border: 1px solid var(--sylvox-border);
  border-radius: 12px; padding: 20px; align-items: center; transition: all 0.2s;
}
.modern-badge-card:hover { border-color: var(--sylvox-red); }
.badge-icon-box img { width: 48px; height: 48px; }
.badge-info-box h3 { margin: 0 0 4px 0; font-size: 16px; font-weight: 600; }
.badge-info-box p { margin: 0 0 8px 0; font-size: 13px; color: var(--sylvox-text-muted); }
.badge-date { font-size: 12px; color: #94a3b8; }

/* 空状态 */
.modern-empty-state {
  text-align: center; padding: 60px 20px; background-color: #ffffff;
  border: 1px dashed #cbd5e1; border-radius: 12px; color: var(--sylvox-text-muted);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.modern-pagination-wrap { margin-top: 32px; }

modern-pagination-wrap,
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px dashed var(--sylvox-border); /* 与上方卡片流形成优雅的隔离 */
}

/* 所有的页码与方向按钮 */
.pagination a,
.pagination span,
.pagination-next a,
.pagination-prev a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 6px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--sylvox-deep-green);
  text-decoration: none;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.pagination-next-text,.pagination-next-icon,.pagination-last-text,.pagination-last-icon,.pagination-prev-text,.pagination-prev-icon,.pagination-first-icon,.pagination-first-text{
  height: 32px !important;
  background-color: transparent !important;
}
/* 鼠标悬浮时的轻交互：变红、微弱投影、上浮 1 像素 */
.pagination a:hover,
.pagination-next a:hover,
.pagination-prev a:hover {
  color: #fff;
  border-color: var(--sylvox-deep-green);
  background-color: var(--sylvox-deep-green);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(75, 219, 152, 0.1);
}
.pagination a:hover span,
.pagination-next a:hover span,
.pagination-prev a:hover span{
  color: #fff;
} 
/* 当前选中的高亮页码 */
.pagination .current,
.pagination [aria-current="page"],
.pagination span.current-page {
  background-color: var(--sylvox-red) !important;
  color: #ffffff !important;
  border-color: var(--sylvox-red) !important;
  box-shadow: 0 4px 10px rgba(219, 75, 151, 0.2);
  cursor: default;
  transform: none !important;
}

/* 省略号 (...) 的样式 */
.pagination .gap,
.pagination span.pagination-gap {
  border: none;
  background: transparent;
  color: var(--sylvox-text-muted);
  cursor: default;
}

/* 移动端优化：当页码极多时，在手机端自动收窄间距，防止爆屏 */
@media (max-width: 767px) {
  .pagination {
    gap: 4px;
  }
  .pagination a, 
  .pagination span {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .pagination-next-text,.pagination-next-icon,.pagination-last-text,.pagination-last-icon,.pagination-prev-text,.pagination-prev-icon,.pagination-first-icon,.pagination-first-text{
    height: 28px !important;
  }
}

/* ==========================================================================
   个人主页 - 活动概览 时间线 (Timeline) 视图
   ========================================================================== */
.modern-timeline-list {
  padding-top: 8px;
}

.modern-timeline-item {
  position: relative;
  padding-left: 56px;  
  padding-bottom: 32px;
}

/* 绘制连接上下节点的垂直时间线 */
.modern-timeline-item::before {
  content: "";
  position: absolute;
  top: 40px;          
  bottom: -8px;       
  left: 19px;
  width: 2px;
  background-color: var(--sylvox-border);
  z-index: 1;
}

/* 最后一个动态，不需要向下延伸的线条 */
.modern-timeline-item:last-child {
  padding-bottom: 0;
}
.modern-timeline-item:last-child::before {
  display: none; 
}

/* 时间线上的节点图标 (带白色外发光隔断) */
.timeline-icon-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2; /* 确保图标盖住垂直线条 */
  box-sizing: content-box;
  
  /* 核心视觉魔法：利用与背景同色的粗边框，把垂直线“切断”，营造节点悬浮感 */
  border: 4px solid #ffffff; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.03); /* 补充微小的高光阴影 */
}

/* 各种动态类型对应的节点颜色 (与之前保持视觉统一) */
.timeline-icon-wrap.type-article { background-color: #e0f2fe; color: #0284c7; }
.timeline-icon-wrap.type-post { background-color: #fce8f2; color: var(--sylvox-red); }
.timeline-icon-wrap.type-comment { background-color: #f1f5f9; color: #475569; }

/* 右侧的内容卡片 (复用并升级卡片逻辑) */
.timeline-content-card {
  background-color: #ffffff;
  border: 1px solid var(--sylvox-border);
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.timeline-content-card:hover {
  border-color: var(--sylvox-red);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

/* 在移动端稍微缩小左边距节省空间 */
@media (max-width: 768px) {
  .modern-timeline-item {
    padding-left: 48px;
  }
  .modern-timeline-item::before {
    left: 15px; /* 移动端调整中线对齐位置 */
  }
  .timeline-icon-wrap {
    width: 28px; height: 28px;
  }
  .feed-meta-row nav{width: 100%;}
}
/* ==========================================================================
   我的请求页面 (Requests Page) - 容器外壳重构
   ========================================================================== */
.requests-page-container {
  padding-bottom: 80px;
}

/* 页面头部排版 */
.modern-requests-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .modern-requests-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }
}
.modern-requests-header h1 {
  font-size: 32px;
  font-weight: 600;
  color: var(--sylvox-text-dark);
  margin: 0;
}

/* 快捷提交按钮 */
.modern-submit-btn {
  border-radius: 20px;
  padding: 8px 24px;
  font-weight: 500;
  background-color: var(--sylvox-red);
  border-color: var(--sylvox-red);
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modern-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(219, 75, 151, 0.25);
}

/* 核心：将动态生成的列表包裹进沉浸式卡片 */
.modern-requests-card {
  background-color: #ffffff;
  border: 1px solid var(--sylvox-border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  min-height: 400px; /* 预留高度，防止网络加载慢时页面塌陷 */
}
@media (min-width: 768px) {
  .modern-requests-card {
    padding: 40px;
  }
}
.requests-micro-app-wrapper {
  width: 100%;
}
.requests-micro-app-wrapper > div {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .modern-requests-card {
    padding: 16px;
  }
  .requests-micro-app-wrapper {
    overflow-x: auto;
  }
}
/* ==========================================================================
   我的贡献页面 (Contributions Page) - 现代化数据表重构
   ========================================================================== */
.contributions-page-container {
  padding-bottom: 80px;
}

/* 页面头部与左右布局 */
.modern-page-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .modern-page-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.modern-page-header h1,.header-title-wrap h1 {
  font-size: 26px;
  font-weight: 500;
  color: var(--sylvox-text-dark);
  margin: 0;
}

/* 二级胶囊导航 (Pill Nav) */
.modern-pill-nav {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px; /* 防止阴影被截断 */
}
.modern-pill-nav:has(.pill-nav-list li:only-child) {
  display: none;
}
.pill-nav-list li:only-child {
  display: none; /* 兼容不支持 :has 的老版本浏览器 */
}
.pill-nav-list {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pill-item a {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 8px; /* 改为小圆角 */
  background-color: transparent !important; /* 彻底移除白色背景 */
  border: none !important;                  /* 彻底移除边框 */
  color: #64748b;                           /* 默认柔和的次要文本色 */
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: none !important;              /* 移除任何阴影 */
  transition: all 0.2s ease;
}
.pill-item:not(.is-active) a:hover {
  color: var(--sylvox-text-dark);
  transform: none !important; 
}
/* 激活态：深色文字 + 极其微弱的浅灰底色 */
.pill-item.is-active a {
  color: var(--sylvox-text-dark);
  font-weight: 600;
  background-color: #f1f5f9 !important; 
  pointer-events: none;
  cursor: default;
}

/* 沉浸式表格卡片 */
.modern-table-card {
  background-color: #ffffff;
  border: 1px solid var(--sylvox-border);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  overflow: hidden; /* 保证表格的圆角不溢出卡片 */
}
.table-responsive {
  overflow-x: auto;
  width: 100%;
}

/* 现代化表格排版 */
.modern-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.modern-table th {
  background-color: var(--sylvox-bg-light);
  color: var(--sylvox-text-muted);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--sylvox-border);
  white-space: nowrap;
}
.modern-table td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--sylvox-border);
  color: #475569;
  font-size: 14px;
  vertical-align: middle;
  transition: background-color 0.2s ease;
}
.modern-table tbody tr:last-child td {
  border-bottom: none;
}

/* 表格轻交互：悬浮行高亮 */
.table-row-hover:hover td {
  background-color: #f8fafc;
}
.table-link {
  color: var(--sylvox-text-dark);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}
.table-link:hover {
  color: var(--sylvox-red);
}

/* 单元格视觉优化 */
.type-badge {
  display: inline-block;
  background-color: #f1f5f9;
  color: #475569;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.vote-number {
  font-family: monospace;
  font-size: 15px;
  background-color: var(--sylvox-bg-light);
  padding: 4px 8px;
  border-radius: 4px;
}
.cell-date {
  color: var(--sylvox-text-muted);
  font-size: 13px;
  white-space: nowrap;
}

/* ==========================================================================
   我的关注页面 (Following Page) - 专属细节优化
   ========================================================================== */
.following-page-container {
  padding-bottom: 80px;
}

.modern-table td.has-avatar {
  display: table-cell; /* 强制确保它是一个表格单元格 */
  vertical-align: middle;
}

/* 头像：使用内联块和右边距代替 flex 的 gap */
.modern-table-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--sylvox-border);
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  display: inline-block;
  vertical-align: middle; /* 关键：与旁边的文字中线对齐 */
  margin-right: 10px;     /* 关键：拉开与文字的间距 */
}

/* 文字标题也设置为内联块对齐 */
.modern-table td.has-avatar .table-link {
  display: inline-block;
  vertical-align: middle;
}
/* 订阅类型文字柔化 */
.cell-subscribe-type .text-muted {
  color: #64748b;
  font-size: 13.5px;
}

/* 操作列右侧对齐 */
.modern-table th.th-action, 
.modern-table td.cell-action {
  text-align: right;
  padding-right: 24px;
}

.modern-action-btn-wrap a,
.modern-action-btn-wrap button,
.modern-action-btn-wrap .subscribe-link,
.modern-action-btn-wrap button[data-selected="true"]:focus {
  color: var(--sylvox-red) !important; /* 亮起品牌色警示 */
  background-color: #fff9fc !important; /* 给一点点微弱的警示底色 */
  border: none;
  border-radius: 16px;
  opacity: 0.5;             /* 💡 核心降噪：降低 50% 透明度 */
  box-shadow: none !important;
  padding: 6px 12px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.modern-action-btn-wrap button[data-selected="false"]{
  color: var(--sylvox-bright-green) !important; /* 亮起品牌色警示 */
  background-color: #f8fcf9 !important; /* 给一点点微弱的警示底色 */
}
.table-row-hover:hover .modern-action-btn-wrap a,
.table-row-hover:hover .modern-action-btn-wrap button,
.table-row-hover:hover .modern-action-btn-wrap .subscribe-link {
  color: var(--sylvox-red) !important; /* 亮起品牌色警示 */
  opacity: 1;               /* 恢复完全可见 */
}
.table-row-hover:hover .modern-action-btn-wrap button[data-selected="false"]{
   color: var(--sylvox-bright-green) !important; /* 亮起品牌色警示 */
}
@media (max-width: 768px) {
  .modern-action-btn-wrap a,
  .modern-action-btn-wrap button {
    opacity: 0.8; 
  }
}
.modern-pill-nav {
  margin-bottom: 8px;
}

/* ==========================================================================
   语言切换器样式美化 (Language Selector)
   ========================================================================== */

/* 调整按钮的基础样式 */
.language-selector .dropdown-toggle {
  background-color: transparent;
  border: 1px solid #e2e8f0; /* 默认柔和边框 */
  border-radius: 6px;
  padding: 8px 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.footer-language-selector .language-selector .dropdown-toggle{
  color:#fff;
}
/* 鼠标悬浮时的高亮反馈 */
.language-selector .dropdown-toggle:hover,
.language-selector .dropdown-toggle:focus {
  border-color: #db4b97; /* 融入主品牌色 */
  color: #db4b97;
  outline: none;
}
.footer-language-selector .language-selector .dropdown-toggle:hover,
.footer-language-selector .language-selector .dropdown-toggle:focus{
  border-color: var(--sylvox-mild-green); /* 融入主品牌色 */
  color: var(--sylvox-mild-green);
  outline: none;
}
/* 右侧小箭头的动画效果 */
.language-selector .dropdown-chevron-icon {
  transition: transform 0.2s ease;
}

/* 当下拉菜单展开时，箭头翻转180度 */
.language-selector.open .dropdown-toggle .dropdown-chevron-icon {
  transform: rotate(180deg);
}

/* ----------------------------------------------------
   展开后的面板样式 (Dropdown Menu)
   ---------------------------------------------------- */
.language-selector .dropdown-menu {
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  margin-top: 8px;
  min-width: 140px;
  background-color: #ffffff;
}

/* 下拉菜单里的每一项链接 */
.language-selector .dropdown-menu a {
  display: block;
  padding: 10px 20px;
  color: #4a5568;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* 鼠标划过菜单项时的底色 */
.language-selector .dropdown-menu a:hover {
  background-color: #f8fafc;
  color: #db4b97;
}


