/* Aize site font imports */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
  font-family: 'KareliaWeb';
  src: url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KareliaWeb';
  src: url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/New%20Fonts%20-%20Karelia%20Untitled%20Serif/KareliaAizeWeb-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  background-color: #FFFFFF;
  color: #2F3941;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: #1F73B7;
  text-decoration: none;
}

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

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

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

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid #17494D;
}

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

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 #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #17494D;
}

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

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

textarea:focus {
  border: 1px solid #17494D;
}

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

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

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

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

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

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

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

/***** Buttons *****/
.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: transparent;
  border: 1px solid #17494D;
  border-radius: 4px;
  color: #17494D;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

.button:hover, .split-button button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .button:active, .split-button button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .button:focus, .split-button button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .button.button-primary, .split-button button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link {
  background-color: #17494D;
  color: #FFFFFF;
  text-decoration: none;
}

.button.button-primary:hover, .split-button button:hover, .section-subscribe button.button-primary:hover, .section-subscribe button:hover[data-selected="true"], .article-subscribe button.button-primary:hover, .article-subscribe button:hover[data-selected="true"], .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button:hover[data-selected="true"], .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button:hover[data-selected="true"], .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .button.button-primary:focus, .split-button button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button:focus[data-selected="true"], .article-subscribe button.button-primary:focus, .article-subscribe button:focus[data-selected="true"], .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button:focus[data-selected="true"], .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button:focus[data-selected="true"], .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .button.button-primary:active, .split-button button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button:active[data-selected="true"], .article-subscribe button.button-primary:active, .article-subscribe button:active[data-selected="true"], .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button:active[data-selected="true"], .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button:active[data-selected="true"], .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active {
  background-color: #000;
  border-color: #000;
}

.button[data-disabled], .split-button button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled] {
  cursor: default;
}

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

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

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

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

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

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #2F3941;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

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

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

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid #FFFFFF;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #FFFFFF;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

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

.table th,
.table th a {
  color: #5a6d7c;
  font-size: 13px;
  text-align: left;
}

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

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

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

.table td {
  display: block;
}

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

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

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

/***** Forms *****/
.form {
  max-width: 650px;
}

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

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

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #17494D;
}

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

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

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

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

.form-field .nesty-input:focus {
  border: 1px solid #17494D;
  text-decoration: none;
}

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

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

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

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

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

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

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

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #9358B0;
}

/***** 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: #17494D;
}

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

/***** User info in header *****/
.user-info {
  display: inline-block;
}

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

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: #1F73B7;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: #1F73B7;
  background-color: transparent;
}

.user-info > button::after {
  color: #1F73B7;
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

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

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

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

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

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

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

.avatar .icon-agent {
  color: #17494D;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

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

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

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

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

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: #1F73B7;
}

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

.search input[type="search"] {
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 30px;
  box-sizing: border-box;
  color: #666;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

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

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

.search-full input[type="search"] {
  border: 1px solid #fff;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
}

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

.search-container {
  position: relative;
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01JZMM5MJCJQVJS0PA1J7Q3VMJ);
  background-position: center;
  background-size: cover;
  height: 300px;
  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;
    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 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

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

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid #17494D;
  border-radius: 4px;
  box-sizing: border-box;
  color: #17494D;
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #17494D;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #FFFFFF;
  text-decoration: none;
}

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

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #2F3941;
}

.blocks-item-link {
  color: #17494D;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}

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

.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #17494D;
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.blocks-item-description {
  margin: 0;
}

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

/***** 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;
  color: #2F3941;
}

.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/01JZQM0Y5ETAD46HC82QKF754F);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.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-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #2F3941;
  display: inline-block;
  width: 100%;
}

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

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

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

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

.recent-activity-item-time, .recent-activity-item-comment {
  color: #5a6d7c;
  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-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #17494D;
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.section-tree-title a {
  color: #2F3941;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a {
  color: #2F3941;
}

.icon-star {
  color: #17494D;
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  color: #2F3941;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

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

@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 img {
  height: auto;
  max-width: 100%;
}

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

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

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

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

.article-body a:visited {
  color: #9358B0;
}

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

.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: #17494D;
  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;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@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-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

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

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

.article-return-to-top a {
  color: #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);
}

.sidenav-title, .related-articles-title {
  display: block;
  font-size: 15px;
  position: relative;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
}

.sidenav-item, .related-articles a {
  border-radius: 4px;
  color: #2F3941;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover, .related-articles a:hover {
  background-color: #17494D;
  color: #FFFFFF;
  text-decoration: none;
}

/***** 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: #17494D;
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading, .recent-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

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

.comment-callout a {
  color: #17494D;
}

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

.comment-sorter .dropdown-toggle {
  color: #5a6d7c;
  font-size: 13px;
}

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

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #17494D;
  padding: 40px 20px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: #17494D;
}

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

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

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

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

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

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

.comment-body a:visited {
  color: #9358B0;
}

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

.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: #17494D;
}

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

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

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

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01JZMM5MJCJQVJS0PA1J7Q3VMJ);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

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

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

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

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

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

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

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

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

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

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

.community-follow button:hover {
  background-color: #17494D;
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"] {
  background-color: #17494D;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"]:hover {
  background-color: #000;
  border-color: #000;
}

.community-follow button::after {
  border-left: 1px solid #17494D;
  content: attr(data-follower-count);
  color: #17494D;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #17494D;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #1F73B7;
  margin-bottom: 10px;
  margin-right: 5px;
}

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

.striped-list-title:visited {
  color: #9358B0;
}

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

.striped-list-count {
  color: #5a6d7c;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

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

.striped-list-count-item::after {
  content: "ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·";
  display: inline-block;
  padding: 0 5px;
}

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

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

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

@media (min-width: 768px) {
  .striped-list-number {
    color: #2F3941;
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

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

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #17494D;
}

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

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #5a6d7c;
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

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

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

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

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

/***** 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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

.post-body a:visited {
  color: #9358B0;
}

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

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

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

.post-comment-count {
  color: #5a6d7c;
}

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

.post-comment-count .icon-comments {
  color: #17494D;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

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

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

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

.post-comments .comment-form-controls {
  display: block;
}

.post-comments .comment-form-controls input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@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-flex;
  line-height: 18px;
  vertical-align: middle;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}

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

.community-badge-container-achievements > .community-badge-titles {
  margin-left: calc(28px - 0.5em);
}

[dir="rtl"] .community-badge-container-achievements > .community-badge-titles {
  margin-right: calc(28px - 0.5em);
}

.community-name-and-title-badges {
  display: flex;
  flex-wrap: wrap;
}

.community-badge {
  margin: 2px;
}

.community-badge-achievements {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.profile-info .community-badge-achievements {
  height: 40px;
  width: 40px;
}

.community-title-badges {
  flex-basis: 100%;
  margin-top: 15px;
}

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

.community-badge-achievements img {
  width: 100%;
  height: 100%;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

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

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #2F3941;
  line-height: 45px;
  order: 1;
}

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

.collapsible-nav-list li a {
  color: #2F3941;
  display: block;
}

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

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

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

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #17494D;
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: #2F3941;
}

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

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

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

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

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

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

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
}

.collapsible-sidebar-body {
  display: none;
}

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

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

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

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

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

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

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

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

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

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

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

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

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

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

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

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

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

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

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

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

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

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

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

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

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

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

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

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

/* Contributions table */
.contributions-table td:last-child {
  color: #5a6d7c;
  font-size: 13px;
}

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

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

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

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

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

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

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

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

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

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

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

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #5a6d7c;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

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

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

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #17494D;
}

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

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

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #17494D;
}

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

.request-title {
  width: 100%;
}

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

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

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

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

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

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

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

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

.request-details dt {
  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: "\00B7";
  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;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

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

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

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

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

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

.profile-stats .stat-label {
  color: #5a6d7c;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

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

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

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

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #17494D;
  border-radius: 4px;
  color: #17494D;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

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

.profile-section {
  width: 100%;
}

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

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

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

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #5a6d7c;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #5a6d7c;
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

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

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

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

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

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

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

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

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

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

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

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

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

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #1F73B7;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: #5a6d7c;
  display: inline-block;
  font-size: 13px;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: #17494D;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  color: inherit;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .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: .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-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  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[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

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

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="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 {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][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;
}

.attachment-item[data-name^="thumbnail"] { 
  display: none; 
}

/** SHUFFLE **/

body {
  color: #565462;
}

h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.396px;
}

h2 {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.353575px;
  line-height: 32px;
  margin-bottom: 24px;
  text-align: center;
}

.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 20px;
  padding: 10px 20px;
}

.sds-hero {
  background: linear-gradient(90.75deg, #47676F 36.8%, #5B8F77 80.55%);
  height: 160px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .sds-hero {
    height: 220px;
  }
}

.sds-hero .hero-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  transform:none;
  top: 0;
}

.sds-hero.sds-hero-article .container {
	padding: 0;
}

.sds-search input[type="search"] {
  border: 1px solid #D8DCDE;
  border-radius: 4px;
}

.sds-cards-list {
  display: grid;
  box-sizing: content-box;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.sds-cards-item {
  border: 0;
  margin: 0;
  text-align: left;
}

.sds-cards-item:hover, .sds-cards-item:active, .sds-cards-item:focus {
  background-color: transparent;
}

.sds-cards-item:hover *, .sds-cards-item:active *, .sds-cards-item:focus * {
  color: inherit;
}

.sds-cards-item:focus {
  box-shadow: 0;
}

.sds-cards-item .blocks-item-link {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}

.sds-cards-item .blocks-item-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 24px;
}

.sds-cards-item .blocks-item-description {
  font-size: 14px;
}

.sds-cards-item .blocks-item-thumbnail {
  background-image: url(/hc/theming_assets/01JZMM5K3NA225QFFZF7P5R2GS);
  display: block;
  height: 180px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sds-cards-item .blocks-item-thumbnail img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.section .categories.blocks {
  margin-bottom: 3em;
}

.sds-promoted-articles {
  list-style: disc;
  margin-left: 20px;
  max-width: 800px;
}

@media (min-width: 1024px) {
  .sds-promoted-articles {
    margin: 0 auto;
  }
  
  .sds-promoted-articles .promoted-articles-item {
    width: 50%;
  }
}

.sds-promoted-articles .promoted-articles-item:nth-child(3n) {
  padding-right: 30px;
}

.sds-promoted-articles .promoted-articles-item a {
  border-bottom: 0;
  padding: 10px 0;
}

.sds-promoted-articles .promoted-articles-item:last-child a {
  border-bottom: 0;
}

.container {
  padding-top: 20px;
}

.container.container-breadcrumbs {
  padding: 20px 20px 0;
}

@media (min-width: 1024px) {
  .container {
    padding-top: 48px;
  }
  
  .container.container-breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
}

.sds-section-content .section-list {
  margin: 0;
}

.sds-section-content .section-list h2 {
  text-align: left;
}

.sds-section-content .section-list .section-list-item {
  border-bottom: 0;
  border-top: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .sds-section-content .section-list .section-list-item {
   	flex-direction: row; 
  }
}

.sds-section-content .section-list .section-list-item .section-articles-header {
 	min-width: 350px; 
}

.sds-section-content .section-list .section-list-item .section-articles-header a {
  display: inline-block;
}

.sds-section-content .section-list .section-list-item .section-articles-list {
  flex-grow: 1;
}

.sds-section-content .section-list .section-list-item .section-articles-list.sds-cards-list {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.sds-article-list {
  list-style: disc;
  margin-left: 20px;
}

.sds-article-list .article-list-item {
  font-size: inherit;
  padding: 10px 0;
}

.sds-article {
  padding: 0;
}

@media (min-width: 1024px) {
  .sds-article-sidebar {
    margin-left: auto;
	}
}

.sds-article-comments {
  margin-bottom: 20px;
}

.sds-article-sidebar .article-sidebar-item {
  display: block;
  margin-bottom: 15px;
}

.article-body img[alt^="thumbnail."] {
  display: none;
}

.ns-box {
	position: relative;
	background: rgba(192, 57, 43,0.85);
	padding: 10px 20px 20px 20px;
	line-height: 1.4;
	z-index: 1000;
	pointer-events: none;
	color: rgba(250,251,255,0.95);
	font-size: 85%;
  border-bottom: 1px solid #DDD;
}

.ns-box.ns-show {
	pointer-events: auto;
}

.ns-box a {
	color: inherit;
  opacity: 0.7;
	font-weight: 700;
}

.ns-box a:hover,
.ns-box a:focus {
	opacity: 1;
}

.ns-box p {
    margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
	pointer-events: auto;
}

.ns-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ns-close:hover,
.ns-close:focus {
	outline: none;
}

.ns-close::before,
.ns-close::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
	background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
	background: #fff;
}

.ns-close::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.ns-box-inner i {
    color: #fff;
    font-size: 3.8em;
}

.megaphone:before {
  content:'\1F4E3';
  font-family: "entypo";
  font-size: 2.2em;
}

/* Top bar notifications */
.ns-box.ns-bar {
	top: 0;
	left: 0;
	width: 100%;
}

.ns-bar .ns-close {
	background: transparent;
	margin-top: 15px;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
	background: #b7b5b3;
}

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}



/* Slide on top */
.ns-effect-slidetop {
	box-shadow: inset 5.4em 0 rgba(0,0,0,0.1);
}

.ns-effect-slidetop .icon {
	position: absolute;
	display: block;
	font-size: 109%;
	top: 50%;
	left: 1em;
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
}

.ns-effect-slidetop p {
	padding: 0 3.2em;
	font-size: 1.2em;
	display: inline-block;
}

.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
	width: 2px;
	background: #fff;
}

.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
	background: #fff;
}

.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animScaleUp;
	animation-name: animScaleUp;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animFade;
	animation-name: animFade;
}

@-webkit-keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

@keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
	-webkit-animation-name: animSlideTop;
	animation-name: animSlideTop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

@-webkit-keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); }
}

@keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

/* Remove Copenhagen background image (bikes) */
.hero, .community-hero {
  background: none !important;
  background-color: #f5f7f9; /* or another Aize background */
}

/* Hide unwanted 'X' icon in search */
.search-container .search-clear {
  display: none !important;
}

/*Adjust the iframe status in the header*/
iframe[src*="status.aize.io/badge"] {
  margin-top: 1px;   /* Move down */
  margin-left: 25px;  /* Move right */
  display: inline-block; /* Ensure it behaves nicely in inline layouts */
  vertical-align: middle; /* Optional: aligns with other header elements */
}


/* Change background colour of submit button*/
.nav-wrapper-desktop a.submit-a-request {
  font-size: 14px;
  color: white; /* Text color for contrast */
  background-color: green; /* Background color */
  padding: 8px 14px; /* Size of the button */
  border-radius: 6px; /* Rounded corners */
  text-decoration: none; /* Remove underline */
  display: inline-block; /* Allows padding and shape to apply correctly */
  font-weight: bold; /* Optional: makes text stand out more */
  box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Optional: subtle shadow for elevation */
  transition: background-color 0.3s ease; /* Smooth hover effect */
  margin-right: 16px; /* Adds space before the next element */
}

.nav-wrapper-desktop a.submit-a-request:hover {
  background-color: darkgreen; /* Darker on hover */
}

}
.nav-wrapper-mobile a.submit-a-request {
  font-size: 14px;
  color: white; /* Text color for contrast */
  background-color: green; /* Background color */
  padding: 8px 14px; /* Size of the button */
  border-radius: 6px; /* Rounded corners */
  text-decoration: none; /* Remove underline */
  display: inline-block; /* Allows padding and shape to apply correctly */
  font-weight: bold; /* Optional: makes text stand out more */
  box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Optional: subtle shadow for elevation */
  transition: background-color 0.3s ease; /* Smooth hover effect */
  margin-right: 16px; /* Adds space before the next element */
}

.nav-wrapper-mobile a.submit-a-request:hover {
  background-color: darkgreen; /* Darker on hover */
}

/* Hide unwanted 'X' icon in search */
.search-container .search-clear {
  display: none !important;
}


/* Strong override to hide injected 'X' search-clear button */
a.search-clear {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
}


/* Hide native browser clear buttons in Chrome, Safari, and Edge */
input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input::-ms-clear {
  display: none !important;
  appearance: none !important;
}


/* Aize custom search styles */
.custom-search-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
}
.aize-search-form {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #fff;
}
.aize-search-input {
  border: none;
  padding: 6px;
  font-size: 14px;
  outline: none;
}
.aize-search-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aize-search-button svg {
  stroke: #333;
  width: 16px;
  height: 16px;
}

/* Aize refresh overrides */
:root {
  --aize-brand: #17494D;
  --aize-brand-deep: #10373a;
  --aize-accent: #5b8f77;
  --aize-accent-soft: #dfece4;
  --aize-ink: #2F3941;
  --aize-muted: #5f7176;
  --aize-border: #d8e4e4;
  --aize-surface: #ffffff;
  --aize-surface-alt: #f4f8f8;
  --aize-surface-soft: #eef5f4;
  --aize-shadow: 0 18px 42px rgba(23, 73, 77, 0.12);
  --aize-shadow-soft: 0 12px 30px rgba(23, 73, 77, 0.08);
  --aize-radius-xl: 32px;
  --aize-radius-lg: 24px;
  --aize-radius-md: 18px;
  --aize-radius-sm: 14px;
}

body {
  background:
    radial-gradient(circle at top left, rgba(91, 143, 119, 0.14), transparent 30%),
    linear-gradient(180deg, #eef5f4 0%, #f7fbfb 18%, #ffffff 42%);
  color: var(--aize-ink);
}

.container {
  max-width: 1240px;
  padding-top: 32px;
}

.container-divider {
  display: none;
}

h1 {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-align: left;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.button,
.split-button button,
.section-subscribe button,
.article-subscribe button,
.community-follow button,
.requests-table-toolbar .organization-subscribe button,
.subscriptions-subscribe button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover,
.split-button button:hover,
.section-subscribe button:hover,
.article-subscribe button:hover,
.community-follow button:hover,
.requests-table-toolbar .organization-subscribe button:hover,
.subscriptions-subscribe button:hover,
.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover {
  transform: translateY(-1px);
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(23, 73, 77, 0.08);
  backdrop-filter: blur(18px);
}

.header-shell {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--aize-brand);
  font-weight: 700;
  text-decoration: none;
}

.logo img {
  display: block;
  max-height: 42px;
  width: auto;
}

.nav-wrapper-desktop {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

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

.user-nav-item {
  display: flex;
}

.nav-link,
.sign-in,
.user-nav-list > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--aize-ink);
  font-weight: 600;
  text-decoration: none;
}

.nav-link:hover,
.sign-in:hover,
.user-nav-list > li > a:hover {
  background: rgba(23, 73, 77, 0.06);
  text-decoration: none;
}

.nav-status-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(23, 73, 77, 0.12);
  background: rgba(255, 255, 255, 0.8);
  color: var(--aize-ink);
  font-weight: 600;
  text-decoration: none;
}

.nav-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #37b56b;
  box-shadow: 0 0 0 6px rgba(55, 181, 107, 0.18);
}

.submit-a-request,
.hero-action.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--aize-brand) 0%, var(--aize-accent) 100%);
  box-shadow: 0 14px 28px rgba(23, 73, 77, 0.16);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.submit-a-request:hover,
.hero-action.button-primary:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 32px rgba(23, 73, 77, 0.2);
}

.button.button-secondary,
.hero-action.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.button.button-secondary:hover,
.hero-action.button-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
}

.dropdown-toggle,
.menu-button-mobile {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(23, 73, 77, 0.12);
  background: #fff;
  color: var(--aize-ink);
  box-shadow: 0 6px 18px rgba(23, 73, 77, 0.06);
}

.dropdown-menu {
  margin-top: 12px;
  border: 1px solid var(--aize-border);
  border-radius: var(--aize-radius-md);
  background: #fff;
  box-shadow: var(--aize-shadow);
  overflow: hidden;
}

.dropdown-menu [role="menuitem"],
.dropdown-menu [role="menuitemradio"] {
  padding: 12px 16px;
}

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

.menu-button-label {
  font-size: 14px;
  font-weight: 700;
}

.menu-list-mobile {
  inset: calc(100% + 12px) 0 auto auto;
  width: min(320px, calc(100vw - 40px));
  padding: 10px;
  border: 1px solid var(--aize-border);
  border-radius: var(--aize-radius-lg);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--aize-shadow);
}

.menu-list-mobile .item > a,
.menu-list-mobile .my-profile {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--aize-radius-sm);
  color: var(--aize-ink);
  text-decoration: none;
}

.menu-list-mobile .item > a:hover,
.menu-list-mobile .my-profile:hover {
  background: var(--aize-surface-soft);
  text-decoration: none;
}

.menu-list-mobile .submit-a-request {
  justify-content: center;
  width: 100%;
}

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  margin-bottom: 0;
  padding: 56px 20px 104px;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 30%), radial-gradient(circle at left center, rgba(91, 143, 119, 0.35), transparent 32%), linear-gradient(135deg, #143a3d 0%, #17494d 48%, #5b8f77 100%);
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.home-hero::before {
  width: 420px;
  height: 420px;
  right: -130px;
  top: -190px;
  background: rgba(255, 255, 255, 0.08);
}

.home-hero::after {
  width: 280px;
  height: 280px;
  left: -100px;
  bottom: -130px;
  background: rgba(255, 255, 255, 0.06);
}

.home-hero-inner {
  position: relative;
  top: auto;
  transform: none;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  height: 100%;
  z-index: 1;
}

.hero-kicker,
.section-eyebrow,
.support-strip-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.home-hero-title {
  max-width: 12ch;
  margin: 0;
  color: #fff;
}

.home-hero-copy {
  max-width: 60ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.6;
}

.home-hero-search {
  position: relative;
  width: min(100%, 760px);
}

.search {
  position: relative;
}

.search input[type="search"] {
  width: 100%;
  min-height: 56px;
  padding: 0 56px 0 54px;
  border: 1px solid var(--aize-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(16, 55, 58, 0.1);
  color: var(--aize-ink);
  font-size: 16px;
}

.search input[type="search"]:focus {
  border-color: var(--aize-brand);
  box-shadow: 0 0 0 4px rgba(23, 73, 77, 0.12);
}

.search-icon {
  left: 20px;
  color: var(--aize-brand);
}

.clear-button {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(23, 73, 77, 0.08);
  color: var(--aize-brand);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.search-has-value .clear-button {
  opacity: 1;
  pointer-events: auto;
}

.search-container .search-clear,
a.search-clear,
input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input::-ms-clear {
  display: none !important;
  appearance: none !important;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}.home-shell {
  position: relative;
  z-index: 1;
  margin-top: -56px;
  padding-top: 0;
}

.knowledge-base,
.home-section,
.category-content,
.section-content,
.article,
.form {
  background: var(--aize-surface);
  border: 1px solid rgba(23, 73, 77, 0.1);
  border-radius: var(--aize-radius-xl);
  box-shadow: var(--aize-shadow-soft);
}

.knowledge-base,
.category-content,
.section-content,
.article,
.form {
  padding: 32px;
}

.section-heading {
  margin-bottom: 28px;
}

.section-eyebrow {
  color: var(--aize-brand);
}

.section-heading h2 {
  margin: 0 0 12px;
}

.section-intro,
.page-header-description,
.request-form-intro,
.footer-copy {
  max-width: 64ch;
  margin: 0;
  color: var(--aize-muted);
  font-size: 16px;
  line-height: 1.65;
}

.home-card-grid,
.sds-cards-list {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.home-card .blocks-item-link,
.sds-cards-item .blocks-item-link {
  display: flex;
  gap: 16px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--aize-border);
  border-radius: var(--aize-radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 248, 0.9));
  box-shadow: 0 10px 24px rgba(23, 73, 77, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-card .blocks-item-link:hover,
.home-card .blocks-item-link:focus,
.sds-cards-item .blocks-item-link:hover,
.sds-cards-item .blocks-item-link:focus {
  transform: translateY(-4px);
  border-color: rgba(23, 73, 77, 0.22);
  box-shadow: var(--aize-shadow);
  text-decoration: none;
}

.home-card-thumbnail,
.sds-cards-item .blocks-item-thumbnail {
  position: relative;
  overflow: hidden;
  min-height: 132px;
  margin-bottom: 0;
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(23, 73, 77, 0.95), rgba(91, 143, 119, 0.88)), url(/hc/theming_assets/01JZMM5K3NA225QFFZF7P5R2GS) center/cover no-repeat;
}

.home-card-thumbnail::after,
.sds-cards-item .blocks-item-thumbnail::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 60%);
}

.blocks-item-title {
  color: var(--aize-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.blocks-item-description {
  color: var(--aize-muted);
  line-height: 1.6;
}

.home-support-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.support-strip-card {
  padding: 24px;
  border: 1px solid var(--aize-border);
  border-radius: var(--aize-radius-lg);
  background: linear-gradient(180deg, rgba(244, 248, 248, 0.95), rgba(255, 255, 255, 0.98));
  box-shadow: 0 10px 24px rgba(23, 73, 77, 0.04);
}

.support-strip-kicker {
  color: var(--aize-brand);
}

.support-strip-card h3 {
  margin: 10px 0;
}

.support-strip-card p:last-of-type {
  margin-bottom: 18px;
  color: var(--aize-muted);
  line-height: 1.6;
}

.support-strip-link,
.see-all-articles,
.article-sidebar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--aize-brand);
  font-weight: 700;
  text-decoration: none;
}

.support-strip-link::after,
.see-all-articles::after,
.article-sidebar-item::after {
  content: "->";
  font-size: 14px;
}

.featured-articles {
  margin-top: 48px;
}

.sds-promoted-articles {
  margin: 0;
  max-width: none;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.sds-promoted-articles .promoted-articles-item,
.sds-promoted-articles .promoted-articles-item:nth-child(3n) {
  width: auto;
  padding: 0;
}

.sds-promoted-articles .promoted-articles-item a {
  display: flex;
  align-items: flex-start;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--aize-border);
  border-radius: 20px;
  background: #fcfefe;
  color: var(--aize-ink);
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(23, 73, 77, 0.05);
}

.home-section {
  margin-top: 28px;
  padding: 28px 32px;
}

.sub-nav {
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(23, 73, 77, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(23, 73, 77, 0.05);
}

.sub-nav .search-container {
  width: min(100%, 360px);
}

.breadcrumbs {
  margin: 0;
}

.page-header {
  margin: 0 0 24px;
  gap: 14px;
  align-items: flex-start;
}

.page-header h1 {
  margin: 0;
}

.page-header-description {
  font-style: normal;
}

.section-tree {
  display: grid;
  gap: 20px;
}

.section-tree .section {
  padding: 24px;
  border: 1px solid var(--aize-border);
  border-radius: var(--aize-radius-lg);
  background: linear-gradient(180deg, rgba(244, 248, 248, 0.55), #fff);
}

.article-list-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--aize-border);
}.article-container {
  gap: 28px;
  align-items: start;
}

.article-sidebar {
  position: sticky;
  top: 112px;
}

.collapsible-sidebar,
.article-votes,
.article-more-questions,
.request-form-shell {
  padding: 24px;
  border: 1px solid var(--aize-border);
  border-radius: var(--aize-radius-lg);
  background: linear-gradient(180deg, rgba(244, 248, 248, 0.78), #fff);
  box-shadow: 0 10px 24px rgba(23, 73, 77, 0.05);
}

.sidenav-item {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--aize-ink);
  text-decoration: none;
}

.sidenav-item:hover {
  background: var(--aize-surface-soft);
  text-decoration: none;
}

.current-article {
  background: rgba(23, 73, 77, 0.08);
  color: var(--aize-brand);
  font-weight: 700;
}

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

.article-body {
  color: #213338;
  font-size: 16px;
  line-height: 1.78;
}

.article-body h2,
.article-body h3,
.article-body h4 {
  margin-top: 36px;
}

.article-body img,
.article-body pre,
.article-body table,
.article-body blockquote {
  max-width: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.comment {
  padding: 22px;
  border: 1px solid var(--aize-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(23, 73, 77, 0.04);
}

.request-form-header {
  margin-bottom: 20px;
}

.request-form-shell {
  padding: 28px;
}

.footer {
  margin-top: 64px;
  padding: 0 20px 32px;
  background: transparent;
}

.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
  align-items: start;
  padding: 32px;
  border: 1px solid rgba(23, 73, 77, 0.08);
  border-radius: var(--aize-radius-xl);
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 26%), linear-gradient(135deg, #143a3d 0%, #17494d 48%, #5b8f77 100%);
  box-shadow: var(--aize-shadow);
}

.footer-brand {
  display: grid;
  gap: 12px;
}

.footer-home {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.78);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-link,
.footer-nav a,
.footer-language-selector .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}

.footer-link:hover,
.footer-nav a:hover,
.footer-language-selector .dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
}

.footer-language-selector .dropdown-menu a {
  color: var(--aize-ink);
}

@media (min-width: 1024px) {
  .footer-inner {
    grid-template-columns: 1.3fr auto auto;
    justify-content: space-between;
  }

  .article-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .article {
    order: 1;
  }

  .article-sidebar {
    order: 2;
  }
}

@media (max-width: 1023px) {
  .nav-wrapper-desktop {
    display: none;
  }

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

  .home-hero {
    min-height: 520px;
    padding-top: 40px;
    padding-bottom: 88px;
  }

  .home-shell {
    margin-top: -36px;
  }

  .knowledge-base,
  .home-section,
  .category-content,
  .section-content,
  .article,
  .form,
  .footer-inner {
    padding: 24px;
    border-radius: 24px;
  }

  .article-container {
    display: flex;
    flex-direction: column;
  }

  .article-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .container {
    padding-top: 24px;
  }

  .header {
    padding-inline: 16px;
  }

  .home-hero {
    padding-inline: 16px;
    min-height: 500px;
  }

  .home-hero-title {
    max-width: 100%;
  }

  .home-hero-copy {
    font-size: 16px;
  }

  .home-hero-actions,
  .footer-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .button.button-secondary,
  .hero-action.button-secondary,
  .submit-a-request {
    width: 100%;
  }

  .sub-nav {
    padding: 16px;
  }

  .sub-nav .search-container {
    width: 100%;
  }
}
/* Aize refinement overrides */
.button.button-secondary,
.hero-action.button-secondary,
.request-container .button.button-secondary,
.requests-page .button.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--aize-border);
  background: #fff;
  color: var(--aize-ink);
  box-shadow: 0 10px 22px rgba(23, 73, 77, 0.06);
  text-decoration: none;
}

.button.button-secondary:hover,
.hero-action.button-secondary:hover,
.request-container .button.button-secondary:hover,
.requests-page .button.button-secondary:hover {
  background: var(--aize-surface-soft);
  color: var(--aize-ink);
  text-decoration: none;
}

.home-hero {
  min-height: auto;
  padding: 32px 20px 72px;
  background: linear-gradient(180deg, rgba(238, 245, 244, 0.96), rgba(255, 255, 255, 0));
}

.home-hero::before,
.home-hero::after {
  display: none;
}

.home-hero-inner {
  max-width: 1240px;
  padding: 42px 46px;
  border: 1px solid rgba(23, 73, 77, 0.1);
  border-radius: var(--aize-radius-xl);
  background: linear-gradient(135deg, rgba(23, 73, 77, 0.04), rgba(91, 143, 119, 0.08));
  box-shadow: 0 18px 38px rgba(23, 73, 77, 0.08);
}

.hero-kicker {
  color: var(--aize-brand);
}

.home-hero-title {
  max-width: 14ch;
  color: var(--aize-ink);
}

.home-hero-copy {
  color: var(--aize-muted);
}

.home-card .blocks-item-link,
.sds-cards-item .blocks-item-link,
.support-strip-card,
.sds-promoted-articles .promoted-articles-item a,
.section-tree .section {
  background: #fff;
  box-shadow: 0 10px 22px rgba(23, 73, 77, 0.04);
}

.home-card-thumbnail,
.sds-cards-item .blocks-item-thumbnail {
  min-height: 120px;
  background: linear-gradient(140deg, rgba(23, 73, 77, 0.08), rgba(91, 143, 119, 0.16)), url(/hc/theming_assets/01JZMM5K3NA225QFFZF7P5R2GS) center/cover no-repeat;
}

.home-card-thumbnail::after,
.sds-cards-item .blocks-item-thumbnail::after {
  border-color: rgba(23, 73, 77, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 78%);
}

.footer-inner {
  border: 1px solid rgba(23, 73, 77, 0.1);
  background: #fff;
  box-shadow: 0 16px 34px rgba(23, 73, 77, 0.08);
}

.footer-home,
.footer-copy,
.footer-link,
.footer-nav a,
.footer-language-selector .dropdown-toggle {
  color: var(--aize-ink);
}

.footer-link,
.footer-nav a,
.footer-language-selector .dropdown-toggle {
  border-color: var(--aize-border);
  background: var(--aize-surface-alt);
}

.footer-link:hover,
.footer-nav a:hover,
.footer-language-selector .dropdown-toggle:hover {
  background: var(--aize-surface-soft);
  color: var(--aize-ink);
}

.article-body,
.article-body p,
.article-body li,
.article-body td,
.article-body th,
.article-body figcaption {
  color: #213338;
}

.article-body a {
  color: var(--aize-brand);
}

.article-body iframe,
.article-body video,
.article-body embed,
.article-body object {
  display: block;
  width: min(100%, 960px);
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin: 28px auto;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(23, 73, 77, 0.14);
  background: #0f1719;
}

.article-body figure {
  margin: 28px 0;
}

.article-body figure iframe,
.article-body figure video,
.article-body figure embed,
.article-body figure object {
  margin: 0 auto;
}

.article-body img {
  display: block;
  margin: 28px auto;
}

@media (max-width: 767px) {
  .home-hero {
    padding: 24px 16px 56px;
  }

  .home-hero-inner {
    padding: 28px 24px;
  }
}
/* Aize homepage composition fixes */
.home-hero {
  padding: 24px 20px 44px;
  background: transparent;
}

.home-hero-inner {
  padding: 44px 46px;
  background: linear-gradient(135deg, #163f42 0%, #20565a 100%);
  box-shadow: 0 24px 44px rgba(23, 73, 77, 0.16);
}

.hero-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.home-hero-title {
  max-width: 11ch;
  color: #fff;
}

.home-hero-copy {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.8);
}

.home-hero .hero-action.button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}

.home-hero .hero-action.button-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.home-shell {
  margin-top: 0;
}

.home-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.home-card .blocks-item-link,
.sds-cards-item .blocks-item-link {
  gap: 14px;
  padding: 24px;
}

.home-card-thumbnail,
.sds-cards-item .blocks-item-thumbnail {
  width: 88px;
  min-height: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--aize-brand) 0%, var(--aize-accent) 100%);
}

.home-card-thumbnail::after,
.sds-cards-item .blocks-item-thumbnail::after {
  display: none;
}

.blocks-item-title {
  font-size: 22px;
}

.sds-promoted-articles {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.sds-promoted-articles .promoted-articles-item a {
  position: relative;
  padding-right: 48px;
}

.sds-promoted-articles .promoted-articles-item a::after {
  content: "->";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--aize-brand);
  font-weight: 700;
}

.home-section.activity {
  padding-top: 24px;
}

.home-section.activity h2,
.recent-activity h2 {
  text-align: left;
}

@media (max-width: 767px) {
  .home-hero {
    padding: 20px 16px 36px;
  }

  .home-hero-inner {
    padding: 28px 24px;
  }
}
/* Aize content page layout fixes */
.page-shell-category .category-container,
.page-shell-section .section-container {
  max-width: 1100px;
  margin: 0 auto;
}

.page-header-stacked {
  gap: 16px;
}

.page-header-copy {
  display: grid;
  gap: 10px;
}

.category-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.category-card,
.section-panel {
  padding: 24px;
  border: 1px solid var(--aize-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(23, 73, 77, 0.04);
}

.category-card-header {
  margin-bottom: 18px;
}

.category-card-description,
.category-card-empty {
  margin: 0;
  color: var(--aize-muted);
  line-height: 1.6;
}

.category-article-list,
.section-article-grid,
.section-card-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-article-list {
  display: grid;
}

.category-article-list .article-list-item,
.section-article-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.category-article-main,
.section-article-main {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.category-article-list .article-list-item {
  padding: 16px 0;
}

.section-panel {
  margin-top: 20px;
}

.section-panel-title {
  margin: 0 0 18px;
  font-size: 18px;
}

.section-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.section-card-item {
  margin: 0;
  border: 1px solid var(--aize-border);
  border-radius: 18px;
  background: var(--aize-surface-alt);
}

.section-card-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  color: var(--aize-ink);
  text-decoration: none;
}

.section-card-item a:hover {
  background: var(--aize-surface-soft);
  text-decoration: none;
}

.section-article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.section-article-card {
  padding: 18px 20px;
  border: 1px solid var(--aize-border);
  border-radius: 18px;
  background: #fcfefe;
  box-shadow: 0 10px 22px rgba(23, 73, 77, 0.04);
}

.section-article-card .article-list-link,
.category-article-list .article-list-link {
  font-weight: 600;
}

.section-article-card .icon-star,
.category-article-list .icon-star {
  color: var(--aize-accent);
  flex-shrink: 0;
  margin-top: 2px;
}

.section-article-card .icon-lock,
.category-article-list .icon-lock {
  color: var(--aize-muted);
  flex-shrink: 0;
  margin-top: 2px;
}

.article-container {
  grid-template-columns: minmax(0, 1.35fr) 280px;
  gap: 24px;
}

.article {
  padding: 36px 40px;
}

.article-relatives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.article-relatives > * {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--aize-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(23, 73, 77, 0.04);
}

.article-votes,
.article-more-questions {
  max-width: 420px;
}

.article-comments {
  margin-top: 32px;
}

.comment-list {
  display: grid;
  gap: 18px;
}

.recent-activity-header,
.recent-activity h2 {
  text-align: left;
}

@media (max-width: 1023px) {
  .article-relatives {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .article {
    padding: 28px 24px;
  }

  .category-card-grid,
  .section-card-grid,
  .section-article-grid,
  .article-relatives {
    grid-template-columns: 1fr;
  }
}
/* Aize hero clipping fix */
.home-hero {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 24px 20px 44px;
}

.home-hero-inner {
  height: auto;
  min-height: 0;
  display: grid;
  gap: 18px;
  align-items: start;
}

.home-hero-title,
.home-hero-copy {
  margin: 0;
}

.home-hero-search {
  display: block;
  width: min(100%, 680px);
}

.home-hero .search,
.home-hero .search-full,
.home-hero .search input[type="search"] {
  width: 100%;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 767px) {
  .home-hero {
    padding: 20px 16px 36px;
  }

  .home-hero-inner {
    gap: 16px;
  }
}
/* Aize shell alignment fixes */
.page-shell-section .sub-nav,
.page-shell-category .sub-nav,
.page-shell-form .sub-nav {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.page-shell-section .section-container,
.page-shell-category .category-container,
.page-shell-form .form,
.page-shell-form .request-form-header {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.page-shell-section .section-content,
.page-shell-category .category-content {
  width: 100%;
}

.page-shell-section .page-header,
.page-shell-category .page-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 24px;
}

.page-shell-section .page-header-copy,
.page-shell-category .page-header-copy {
  max-width: 100%;
}

@media (max-width: 767px) {
  .page-shell-section .page-header,
  .page-shell-category .page-header {
    grid-template-columns: 1fr;
  }
}/* Aize shell reset v2 */
:root {
  --aize-page-width: 1120px;
  --aize-reading-width: 760px;
  --aize-sidebar-width: 296px;
  --aize-panel-radius: 26px;
  --aize-panel-shadow-strong: 0 24px 60px rgba(18, 57, 61, 0.14);
  --aize-panel-shadow-soft: 0 16px 36px rgba(18, 57, 61, 0.08);
}

body {
  background:
    radial-gradient(circle at top left, rgba(91, 143, 119, 0.16), transparent 24%),
    linear-gradient(180deg, #edf5f4 0%, #f8fbfb 20%, #ffffff 48%);
}

.container {
  max-width: calc(var(--aize-page-width) + 48px);
  padding-top: 18px;
}

.header {
  position: relative;
  top: auto;
  padding: 20px 24px 0;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.header-shell {
  max-width: var(--aize-page-width);
  padding: 16px 22px;
  border: 1px solid rgba(16, 55, 58, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(18, 57, 61, 0.08);
}

.logo img {
  max-height: 40px;
}

.nav-wrapper-desktop {
  gap: 14px;
}

.user-nav-list {
  gap: 6px;
}

.nav-link,
.sign-in,
.user-nav-list > li > a,
.nav-status-link {
  min-height: 40px;
  padding: 0 14px;
  font-size: 14px;
}

.nav-status-link {
  border-color: transparent;
  background: var(--aize-surface-alt);
  box-shadow: none;
}

.nav-status-dot {
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 5px rgba(55, 181, 107, 0.15);
}

.submit-a-request,
.hero-action.button-primary {
  min-height: 44px;
  padding: 0 18px;
  box-shadow: 0 12px 22px rgba(23, 73, 77, 0.16);
}

.dropdown-toggle,
.menu-button-mobile {
  min-height: 42px;
  box-shadow: none;
}

.home-hero {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 16px 24px 30px !important;
  background: transparent;
}

.home-hero-inner {
  max-width: var(--aize-page-width);
  margin: 0 auto;
  padding: clamp(32px, 5vw, 56px);
  border: 0;
  border-radius: 32px;
  background: linear-gradient(135deg, #0f3235 0%, #174a4e 58%, #2a6a61 100%);
  box-shadow: var(--aize-panel-shadow-strong);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 420px);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
}

.home-hero-copy-column {
  display: grid;
  align-content: start;
  gap: 18px;
}

.hero-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.home-hero-title {
  max-width: 10ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.75rem, 5vw, 4.9rem);
  line-height: 0.96;
}

.home-hero-copy {
  max-width: 40ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.home-hero .hero-action.button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}

.home-hero .hero-action.button-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

.home-hero-panel {
  display: grid;
  align-content: start;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
}

.home-hero-panel-label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.home-hero-search {
  position: relative;
  width: 100%;
}

.home-hero-search .search {
  width: 100%;
}

.home-hero-search input[type="search"] {
  width: 100%;
  height: 56px;
  padding-left: 50px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  color: #163538;
  box-shadow: none;
}

.home-hero-search .search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: #537174;
}

.home-hero-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.home-hero-points li {
  display: grid;
  gap: 5px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.home-hero-points strong {
  color: #fff;
  font-size: 16px;
}

.home-hero-points span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}
.home-shell {
  max-width: var(--aize-page-width);
  margin: 0 auto;
  padding-top: 0;
}

.home-browse-section,
.home-section.activity {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-browse-section {
  margin-bottom: 36px;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.section-intro,
.page-header-description,
.category-card-description,
.category-card-empty {
  max-width: 56ch;
  margin: 0;
  color: var(--aize-muted);
  line-height: 1.7;
}

.home-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.home-card .blocks-item-link,
.sds-cards-item .blocks-item-link {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(16, 55, 58, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfb 100%);
  box-shadow: var(--aize-panel-shadow-soft);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-card .blocks-item-link:hover,
.sds-cards-item .blocks-item-link:hover {
  transform: translateY(-2px);
  border-color: rgba(16, 55, 58, 0.18);
  box-shadow: 0 20px 38px rgba(18, 57, 61, 0.12);
}

.home-card-thumbnail,
.sds-cards-item .blocks-item-thumbnail {
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(16, 55, 58, 0.98), rgba(91, 143, 119, 0.92));
}

.home-card-thumbnail::after,
.sds-cards-item .blocks-item-thumbnail::after {
  display: none;
}

.home-card-meta {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.blocks-item-title {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.08;
}

.blocks-item-description {
  color: var(--aize-muted);
  line-height: 1.65;
}

.home-card-arrow {
  align-self: end;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--aize-brand);
}

.home-support-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
  padding-top: 6px;
}

.support-strip-card {
  padding: 22px 0 0;
  border: 0;
  border-top: 1px solid rgba(16, 55, 58, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.support-strip-card h3 {
  margin: 0 0 10px;
}

.support-strip-card p {
  margin: 0;
  color: var(--aize-muted);
  line-height: 1.65;
}

.support-strip-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  font-weight: 700;
  color: var(--aize-brand);
  text-decoration: none;
}

.support-strip-link:hover {
  text-decoration: none;
}

.sds-promoted-articles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sds-promoted-articles .promoted-articles-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  padding: 18px 20px;
  border: 1px solid rgba(16, 55, 58, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 57, 61, 0.05);
}

.promoted-article-title {
  min-width: 0;
}

.promoted-article-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--aize-muted);
}

.promoted-article-arrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--aize-brand);
}

.recent-activity {
  padding: 34px 36px;
  border: 1px solid rgba(16, 55, 58, 0.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--aize-panel-shadow-soft);
}

.recent-activity h2,
.recent-activity-header {
  text-align: left;
}

.page-shell {
  padding-top: 14px;
}

.page-shell .sub-nav,
.page-shell-article .sub-nav {
  max-width: var(--aize-page-width);
  margin: 0 auto 22px;
}

.sub-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  align-items: center;
  gap: 18px;
  padding: 16px 20px;
  border: 1px solid rgba(16, 55, 58, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(18, 57, 61, 0.06);
}

.search-container {
  width: 100%;
}

.search-container .search {
  width: 100%;
}

.search-container input[type="search"] {
  height: 42px;
  border-radius: 14px;
}

.breadcrumbs {
  min-width: 0;
}

.page-shell-section .section-container,
.page-shell-category .category-container,
.page-shell-form .request-form-header,
.page-shell-form .form,
.page-shell-article .article-container {
  max-width: var(--aize-page-width);
  margin-left: auto;
  margin-right: auto;
}

.page-shell-section .section-content,
.page-shell-category .category-content,
.page-shell-article .article,
.request-form-shell {
  width: 100%;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(16, 55, 58, 0.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--aize-panel-shadow-soft);
}

.page-header,
.article-header {
  margin: 0 0 28px;
}

.page-header h1,
.article-title {
  margin: 0;
}

.page-shell-section .page-header,
.page-shell-category .page-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 24px;
}

.page-header-copy,
.article-header-copy {
  display: grid;
  gap: 10px;
}

.section-panel,
.category-card {
  padding: 24px;
  border: 1px solid rgba(16, 55, 58, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #fbfdfd 0%, #f5f9f9 100%);
  box-shadow: none;
}

.section-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.section-card-item a,
.section-article-card,
.category-article-list .article-list-item {
  min-height: 72px;
  padding: 16px 18px;
  border: 1px solid rgba(16, 55, 58, 0.08);
  border-radius: 18px;
  background: #fff;
}

.section-card-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.section-article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.category-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.category-article-list {
  gap: 12px;
}

.category-article-list .article-list-item,
.section-article-card {
  border-bottom: 0;
}
.page-shell-article .article-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--aize-sidebar-width);
  gap: 24px;
  align-items: start;
}

.page-shell-article .article {
  max-width: none;
}

.article-sidebar {
  position: sticky;
  top: 24px;
  width: auto;
}

.article-header-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.article-title {
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  line-height: 0.98;
}

.article-author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(16, 55, 58, 0.1);
}

.article-meta {
  display: grid;
  gap: 6px;
}

.article-info,
.article-content {
  margin: 0;
}

.article-body {
  max-width: var(--aize-reading-width);
  color: #20373a;
  font-size: 16px;
  line-height: 1.8;
}

.article-body iframe,
.article-body video,
.article-body embed,
.article-body object {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin: 24px 0;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #0f1f21;
}

.article-body iframe,
.article-body embed,
.article-body object {
  min-height: 420px;
}

.article-body img,
.article-body pre,
.article-body table,
.article-body blockquote,
.article-body figure {
  max-width: 100%;
  margin: 24px 0;
  border-radius: 22px;
}

.article-votes,
.article-more-questions,
.article-relatives > *,
.collapsible-sidebar,
.request-form-shell {
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--aize-panel-shadow-soft);
}

.article-votes,
.article-more-questions {
  max-width: var(--aize-reading-width);
}

.article-relatives {
  max-width: var(--aize-reading-width);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.article-comments {
  max-width: var(--aize-reading-width);
}

.collapsible-sidebar {
  padding: 20px;
  border: 1px solid rgba(16, 55, 58, 0.08);
}

.sidenav-item {
  padding: 12px 14px;
  border-radius: 14px;
}

.current-article {
  background: rgba(16, 55, 58, 0.09);
}

.request-form-header {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.footer {
  margin-top: 56px;
  padding: 0 24px 32px;
}

.footer-inner {
  max-width: var(--aize-page-width);
  padding: 28px 32px;
  border-radius: 28px;
  box-shadow: var(--aize-panel-shadow-strong);
}

@media (max-width: 1023px) {
  .home-hero-inner,
  .page-shell-article .article-container,
  .category-card-grid,
  .section-card-grid,
  .section-article-grid,
  .sds-promoted-articles,
  .home-support-strip {
    grid-template-columns: 1fr;
  }

  .sub-nav,
  .page-shell-section .page-header,
  .page-shell-category .page-header,
  .article-header-main,
  .home-card .blocks-item-link,
  .sds-cards-item .blocks-item-link {
    grid-template-columns: 1fr;
  }

  .home-card .blocks-item-link,
  .sds-cards-item .blocks-item-link {
    min-height: 0;
  }

  .home-card-arrow {
    align-self: start;
  }

  .article-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 14px 16px 0;
  }

  .header-shell,
  .home-hero,
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-hero {
    padding-bottom: 22px !important;
  }

  .home-hero-inner,
  .page-shell-section .section-content,
  .page-shell-category .category-content,
  .page-shell-article .article,
  .request-form-shell,
  .recent-activity,
  .footer-inner {
    padding: 24px;
  }

  .home-hero-title,
  .article-title {
    max-width: none;
  }

  .sub-nav {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .home-card-grid,
  .article-relatives {
    grid-template-columns: 1fr;
  }

  .article-body iframe,
  .article-body embed,
  .article-body object {
    min-height: 240px;
  }
}

/* Aize site alignment pass */
:root {
  --aize-brand: #1d3354;
  --aize-brand-deep: #133623;
  --aize-accent: #38b549;
  --aize-accent-strong: #076838;
  --aize-accent-soft: #dcebe4;
  --aize-sky-soft: #c2dadc;
  --aize-sand-soft: #f0dbc9;
  --aize-ink: #1d3354;
  --aize-muted: #5e6f8d;
  --aize-border: #d7dde4;
  --aize-surface: #ffffff;
  --aize-surface-alt: #ebf0ea;
  --aize-surface-soft: #f7faf8;
}

body,
a,
p,
li,
input,
textarea,
select,
button {
  font-family: 'Noto Sans', system-ui, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-link,
.sign-in,
.user-nav-list > li > a,
.nav-status-link,
.submit-a-request,
.hero-action,
.section-tree-title a,
.section-panel-title,
.footer-home {
  font-family: 'KareliaWeb', Georgia, serif;
}

strong {
  font-family: 'KareliaWeb', Georgia, serif;
  font-weight: 700;
}

body {
  color: var(--aize-ink);
  background:
    linear-gradient(133deg, #ebf0ea 0%, #cee1e3 18%, #cde2cd 38%, #f0dbc9 68%, #ffffff 100%);
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blocks-item-title,
.article-title,
.page-header h1,
.home-hero-title {
  color: var(--aize-ink);
  font-weight: 400;
  letter-spacing: 0;
}

p,
.page-header-description,
.section-intro,
.blocks-item-description,
.article-body,
.article-body p,
.article-body li,
.article-body td,
.article-body th,
.article-body figcaption {
  color: var(--aize-ink);
}

.header {
  padding-top: 16px;
}

.header-shell {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 40px rgba(29, 51, 84, 0.08);
}

.nav-link,
.sign-in,
.user-nav-list > li > a {
  min-height: 38px;
  padding: 0 10px;
  border-radius: 0;
  background: transparent;
  color: var(--aize-ink);
}

.nav-link:hover,
.sign-in:hover,
.user-nav-list > li > a:hover {
  background: transparent;
  color: var(--aize-accent);
}

.nav-status-link {
  gap: 8px;
  padding: 0 12px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--aize-ink);
}

.submit-a-request {
  background: #ffba00;
  color: var(--aize-ink);
  border: 1px solid #ffba00;
  box-shadow: none;
}

.submit-a-request:hover {
  background: #f6921d;
  border-color: #f6921d;
  color: var(--aize-ink);
}

.button.button-primary,
.hero-action.button-primary,
.article-vote.button-primary,
.comment-form-controls .button {
  background: var(--aize-accent);
  border-color: var(--aize-accent);
  color: #fff;
  box-shadow: none;
}

.button.button-primary:hover,
.hero-action.button-primary:hover,
.article-vote.button-primary:hover,
.comment-form-controls .button:hover {
  background: var(--aize-accent-strong);
  border-color: var(--aize-accent-strong);
  color: #fff;
}

.button.button-secondary,
.hero-action.button-secondary,
.request-container .button.button-secondary,
.requests-page .button.button-secondary {
  background: #fff;
  border-color: var(--aize-border);
  color: var(--aize-brand);
  box-shadow: 0 0 40px rgba(29, 51, 84, 0.08);
}

.button.button-secondary:hover,
.hero-action.button-secondary:hover,
.request-container .button.button-secondary:hover,
.requests-page .button.button-secondary:hover {
  background: #fff;
  border-color: var(--aize-brand);
  color: var(--aize-brand);
}

.home-hero-inner {
  background: linear-gradient(133deg, #ebf0ea 0%, #cee1e3 37%, #cde2cd 75%, #f0dbc9 100%);
}

.home-hero-copy,
.hero-kicker,
.home-hero-panel-label,
.home-hero-points span,
.home-hero-points strong {
  color: var(--aize-ink);
}

.home-hero-panel {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(29, 51, 84, 0.08);
  box-shadow: 0 0 40px rgba(29, 51, 84, 0.08);
}

.home-hero-points li {
  border-top-color: rgba(29, 51, 84, 0.1);
}

.home-card .blocks-item-link,
.sds-cards-item .blocks-item-link,
.sds-promoted-articles .promoted-articles-item a,
.page-shell-section .section-content,
.page-shell-category .category-content,
.page-shell-article .article,
.request-form-shell,
.recent-activity,
.footer-inner,
.section-panel,
.category-card,
.section-card-item a,
.section-article-card,
.category-article-list .article-list-item,
.collapsible-sidebar,
.article-votes,
.article-more-questions,
.article-relatives > * {
  box-shadow: 0 0 40px rgba(29, 51, 84, 0.08);
}

.home-card-thumbnail,
.sds-cards-item .blocks-item-thumbnail {
  background: linear-gradient(135deg, #1d3354 0%, #38b549 100%);
}

.home-card-arrow,
.promoted-article-arrow,
.support-strip-link,
.article-sidebar-item,
.see-all-articles,
.article-body a,
.category-article-list .article-list-link,
.section-article-card .article-list-link,
.section-tree-title a {
  color: var(--aize-accent-strong);
}

.section-eyebrow,
.support-strip-kicker,
.hero-kicker,
.home-hero-panel-label {
  color: var(--aize-accent-strong);
}

.sub-nav {
  background: rgba(255, 255, 255, 0.88);
}

.search-container input[type="search"],
.home-hero-search input[type="search"] {
  border-color: rgba(29, 51, 84, 0.08);
  color: var(--aize-ink);
}

.page-shell-article .article-container {
  align-items: start;
}

.article-title {
  font-size: clamp(2.5rem, 4.5vw, 4.25rem);
}

.article-author,
.page-header-description,
.article-meta,
.meta-data,
.sidenav-item,
.breadcrumbs,
.breadcrumbs li,
.breadcrumbs li a,
.promoted-article-meta,
.blocks-item-description,
.support-strip-card p,
.recent-activity-item,
.recent-activity-list li {
  color: var(--aize-ink);
}

.current-article {
  background: rgba(194, 218, 220, 0.3);
  color: var(--aize-ink);
}

.article-body iframe,
.article-body embed,
.article-body object,
.article-body video {
  box-shadow: 0 0 30px rgba(29, 51, 84, 0.12);
}

.footer-inner {
  background: linear-gradient(126deg, #133623 0%, #076838 100%);
}

.footer-copy,
.footer-link,
.footer-language-selector,
.footer .dropdown-toggle,
.footer .dropdown-menu a {
  color: #c4d4c4;
}

.footer-link:hover,
.footer-home,
.footer-home:hover {
  color: #fff;
}

.footer .dropdown-toggle {
  background: transparent;
  border-color: rgba(196, 212, 196, 0.35);
}

@media (max-width: 767px) {
  .header-shell {
    border-radius: 16px;
  }

  .submit-a-request,
  .button.button-primary,
  .hero-action.button-primary,
  .button.button-secondary,
  .hero-action.button-secondary {
    width: 100%;
  }
}

/* Homepage simplification alignment fix */
.home-hero-inner {
  position: static;
  top: auto;
  transform: none;
  width: 100%;
}

.home-shell,
.home-browse-section,
.home-browse-section .categories,
.home-card-grid {
  width: 100%;
}

.home-browse-section {
  display: block;
}

.home-card-grid {
  margin: 0;
}
/* Premium homepage pass */
.home-hero-minimal {
  padding: 18px 24px 40px !important;
  background: transparent;
}

.home-hero-inner-minimal {
  position: static;
  top: auto;
  transform: none;
  max-width: 1180px;
  width: 100%;
  min-height: min(78vh, 920px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px);
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 22px;
  border-radius: 34px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.48), transparent 26%),
    linear-gradient(133deg, rgba(235, 240, 234, 0.94) 0%, rgba(206, 225, 227, 0.9) 32%, rgba(205, 226, 205, 0.88) 66%, rgba(240, 219, 201, 0.84) 100%);
  box-shadow: 0 24px 72px rgba(29, 51, 84, 0.12);
}

.home-hero-minimal .hero-kicker {
  margin: 0;
  color: #076838;
}

.home-hero-minimal .home-hero-title {
  max-width: 12ch;
  margin: 0;
  color: #1d3354;
  font-size: clamp(3.1rem, 7vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.home-hero-minimal .home-hero-copy {
  max-width: 52ch;
  margin: 0;
  color: rgba(29, 51, 84, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.7;
}

.home-hero-search-minimal {
  position: relative;
  width: min(100%, 720px);
  margin-top: 4px;
}

.home-hero-search-minimal .search {
  width: 100%;
}

.home-hero-search-minimal input[type="search"] {
  width: 100%;
  height: 64px;
  padding-left: 56px;
  padding-right: 18px;
  border: 1px solid rgba(29, 51, 84, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  color: #1d3354;
  font-size: 16px;
  box-shadow: 0 14px 34px rgba(29, 51, 84, 0.08);
}

.home-hero-search-minimal .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #5e6f8d;
  z-index: 2;
}

.home-destinations {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}

.home-destination {
  position: relative;
  min-height: 270px;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  display: grid;
  align-content: start;
  gap: 12px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-destination::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 46%);
}

.home-destination:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

.home-destination-aize {
  border: 1px solid rgba(19, 54, 35, 0.12);
  background: linear-gradient(145deg, #133623 0%, #076838 55%, #38b549 100%);
  box-shadow: 0 22px 44px rgba(19, 54, 35, 0.18);
}

.home-destination-faq {
  border: 1px solid rgba(29, 51, 84, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(242, 246, 252, 0.98) 100%);
  box-shadow: 0 18px 36px rgba(29, 51, 84, 0.1);
}

.home-destination-kicker,
.home-destination-title,
.home-destination-copy,
.home-destination-link {
  position: relative;
  z-index: 1;
}

.home-destination-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-destination-title {
  font-family: 'KareliaWeb', Georgia, serif;
  font-size: clamp(2rem, 2.6vw, 3rem);
  line-height: 0.98;
}

.home-destination-copy {
  max-width: 32ch;
  font-size: 15px;
  line-height: 1.7;
}

.home-destination-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-destination-link::after {
  content: ">";
  display: inline-block;
}

.home-destination-aize .home-destination-kicker,
.home-destination-aize .home-destination-title,
.home-destination-aize .home-destination-copy,
.home-destination-aize .home-destination-link {
  color: #fff;
}

.home-destination-faq .home-destination-kicker {
  color: #076838;
}

.home-destination-faq .home-destination-title,
.home-destination-faq .home-destination-copy,
.home-destination-faq .home-destination-link {
  color: #1d3354;
}

.home-shell,
.home-browse-section,
.home-browse-section .categories,
.home-card-grid,
.home-section.activity,
.recent-activity,
.home-support-strip,
.featured-articles {
  display: none !important;
}

.header {
  padding-top: 14px;
}

.header-shell {
  max-width: 1180px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(29, 51, 84, 0.08);
}

.nav-wrapper-desktop {
  gap: 10px;
}

.nav-link,
.sign-in,
.user-nav-list > li > a,
.nav-status-link {
  font-size: 13px;
}

@media (max-width: 1023px) {
  .home-destinations {
    grid-template-columns: 1fr;
  }

  .home-destination {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .home-hero-minimal {
    padding: 16px 16px 28px !important;
  }

  .home-hero-inner-minimal {
    min-height: 0;
    padding: 26px 22px;
    gap: 18px;
  }

  .home-hero-minimal .home-hero-title {
    max-width: none;
    font-size: clamp(2.4rem, 13vw, 3.8rem);
  }

  .home-hero-search-minimal input[type="search"] {
    height: 58px;
    border-radius: 18px;
  }

  .home-destination {
    min-height: 0;
    padding: 22px;
  }

  .home-destination-title {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }
}
/* Homepage brand guardrail */
.home-hero-inner-minimal {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.46), transparent 24%),
    linear-gradient(133deg, #ebf0ea 0%, #cee1e3 37%, #cde2cd 75%, #f0dbc9 100%);
}

.home-destination-aize {
  border-color: rgba(29, 52, 84, 0.16);
  background: linear-gradient(138deg, #1d3454 0%, #204099 36%, #1f7ea7 64%, #38b549 100%);
  box-shadow: 0 22px 44px rgba(29, 51, 84, 0.2);
}

.home-destination-faq {
  border-color: rgba(29, 51, 84, 0.1);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.92) 0%, rgba(234, 240, 234, 0.96) 100%);
}

.home-destination-kicker {
  font-family: 'Noto Sans', system-ui, sans-serif;
}

.home-destination-link {
  font-family: 'Noto Sans', system-ui, sans-serif;
}
/* Homepage clarity pass */
.home-hero-inner-minimal {
  min-height: 0;
  max-width: 1120px;
  gap: 18px;
  padding: clamp(32px, 4.4vw, 56px);
}

.home-hero-minimal .home-hero-title {
  max-width: 11ch;
  color: #1d3354;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.93;
}

.home-hero-minimal .home-hero-copy {
  max-width: 56ch;
  color: rgba(29, 51, 84, 0.88);
}

.home-hero-actions-minimal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2px;
}

.home-request-action {
  min-width: 190px;
}

.home-destinations-heading {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 6px;
}

.home-destinations-label,
.home-destinations-note {
  margin: 0;
}

.home-destinations-label {
  color: #076838;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-destinations-note {
  color: #5e6f8d;
  font-size: 14px;
}

.home-destinations {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.home-destination {
  min-height: 220px;
}

.home-hero-minimal + .footer {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .home-hero-minimal .home-hero-title {
    max-width: none;
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .home-destinations-heading {
    display: grid;
    justify-content: start;
  }

  .home-destinations {
    grid-template-columns: 1fr;
  }
}
/* Homepage article shelf */
.home-shell-popular {
  display: block !important;
  max-width: 1120px;
  margin: 26px auto 0;
  padding-top: 0;
}

.home-most-viewed {
  padding: 28px 30px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 44px rgba(29, 51, 84, 0.08);
}

.home-most-viewed-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.home-most-viewed-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-most-viewed-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
  padding: 18px 20px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 248, 0.94));
  box-shadow: 0 10px 26px rgba(29, 51, 84, 0.06);
  text-decoration: none;
}

.home-most-viewed-link:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.home-most-viewed-title {
  color: #1d3354;
  font-weight: 700;
  line-height: 1.5;
}

.home-most-viewed-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5e6f8d;
  flex-shrink: 0;
}

.home-most-viewed-arrow {
  color: #076838;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .home-shell-popular {
    margin-top: 18px;
  }

  .home-most-viewed {
    padding: 22px;
  }

  .home-most-viewed-grid {
    grid-template-columns: 1fr;
  }
}
/* Homepage restart: Aize-first composition */
.home-hero-reset {
  min-height: 0 !important;
  padding: 24px 24px 10px !important;
  overflow: visible !important;
  background:
    radial-gradient(circle at 14% 16%, rgba(56, 181, 73, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(240, 219, 201, 0.78), transparent 24%),
    linear-gradient(180deg, #eef4ee 0%, #e0efef 38%, #fbf6ef 100%);
}

.home-hero-reset::before,
.home-hero-reset::after {
  display: none !important;
}

.home-hero-reset .home-reset-shell {
  max-width: var(--aize-page-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 420px);
  gap: clamp(24px, 4vw, 42px);
  align-items: stretch;
}

.home-hero-reset .home-reset-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(24px, 3vw, 44px) 0 clamp(12px, 2vw, 28px);
}

.home-reset-brand {
  margin: 0;
  color: #1d3354;
  font-family: 'KareliaWeb', Georgia, serif;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1;
}

.home-reset-title {
  max-width: 9ch;
  margin: 0;
  color: #1d3354;
  font-family: 'KareliaWeb', Georgia, serif;
  font-size: clamp(3.6rem, 7vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.home-reset-copytext {
  max-width: 58ch;
  margin: 0;
  color: rgba(29, 51, 84, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.75;
}

.home-reset-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.home-reset-search {
  position: relative;
  width: min(100%, 720px);
  margin-top: 6px;
}

.home-reset-search .search {
  width: 100%;
}

.home-reset-search input[type="search"] {
  width: 100%;
  height: 66px;
  padding-left: 58px;
  padding-right: 20px;
  border: 1px solid rgba(29, 51, 84, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  color: #1d3354;
  font-size: 16px;
  box-shadow: 0 18px 40px rgba(29, 51, 84, 0.08);
}

.home-reset-search .search-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #5e6f8d;
  z-index: 2;
}

.home-reset-routes {
  align-self: center;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 46px rgba(29, 51, 84, 0.08);
  backdrop-filter: blur(12px);
}

.home-reset-routes-header {
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
}

.home-reset-routes-label,
.home-reset-routes-copy {
  margin: 0;
}

.home-reset-routes-label {
  color: #076838;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-reset-routes-copy {
  color: #5e6f8d;
  font-size: 15px;
  line-height: 1.7;
}

.home-reset-route-list {
  display: grid;
}

.home-reset-route {
  display: grid;
  gap: 8px;
  padding: 20px 0 20px 18px;
  border-top: 1px solid rgba(29, 51, 84, 0.08);
  border-left: 3px solid transparent;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
}

.home-reset-route:first-child {
  border-top: 0;
  padding-top: 0;
}

.home-reset-route:last-child {
  padding-bottom: 0;
}

.home-reset-route:hover {
  transform: translateX(3px);
  padding-left: 24px;
  text-decoration: none;
}

.home-reset-route-aize {
  border-left-color: #38b549;
}

.home-reset-route-faq {
  border-left-color: #1d3354;
}

.home-reset-route-kicker,
.home-reset-route-title,
.home-reset-route-copy,
.home-reset-route-link {
  margin: 0;
}

.home-reset-route-kicker {
  color: #076838;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-reset-route-title {
  color: #1d3354;
  font-family: 'KareliaWeb', Georgia, serif;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  line-height: 0.95;
}

.home-reset-route-copy {
  max-width: 28ch;
  color: rgba(29, 51, 84, 0.8);
  font-size: 15px;
  line-height: 1.7;
}

.home-reset-route-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  color: #1d3354;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-reset-route-link::after {
  content: ">";
}

.home-reset-reading {
  max-width: var(--aize-page-width);
  margin: 0 auto;
  padding-top: 8px;
}

.home-reset-reading-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.home-reset-reading-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(29, 51, 84, 0.08);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

.home-reset-reading-item {
  border-bottom: 1px solid rgba(29, 51, 84, 0.08);
}

.home-reset-reading-link {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  text-decoration: none;
}

.home-reset-reading-link:hover {
  text-decoration: none;
}

.home-reset-reading-title {
  color: #1d3354;
  font-weight: 700;
  line-height: 1.55;
}

.home-reset-reading-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5e6f8d;
  flex-shrink: 0;
}

.home-reset-reading-arrow {
  color: #076838;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer {
  margin-top: 18px !important;
  padding: 0 24px 34px;
  background: transparent;
}

.footer-inner {
  max-width: var(--aize-page-width);
  margin: 0 auto;
  padding: 22px 0 0;
  border-top: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
}

.footer-brand {
  max-width: 56ch;
}

.footer-home,
.footer-home:hover {
  color: #1d3354;
}

.footer-copy,
.footer-language-selector,
.footer .dropdown-toggle,
.footer .dropdown-menu a {
  color: #5e6f8d;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-self: end;
  gap: 10px;
}

.footer-link,
.footer-nav a,
.footer-language-selector .dropdown-toggle {
  border: 1px solid rgba(29, 51, 84, 0.08);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: none;
  color: #1d3354;
}

.footer-link:hover,
.footer-nav a:hover,
.footer-language-selector .dropdown-toggle:hover {
  border-color: rgba(29, 51, 84, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: #076838;
}

.footer-language-selector {
  grid-column: 1 / -1;
  justify-self: start;
}

@media (max-width: 1023px) {
  .home-hero-reset .home-reset-shell {
    grid-template-columns: 1fr;
  }

  .home-reset-routes {
    max-width: 720px;
  }

  .home-reset-reading-list {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-nav {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .home-hero-reset {
    padding: 18px 16px 8px !important;
  }

  .home-reset-title {
    max-width: none;
    font-size: clamp(2.6rem, 12vw, 4.4rem);
  }

  .home-reset-copytext {
    font-size: 15px;
  }

  .home-reset-search input[type="search"] {
    height: 60px;
    border-radius: 18px;
  }

  .home-reset-routes {
    padding: 22px;
    border-radius: 24px;
  }

  .home-reset-route {
    padding-left: 14px;
  }

  .home-reset-route:hover {
    padding-left: 18px;
  }

  .home-reset-route-title {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  .home-reset-reading-link {
    min-height: 0;
    align-items: start;
    flex-direction: column;
  }

  .footer {
    padding: 0 16px 28px;
  }
}
/* Request type guidance */
.request-type-guide {
  max-width: 1100px;
  margin: 0 auto 24px;
  padding: 28px 30px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(236, 244, 239, 0.92) 100%);
  box-shadow: 0 18px 40px rgba(29, 51, 84, 0.06);
}

.request-type-guide-header {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.request-type-guide-header h2,
.request-type-guide-header p {
  margin: 0;
}

.request-type-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.request-type-guide-card {
  appearance: none;
  width: 100%;
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(29, 51, 84, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  color: #1d3354;
  text-align: left;
  display: grid;
  align-content: start;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.request-type-guide-card:hover,
.request-type-guide-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(56, 181, 73, 0.42);
  box-shadow: 0 14px 28px rgba(29, 51, 84, 0.08);
  outline: none;
}

.request-type-guide-card.is-active {
  border-color: rgba(56, 181, 73, 0.62);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(223, 242, 227, 0.96) 100%);
  box-shadow: 0 16px 30px rgba(29, 51, 84, 0.08);
}

.request-type-guide-title {
  font-family: 'KareliaWeb', Georgia, serif;
  font-size: 1.55rem;
  line-height: 1;
}

.request-type-guide-copy {
  color: rgba(29, 51, 84, 0.82);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1023px) {
  .request-type-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .request-type-guide {
    padding: 22px;
    border-radius: 24px;
  }

  .request-type-guide-grid {
    grid-template-columns: 1fr;
  }

  .request-type-guide-card {
    min-height: 0;
  }
}
/* Homepage copy and route tightening */
.home-reset-title {
  max-width: 8ch;
  font-size: clamp(3.1rem, 6.2vw, 5.3rem);
  line-height: 0.92;
}

.home-reset-copytext {
  max-width: 44ch;
  font-size: clamp(1rem, 1.25vw, 1.05rem);
  line-height: 1.7;
}

.home-reset-routes {
  padding: 26px;
}

.home-reset-routes-copy {
  max-width: 30ch;
}

.home-reset-route-list {
  gap: 4px;
}

.home-reset-route {
  gap: 10px;
  padding: 18px 0 18px 16px;
}

.home-reset-route-title {
  font-size: clamp(1.7rem, 2.1vw, 2.3rem);
}

.home-reset-route-copy {
  max-width: 30ch;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .home-reset-title {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }
}
/* Homepage and request guidance polish */
.nav-wrapper-desktop a.submit-a-request,
.nav-wrapper-mobile a.submit-a-request,
.submit-a-request,
.hero-action.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.nav-wrapper-desktop a.submit-a-request {
  margin-right: 0;
}

.home-reset-title {
  max-width: 7ch;
  font-size: clamp(3rem, 5.8vw, 4.9rem);
}

.home-reset-copytext {
  max-width: 40ch;
}

.home-reset-routes {
  align-self: start;
  padding: 18px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-reset-route-list {
  gap: 0;
}

.home-reset-route {
  gap: 8px;
  padding: 18px 0;
  border-left: 0;
}

.home-reset-route:hover {
  transform: none;
  padding-left: 0;
}

.home-reset-route-title {
  font-size: clamp(1.55rem, 1.9vw, 2.1rem);
}

.home-reset-route-copy {
  max-width: 32ch;
  font-size: 14px;
}

.home-reset-reading-item:first-child .home-reset-reading-link,
.home-reset-reading-item:nth-child(2) .home-reset-reading-link {
  padding-top: 0;
}

@media (max-width: 767px) {
  .home-reset-title {
    font-size: clamp(2.3rem, 10vw, 3.8rem);
  }
}

/* Final homepage and request-type corrections */
.home-hero-reset {
  padding-bottom: 24px !important;
}

.home-hero-reset .home-reset-shell {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: clamp(24px, 3.6vw, 48px);
  align-items: start;
}

.home-reset-copy {
  max-width: 560px;
}

.home-reset-title {
  max-width: 6ch;
  font-size: clamp(3.15rem, 5.5vw, 5.1rem);
  line-height: 0.94;
}

.home-reset-copytext {
  max-width: 36ch;
}

.home-reset-actions {
  margin-top: 0;
}

.home-reset-search {
  margin-top: 4px;
}

.home-reset-routes {
  align-self: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-reset-routes-intro {
  margin: 0 0 14px;
  color: rgba(29, 51, 84, 0.78);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
}

.home-reset-route-list {
  display: grid;
  gap: 14px;
}

.home-reset-route,
.home-reset-route:first-child,
.home-reset-route:last-child {
  position: relative;
  gap: 10px;
  padding: 22px 22px 24px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 36px rgba(29, 51, 84, 0.08);
  text-decoration: none;
}

.home-reset-route::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  pointer-events: none;
}

.home-reset-route:hover {
  transform: translateY(-2px);
  padding: 22px 22px 24px;
}

.home-reset-route-aize {
  border-color: rgba(56, 181, 73, 0.26);
}

.home-reset-route-faq {
  border-color: rgba(29, 51, 84, 0.14);
}

.home-reset-route-title {
  font-size: clamp(2rem, 2.2vw, 2.55rem);
  line-height: 0.96;
}

.home-reset-route-copy {
  max-width: none;
  font-size: 15px;
  line-height: 1.65;
}

.home-reset-reading {
  padding-top: 18px;
}

.home-reset-reading-head {
  margin-bottom: 12px;
}

.footer {
  margin-top: 28px;
  padding: 0 24px 32px;
}

.footer-inner {
  max-width: var(--aize-page-width);
  margin: 0 auto;
  padding: 24px 0 0;
  border-top: 1px solid rgba(29, 51, 84, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.request-type-guide-header .section-intro {
  max-width: 58ch;
}

.request-type-guide-card {
  min-height: 0;
}

@media (max-width: 1023px) {
  .home-hero-reset .home-reset-shell {
    grid-template-columns: 1fr;
  }

  .home-reset-copy {
    max-width: none;
  }

  .home-reset-routes {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .home-reset-route,
  .home-reset-route:first-child,
  .home-reset-route:last-child,
  .home-reset-route:hover {
    padding: 18px 18px 20px;
  }

  .footer {
    padding: 0 16px 28px;
  }
}

/* Homepage route-column cleanup */
.home-reset-routes {
  padding-top: 10px;
}

.home-reset-route-list {
  gap: 16px;
}

.home-reset-route,
.home-reset-route:first-child,
.home-reset-route:last-child {
  min-height: 0;
}

.home-reset-route-title {
  margin-bottom: 2px;
}

.home-reset-route-copy {
  margin: 0;
}

/* IA clarity and request-flow reliability pass */
.home-reset-copytext {
  max-width: 34ch;
}

.home-reset-route-list {
  gap: 18px;
}

.home-reset-route-title {
  max-width: 9ch;
}

.home-reset-route-copy {
  max-width: 34ch;
}

.request-type-guide-card {
  color: #1d3354;
  text-decoration: none;
}

/* Final homepage clarity and softened nav pass */
.home-hero-reset .home-reset-shell {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(22px, 3vw, 42px);
}

.home-reset-copy {
  max-width: 480px;
}

.home-reset-title {
  max-width: 5ch;
  font-size: clamp(2.8rem, 5.2vw, 4.6rem);
  line-height: 0.96;
}

.home-reset-copytext {
  max-width: 30ch;
  font-size: 15px;
  line-height: 1.75;
}

.home-reset-routes {
  padding-top: 2px;
}

.home-reset-route-list {
  gap: 0;
}

.home-reset-route,
.home-reset-route:first-child,
.home-reset-route:last-child,
.home-reset-route:hover {
  min-height: 0;
  padding: 16px 0 18px 0;
  border: 0;
  border-top: 1px solid rgba(29, 51, 84, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.home-reset-route:first-child {
  padding-top: 0;
  border-top: 0;
}

.home-reset-route::after {
  display: none;
}

.home-reset-route-title {
  max-width: none;
  font-family: 'KareliaWeb', Georgia, serif;
  font-size: clamp(1.45rem, 1.75vw, 1.85rem);
  line-height: 1.02;
}

.home-reset-route-copy {
  max-width: 28ch;
  font-size: 14px;
  line-height: 1.6;
}

.nav-link,
.sign-in,
.user-nav-list > li > a,
.nav-status-link,
.submit-a-request,
.hero-action.button-primary,
.footer-link,
.footer-nav a {
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0;
}

.nav-status-link {
  min-height: 36px;
  padding: 0 8px;
  background: transparent;
  border: 0;
  color: rgba(29, 51, 84, 0.78);
}

.nav-status-link:hover {
  background: transparent;
  color: #1d3354;
}

.nav-status-dot {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px rgba(56, 181, 73, 0.12);
}

.nav-wrapper-desktop a.submit-a-request,
.nav-wrapper-mobile a.submit-a-request,
.submit-a-request {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(56, 181, 73, 0.18);
  background: rgba(56, 181, 73, 0.12);
  color: #076838;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
}

.nav-wrapper-desktop a.submit-a-request:hover,
.nav-wrapper-mobile a.submit-a-request:hover,
.submit-a-request:hover {
  border-color: rgba(56, 181, 73, 0.28);
  background: rgba(56, 181, 73, 0.18);
  color: #076838;
  box-shadow: none;
}

.home-request-action,
.hero-action.button-primary {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(56, 181, 73, 0.2);
  background: rgba(56, 181, 73, 0.16);
  color: #076838;
  box-shadow: none;
}

.home-request-action:hover,
.hero-action.button-primary:hover {
  border-color: rgba(56, 181, 73, 0.3);
  background: rgba(56, 181, 73, 0.22);
  color: #076838;
  box-shadow: none;
}

@media (max-width: 1023px) {
  .home-hero-reset .home-reset-shell {
    grid-template-columns: 1fr;
  }

  .home-reset-routes {
    max-width: 460px;
  }
}

/* Simplified homepage and softer nav pass */
.home-reset-shell-simple {
  display: block;
  max-width: 680px;
  margin: 0 auto;
}

.home-reset-copy-simple {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.home-reset-copy-simple .home-reset-title {
  max-width: 4.8ch;
  margin: 0 auto;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.95;
}

.home-reset-copy-simple .home-reset-copytext {
  max-width: 34ch;
  margin: 12px auto 0;
  font-size: 15px;
  line-height: 1.75;
}

.home-reset-copy-simple .home-reset-search {
  max-width: 430px;
  margin: 18px auto 0;
}

.home-reset-copy-simple .home-reset-actions {
  margin-top: 16px;
}

.home-reset-quicklinks {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.home-reset-quicklink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: #1d3354;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.home-reset-quicklink:hover {
  background: rgba(255, 255, 255, 0.82);
  color: #076838;
  text-decoration: none;
}

.home-reset-quicklink-primary {
  background: rgba(56, 181, 73, 0.12);
  color: #076838;
}

.home-reset-routes {
  display: none;
}

.nav-status-link {
  min-height: 34px;
  padding: 0 6px;
  color: rgba(29, 51, 84, 0.72);
}

.nav-wrapper-desktop a.submit-a-request,
.nav-wrapper-mobile a.submit-a-request,
.submit-a-request {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  background: rgba(255, 255, 255, 0.58);
  color: #1d3354;
  font-size: 12px;
  font-weight: 600;
}

.nav-wrapper-desktop a.submit-a-request:hover,
.nav-wrapper-mobile a.submit-a-request:hover,
.submit-a-request:hover {
  border-color: rgba(29, 51, 84, 0.14);
  background: rgba(255, 255, 255, 0.8);
  color: #1d3354;
}

.home-request-action,
.hero-action.button-primary {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(56, 181, 73, 0.18);
  background: rgba(56, 181, 73, 0.14);
  color: #076838;
  font-size: 13px;
  font-weight: 700;
}

.home-request-action:hover,
.hero-action.button-primary:hover {
  border-color: rgba(56, 181, 73, 0.28);
  background: rgba(56, 181, 73, 0.2);
  color: #076838;
}

@media (max-width: 767px) {
  .home-reset-copy-simple .home-reset-title {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .home-reset-quicklinks {
    gap: 8px;
  }
}

/* SaaS-style homepage action cards */
.home-reset-shell-saas {
  display: block;
  max-width: 980px;
  margin: 0 auto;
}

.home-reset-copy-saas {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.home-reset-copy-saas .home-reset-title {
  max-width: 4.8ch;
  margin: 0 auto;
  font-size: clamp(3rem, 5.2vw, 4.8rem);
  line-height: 0.94;
}

.home-reset-copy-saas .home-reset-copytext {
  max-width: 32ch;
  margin: 12px auto 0;
  font-size: 15px;
  line-height: 1.75;
}

.home-reset-copy-saas .home-reset-search {
  max-width: 440px;
  margin: 20px auto 0;
}

.home-reset-primary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
  text-align: left;
}

.home-reset-primary-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px rgba(29, 51, 84, 0.08);
  text-decoration: none;
  overflow: hidden;
}

.home-reset-primary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}

.home-reset-primary-card:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.home-reset-primary-card-kb {
  border-color: rgba(56, 181, 73, 0.24);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.94) 0%, rgba(224, 244, 228, 0.94) 100%);
}

.home-reset-primary-card-request {
  border-color: rgba(29, 51, 84, 0.12);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.96) 0%, rgba(231, 239, 245, 0.92) 100%);
}

.home-reset-primary-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  color: #076838;
  box-shadow: inset 0 0 0 1px rgba(29, 51, 84, 0.05);
}

.home-reset-primary-card-request .home-reset-primary-icon {
  color: #1d3354;
}

.home-reset-primary-kicker {
  color: rgba(29, 51, 84, 0.64);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-reset-primary-title {
  color: #1d3354;
  font-family: 'KareliaWeb', Georgia, serif;
  font-size: clamp(1.9rem, 2.2vw, 2.4rem);
  line-height: 0.95;
}

.home-reset-primary-copy {
  max-width: 24ch;
  color: rgba(29, 51, 84, 0.8);
  font-size: 14px;
  line-height: 1.65;
}

.home-reset-routes,
.home-reset-quicklinks,
.home-reset-actions {
  display: none;
}

.nav-status-link {
  min-height: 34px;
  padding: 0 6px;
  background: transparent;
  border: 0;
  color: rgba(29, 51, 84, 0.72);
}

.nav-status-link:hover {
  background: transparent;
  color: #1d3354;
}

.nav-wrapper-desktop a.submit-a-request,
.nav-wrapper-mobile a.submit-a-request,
.submit-a-request {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  background: rgba(255, 255, 255, 0.58);
  color: #1d3354;
  font-size: 12px;
  font-weight: 600;
  box-shadow: none;
}

.nav-wrapper-desktop a.submit-a-request:hover,
.nav-wrapper-mobile a.submit-a-request:hover,
.submit-a-request:hover {
  border-color: rgba(29, 51, 84, 0.14);
  background: rgba(255, 255, 255, 0.82);
  color: #1d3354;
  box-shadow: none;
}

@media (max-width: 767px) {
  .home-reset-primary-actions {
    grid-template-columns: 1fr;
  }

  .home-reset-primary-card {
    min-height: 0;
  }
}

/* Restore real Aize knowledge-base topic hierarchy */
.section-panel-topics {
  margin-bottom: 18px;
}

.section-topic-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.section-topic-card {
  margin: 0;
}

.section-topic-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 84px;
  padding: 20px 22px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  color: #1d3354;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(29, 51, 84, 0.06);
}

.section-topic-link:hover {
  border-color: rgba(56, 181, 73, 0.22);
  background: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.section-topic-title {
  font-family: 'KareliaWeb', Georgia, serif;
  font-size: 1.6rem;
  line-height: 1.02;
}

.section-topic-arrow {
  color: #076838;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-topic-grid {
    grid-template-columns: 1fr;
  }
}

/* Homepage card density reset */
.home-reset-primary-actions {
  gap: 14px;
  margin-top: 16px;
}

.home-reset-primary-card {
  min-height: 156px;
  padding: 18px 20px;
  gap: 8px;
}

.home-reset-primary-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.home-reset-primary-title {
  font-size: clamp(1.45rem, 1.7vw, 1.8rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.home-reset-primary-copy {
  max-width: 18ch;
  font-size: 13px;
  line-height: 1.45;
}

/* Aize image-led homepage */
.home-reset-shell-aize {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 28px 0 8px;
  overflow: hidden;
}

.home-reset-shell-aize::before,
.home-reset-shell-aize::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(36px);
  opacity: 0.45;
  pointer-events: none;
}

.home-reset-shell-aize::before {
  width: 260px;
  height: 260px;
  top: 8px;
  right: 10%;
  background: rgba(56, 181, 73, 0.14);
  animation: homeAuraFloat 12s ease-in-out infinite;
}

.home-reset-shell-aize::after {
  width: 220px;
  height: 220px;
  left: 6%;
  bottom: 18px;
  background: rgba(240, 219, 201, 0.28);
  animation: homeAuraFloat 15s ease-in-out infinite reverse;
}

.home-reset-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
}

.home-reset-copy-aize {
  max-width: 420px;
  margin: 0;
  text-align: left;
}

.home-reset-copy-aize .home-reset-title {
  max-width: none;
  margin: 0;
  font-size: clamp(3.2rem, 5.3vw, 5.4rem);
  line-height: 0.9;
}

.home-reset-copy-aize .home-reset-copytext {
  max-width: 26ch;
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.home-reset-copy-aize .home-reset-search {
  max-width: 360px;
  margin: 22px 0 0;
}

.home-reset-primary-actions {
  align-items: stretch;
  gap: 18px;
  margin-top: 0;
}

.home-reset-primary-card {
  min-height: 0;
  padding: 0;
  gap: 0;
  border: 1px solid rgba(29, 51, 84, 0.07);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 44px rgba(29, 51, 84, 0.08);
  backdrop-filter: blur(10px);
}

.home-reset-primary-card::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 62%);
}

.home-reset-primary-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 50px rgba(29, 51, 84, 0.1);
}

.home-reset-card-media {
  position: relative;
  min-height: 184px;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
}

.home-reset-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 20, 36, 0.05) 0%, rgba(10, 20, 36, 0.22) 100%);
}

.home-reset-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 500ms ease;
}

.home-reset-primary-card:hover .home-reset-card-media img {
  transform: scale(1.06);
}

.home-reset-card-body {
  display: grid;
  gap: 10px;
  padding: 18px 20px 20px;
}

.home-reset-primary-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
}

.home-reset-primary-title {
  font-size: clamp(1.65rem, 2vw, 2rem);
  line-height: 0.94;
}

.home-reset-primary-copy {
  max-width: 20ch;
  font-size: 13px;
  line-height: 1.5;
}

.home-reset-marquee {
  position: relative;
  max-width: 1160px;
  margin: 22px auto 0;
  overflow: hidden;
  border-top: 1px solid rgba(29, 51, 84, 0.08);
  border-bottom: 1px solid rgba(29, 51, 84, 0.08);
  background: rgba(255, 255, 255, 0.24);
}

.home-reset-marquee-track {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  padding: 14px 0;
  animation: homeMarquee 32s linear infinite;
}

.home-reset-marquee:hover .home-reset-marquee-track {
  animation-play-state: paused;
}

.home-reset-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #1d3354;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(29, 51, 84, 0.06);
}

.home-reset-marquee-item:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #1d3354;
  text-decoration: none;
}

.home-reset-marquee-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #38b549 0%, #076838 100%);
  flex: 0 0 auto;
}

@keyframes homeAuraFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -12px, 0) scale(1.04);
  }
}

@keyframes homeMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .home-reset-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-reset-copy-aize {
    max-width: 100%;
  }

  .home-reset-copy-aize .home-reset-search {
    max-width: 440px;
  }
}

@media (max-width: 767px) {
  .home-reset-shell-aize {
    padding-top: 16px;
  }

  .home-reset-primary-actions {
    grid-template-columns: 1fr;
  }

  .home-reset-card-media {
    min-height: 156px;
  }

  .home-reset-marquee {
    margin-top: 18px;
  }
}

/* Final homepage reset after cramped card experiment */
.home-reset-shell-final {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 0 12px;
}

.home-reset-shell-final::before,
.home-reset-shell-final::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(44px);
  pointer-events: none;
  opacity: 0.5;
}

.home-reset-shell-final::before {
  width: 260px;
  height: 260px;
  top: 40px;
  right: 8%;
  background: rgba(56, 181, 73, 0.12);
  animation: homeAuraFloat 11s ease-in-out infinite;
}

.home-reset-shell-final::after {
  width: 220px;
  height: 220px;
  left: 0;
  bottom: 24px;
  background: rgba(240, 219, 201, 0.22);
  animation: homeAuraFloat 14s ease-in-out infinite reverse;
}

.home-reset-hero-intro {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.home-reset-shell-final .home-reset-title {
  max-width: none;
  margin: 0;
  font-size: clamp(3.2rem, 5.5vw, 5.6rem);
  line-height: 0.9;
}

.home-reset-shell-final .home-reset-copytext {
  max-width: 34ch;
  margin: 14px auto 0;
  font-size: 16px;
  line-height: 1.7;
}

.home-reset-shell-final .home-reset-search {
  max-width: 440px;
  margin: 24px auto 0;
}

.home-reset-primary-actions-final {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
  align-items: stretch;
}

.home-reset-primary-card-wide {
  display: grid;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(29, 51, 84, 0.07);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 46px rgba(29, 51, 84, 0.08);
  overflow: hidden;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.home-reset-primary-card-wide:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 52px rgba(29, 51, 84, 0.11);
  text-decoration: none;
}

.home-reset-card-media-wide {
  position: relative;
  min-height: 240px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.home-reset-card-media-wide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 20, 36, 0.03) 0%, rgba(10, 20, 36, 0.18) 100%);
}

.home-reset-card-media-wide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 650ms ease;
}

.home-reset-primary-card-wide:hover .home-reset-card-media-wide img {
  transform: scale(1.05);
}

.home-reset-card-body-wide {
  display: grid;
  gap: 10px;
  padding: 18px 22px 22px;
}

.home-reset-primary-card-wide .home-reset-primary-icon {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #076838;
  box-shadow: inset 0 0 0 1px rgba(29, 51, 84, 0.06);
}

.home-reset-primary-card-request .home-reset-primary-icon {
  color: #1d3354;
}

.home-reset-primary-card-wide .home-reset-primary-title {
  color: #1d3354;
  font-family: 'KareliaWeb', Georgia, serif;
  font-size: clamp(2rem, 2.2vw, 2.45rem);
  line-height: 0.94;
}

.home-reset-primary-card-wide .home-reset-primary-copy {
  max-width: 24ch;
  color: rgba(29, 51, 84, 0.8);
  font-size: 14px;
  line-height: 1.55;
}

.home-reset-marquee {
  display: none;
}

@media (max-width: 900px) {
  .home-reset-primary-actions-final {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .home-reset-shell-final {
    padding-top: 18px;
  }

  .home-reset-card-media-wide {
    min-height: 190px;
  }

  .home-reset-primary-card-wide .home-reset-primary-title {
    font-size: clamp(1.7rem, 7vw, 2.1rem);
  }
}

/* Force stacked homepage flow: title, search, then actions */
.home-hero-reset .home-reset-shell.home-reset-shell-final {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  max-width: 1120px;
}

.home-reset-primary-actions.home-reset-primary-actions-final {
  width: min(860px, 100%);
  margin: 30px auto 0;
}

.home-reset-primary-card.home-reset-primary-card-wide {
  min-width: 0;
}

@media (min-width: 901px) {
  .home-reset-primary-actions.home-reset-primary-actions-final {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Request page simplification and stronger supporting text */
.request-form-header {
  max-width: 1100px;
  margin: 0 auto 18px;
}

.request-form-intro {
  max-width: 34ch;
  font-size: clamp(1.08rem, 1.45vw, 1.22rem);
  line-height: 1.65;
  color: rgba(29, 51, 84, 0.84);
}

.request-type-guide {
  margin-bottom: 20px;
  padding: 24px 26px;
}

.request-type-guide-header {
  gap: 6px;
  margin-bottom: 16px;
}

.request-type-guide-header h2 {
  margin: 0;
  font-size: clamp(2rem, 3.1vw, 2.65rem);
  line-height: 0.96;
}

.request-type-guide-header .section-intro {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(29, 51, 84, 0.78);
}

.request-type-guide-grid {
  gap: 12px;
}

.request-type-guide-card {
  min-height: 108px;
  padding: 18px 18px 16px;
}

.request-type-guide-title {
  font-size: 1.42rem;
  line-height: 1.02;
}

.request-type-guide-copy {
  max-width: 18ch;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(29, 51, 84, 0.82);
}

.request-form-stage {
  max-width: 1100px;
  margin: 0 auto;
}

.request-form-empty {
  padding: 26px 28px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(29, 51, 84, 0.06);
}

.request-form-empty h2,
.request-form-empty p {
  margin: 0;
}

.request-form-empty h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.25rem);
  line-height: 0.98;
}

.request-form-empty p:last-child {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(29, 51, 84, 0.78);
}

.request-form-shell[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .request-type-guide {
    padding: 20px;
  }

  .request-type-guide-header h2 {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
  }

  .request-type-guide-copy,
  .request-form-empty p:last-child,
  .request-form-intro {
    font-size: 15px;
  }
}

/* Section hierarchy and footer alignment refresh v480 */
.page-context-row {
  margin: 0 0 18px;
}

.page-context-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(29, 51, 84, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #1d3354;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(18, 57, 61, 0.05);
}

.page-context-back:hover {
  border-color: rgba(29, 51, 84, 0.16);
  background: rgba(255, 255, 255, 0.9);
  color: #076838;
  text-decoration: none;
}

.sub-nav .breadcrumbs,
.sub-nav .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.sub-nav .breadcrumbs li,
.sub-nav .breadcrumbs li a,
.sub-nav .breadcrumbs li span {
  font-size: 14px;
  font-weight: 700;
  color: rgba(29, 51, 84, 0.82);
}

.sub-nav .breadcrumbs li + li::before {
  content: "/";
  margin: 0 8px;
  color: rgba(29, 51, 84, 0.35);
}

.sub-nav .breadcrumbs li:last-child,
.sub-nav .breadcrumbs li:last-child a,
.sub-nav .breadcrumbs li:last-child span {
  color: #076838;
}

.page-shell-section .page-header,
.page-shell-category .page-header {
  gap: 20px;
}

.page-shell-section .page-header-copy,
.page-shell-category .page-header-copy {
  gap: 12px;
}

.page-shell-section .page-header-description,
.page-shell-category .page-header-description {
  max-width: 56ch;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(29, 51, 84, 0.72);
}

.section-panel-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.section-panel-title {
  margin: 0;
  font-size: 22px;
}

.section-panel-intro {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(29, 51, 84, 0.64);
}

.section-panel-topics {
  padding: 28px;
}

.section-topic-grid {
  gap: 16px;
}

.section-topic-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 98px;
  padding: 18px 20px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 247, 0.88));
  box-shadow: 0 16px 34px rgba(18, 57, 61, 0.05);
}

.section-topic-link:hover {
  transform: translateY(-1px);
  border-color: rgba(56, 181, 73, 0.26);
  box-shadow: 0 22px 40px rgba(18, 57, 61, 0.08);
}

.section-topic-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(56, 181, 73, 0.12);
  color: #076838;
}

.section-topic-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.section-topic-label,
.category-card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(29, 51, 84, 0.45);
}

.section-topic-title {
  font-size: clamp(1.35rem, 1.2rem + 0.7vw, 1.7rem);
  line-height: 1.05;
}

.section-topic-meta {
  font-size: 15px;
  line-height: 1.45;
  color: rgba(29, 51, 84, 0.64);
}

.section-topic-action,
.category-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(29, 51, 84, 0.05);
  color: #076838;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-topic-link:hover .section-topic-action,
.category-card-action:hover {
  background: rgba(56, 181, 73, 0.14);
  color: #076838;
  text-decoration: none;
}

.section-article-grid,
.category-card-grid {
  gap: 18px;
}

.section-article-card,
.category-article-list .article-list-item {
  padding: 16px 18px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.section-article-card .article-list-link,
.category-article-list .article-list-link {
  font-size: 17px;
  line-height: 1.45;
}

.category-card {
  display: grid;
  gap: 18px;
}

.category-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.category-card-header {
  display: grid;
  gap: 8px;
}

.category-card-description {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(29, 51, 84, 0.64);
}

.see-all-articles {
  margin-top: 4px;
}

.footer {
  margin-top: 52px;
}

.footer-inner {
  max-width: var(--aize-page-width);
  margin: 0 auto;
  padding: 24px 26px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 249, 247, 0.72));
  box-shadow: 0 18px 38px rgba(18, 57, 61, 0.08);
  backdrop-filter: blur(16px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 24px;
}

.footer-brand {
  max-width: 48ch;
  gap: 8px;
}

.footer-copy {
  font-size: 15px;
  line-height: 1.6;
}

.footer-nav {
  align-self: center;
}

.footer-link,
.footer-nav a,
.footer-language-selector .dropdown-toggle {
  background: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1023px) {
  .category-card-top {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-nav {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .page-context-back {
    width: 100%;
    justify-content: center;
  }

  .section-panel-topics {
    padding: 22px;
  }

  .section-topic-link {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .section-topic-action {
    grid-column: 2;
    justify-self: start;
  }

  .footer-inner {
    padding: 22px;
  }
}
/* Homepage hero alignment cleanup v483 */
.home-reset-shell-final {
  display: grid !important;
  justify-items: center;
}

.home-reset-hero-intro {
  width: min(100%, 860px);
  max-width: 860px;
  margin: 0 auto;
}

.home-reset-shell-final .home-reset-search {
  margin: 22px auto 0;
}

.home-reset-primary-actions.home-reset-primary-actions-final {
  width: min(860px, 100%);
  max-width: 860px;
  margin: 28px auto 0;
}

.home-reset-reading {
  max-width: 1120px;
  margin: 0 auto;
}
/* Section card sizing and centering cleanup v484 */
.page-shell-section .section-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.section-topic-card {
  display: flex;
}

.section-topic-link {
  flex: 1 1 auto;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 128px;
}

.section-topic-copy {
  align-content: center;
}

.section-topic-title {
  max-width: 12ch;
}

.section-topic-action {
  display: none !important;
}
/* Homepage hero alignment cleanup v485 */
.home-reset-shell-final {
  display: grid !important;
  justify-items: center;
}

.home-reset-hero-intro,
.home-reset-primary-actions.home-reset-primary-actions-final {
  width: min(860px, 100%);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.home-reset-hero-intro {
  display: grid;
  justify-items: center;
}

.home-reset-shell-final .home-reset-title {
  width: 100%;
  max-width: none;
  text-align: center;
}

.home-reset-shell-final .home-reset-search {
  width: 100%;
  max-width: 440px;
  margin: 22px auto 0;
}
/* Homepage left-edge alignment cleanup v486 */
.home-reset-shell-final {
  display: grid !important;
  justify-items: stretch !important;
}

.home-reset-hero-intro,
.home-reset-primary-actions.home-reset-primary-actions-final,
.home-reset-reading {
  width: min(860px, 100%);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.home-reset-hero-intro {
  display: grid !important;
  justify-items: start !important;
  text-align: left !important;
}

.home-reset-shell-final .home-reset-title {
  width: 100%;
  margin: 0 !important;
  text-align: left !important;
}

.home-reset-shell-final .home-reset-search {
  width: min(440px, 100%) !important;
  max-width: 440px;
  margin: 22px 0 0 !important;
}

.home-reset-primary-actions.home-reset-primary-actions-final {
  margin-top: 28px;
}

.home-reset-reading {
  padding-top: 22px;
}
/* Homepage centered hero stack v487 */
.home-reset-shell-final {
  display: block !important;
  max-width: 1120px;
  margin: 0 auto;
}

.home-reset-hero-intro {
  width: min(760px, 100%);
  max-width: 760px;
  margin: 0 auto;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

.home-reset-shell-final .home-reset-title {
  width: auto !important;
  max-width: none !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.home-reset-shell-final .home-reset-search {
  width: min(430px, 100%) !important;
  max-width: 430px;
  margin: 22px auto 0 !important;
}

.home-reset-primary-actions.home-reset-primary-actions-final {
  width: min(820px, 100%);
  max-width: 820px;
  margin: 28px auto 0 !important;
}

.home-reset-reading {
  width: min(860px, 100%);
  max-width: 860px;
  margin: 28px auto 0;
}
/* Homepage centered stack final v488 */
.home-reset-shell-v488 {
  display: grid !important;
  justify-items: center !important;
  row-gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}

.home-reset-hero-intro-v488 {
  width: min(860px, 100%);
  max-width: 860px;
  margin: 0 auto;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

.home-reset-hero-intro-v488 .home-reset-title {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.home-reset-search-v488 {
  width: min(430px, 100%) !important;
  max-width: 430px;
  margin: 22px auto 0 !important;
}

.home-reset-primary-actions-v488 {
  width: min(820px, 100%);
  max-width: 820px;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  justify-content: center;
}

.home-reset-reading {
  width: min(860px, 100%);
  max-width: 860px;
  margin: 8px auto 0 !important;
}

@media (max-width: 900px) {
  .home-reset-primary-actions-v488 {
    grid-template-columns: 1fr;
  }
}
/* Article, requests, and footer cleanup v490 */
.article-relatives {
  display: none !important;
}

.requests-page .my-activities-header,
.requests-page .pagination {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.requests-page .requests-shell-beta {
  max-width: 1220px;
  margin: 16px auto 0;
  padding: 22px 24px;
  border: 1px solid rgba(29, 51, 84, 0.06);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 38px rgba(18, 57, 61, 0.08);
  backdrop-filter: blur(14px);
}

.requests-page .requests-shell-beta table,
.requests-page .requests-shell-beta .table,
.requests-page .requests-shell-beta .requests,
.requests-page .requests-shell-beta .request-list {
  background: transparent;
}

.home-page .footer-inner {
  border-color: transparent !important;
}

@media (max-width: 767px) {
  .requests-page .requests-shell-beta {
    padding: 18px 16px;
    border-radius: 22px;
  }
}

/* Final content and footer cleanup v492 */
.content-tags {
  display: none !important;
}

.request-type-guide-card,
.request-type-guide-card:link,
.request-type-guide-card:visited,
.request-type-guide-card:hover,
.request-type-guide-card:focus,
.request-type-guide-card:focus-visible,
.request-type-guide-card:active {
  color: var(--aize-ink) !important;
  text-decoration: none !important;
}

.request-type-guide-card .request-type-guide-title,
.request-type-guide-card .request-type-guide-copy,
.request-type-guide-card:visited .request-type-guide-title,
.request-type-guide-card:visited .request-type-guide-copy {
  color: inherit !important;
  text-decoration: none !important;
}

.footer {
  margin-top: 52px;
  padding: 0 24px 32px;
  background: transparent;
}

.footer-inner {
  max-width: var(--aize-page-width);
  margin: 0 auto;
  padding: 24px 26px;
  border: 0 !important;
  border-top: 0 !important;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 38px rgba(18, 57, 61, 0.08);
  backdrop-filter: blur(16px);
}

.home-page .footer-inner,
.page-shell-form ~ .footer .footer-inner,
.page-shell-article ~ .footer .footer-inner {
  border: 0 !important;
  border-top: 0 !important;
}

/* Footer border-top removal v493 */
.footer,
.home-page .footer,
.requests-page .footer {
  border-top: 0 !important;
  background-image: none !important;
}

/* Requests readability refresh v494 */
.requests-page .requests-shell-beta {
  position: relative;
  max-width: 1220px;
  margin: 16px auto 0;
  padding: 26px 28px;
  border: 1px solid rgba(29, 51, 84, 0.06);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 20px 40px rgba(18, 57, 61, 0.08);
  backdrop-filter: blur(14px);
}

.requests-page .requests-shell-beta > * + * {
  margin-top: 18px;
}

.requests-page .requests-shell-beta input[type="search"],
.requests-page .requests-shell-beta input[type="text"],
.requests-page .requests-shell-beta .search input {
  min-height: 52px;
  border: 1px solid rgba(29, 51, 84, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(18, 57, 61, 0.05);
}

.requests-page .requests-shell-beta button,
.requests-page .requests-shell-beta .button,
.requests-page .requests-shell-beta .requests-filter,
.requests-page .requests-shell-beta .request-filter,
.requests-page .requests-shell-beta select {
  min-height: 52px;
  border-radius: 18px;
}

.requests-page .requests-shell-beta table,
.requests-page .requests-shell-beta .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 16px 34px rgba(18, 57, 61, 0.08);
}

.requests-page .requests-shell-beta thead th {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(29, 51, 84, 0.08);
  background: rgba(249, 252, 251, 0.98);
  color: rgba(29, 51, 84, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.requests-page .requests-shell-beta tbody td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(29, 51, 84, 0.06);
  background: rgba(255, 255, 255, 0.92);
  vertical-align: middle;
  color: rgba(29, 51, 84, 0.92);
}

.requests-page .requests-shell-beta tbody tr:nth-child(even) td {
  background: rgba(247, 250, 248, 0.96);
}

.requests-page .requests-shell-beta tbody tr:last-child td {
  border-bottom: 0;
}

.requests-page .requests-shell-beta .striped-list-title,
.requests-page .requests-shell-beta .requests .striped-list-title {
  color: var(--aize-brand);
  font-weight: 700;
  line-height: 1.42;
  text-decoration: none;
}

.requests-page .requests-shell-beta .striped-list-title:hover {
  text-decoration: underline;
}

.requests-page .requests-shell-beta .status-label-request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.requests-page .requests-shell-beta .status-label-open {
  background: rgba(206, 73, 73, 0.14);
  color: #a33b3b;
}

.requests-page .requests-shell-beta .status-label-solved,
.requests-page .requests-shell-beta .status-label-closed {
  background: rgba(29, 51, 84, 0.12);
  color: rgba(29, 51, 84, 0.78);
}

.requests-page .requests-shell-beta .status-label-pending,
.requests-page .requests-shell-beta .status-label-new,
.requests-page .requests-shell-beta .status-label-hold {
  background: rgba(23, 73, 77, 0.12);
  color: #17494d;
}

@media (max-width: 767px) {
  .requests-page .requests-shell-beta {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .requests-page .requests-shell-beta table,
  .requests-page .requests-shell-beta .table {
    border-radius: 20px;
  }
}

/* Requests workspace rebuild v495 */
.article .content-tags,
.article .content-tag-list,
.article .content-tag-item,
.article .content-tag,
.article .article-labels,
.article .article-label,
.article .article-tags {
  display: none !important;
}

.requests-page .requests-shell-beta-v495 {
  position: relative;
  max-width: 1220px;
  margin: 18px auto 0;
  padding: 28px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 30px;
  background: rgba(248, 250, 252, 0.97) !important;
  box-shadow: 0 24px 48px rgba(18, 57, 61, 0.1);
  backdrop-filter: none !important;
}

.requests-page .requests-shell-beta-v495 > * + * {
  margin-top: 20px;
}

.requests-page .requests-shell-beta-v495,
.requests-page .requests-shell-beta-v495 * {
  box-sizing: border-box;
}

.requests-page .requests-shell-beta-v495 input[type="search"],
.requests-page .requests-shell-beta-v495 input[type="text"],
.requests-page .requests-shell-beta-v495 .search input,
.requests-page .requests-shell-beta-v495 select,
.requests-page .requests-shell-beta-v495 button,
.requests-page .requests-shell-beta-v495 .button {
  min-height: 52px;
  border: 1px solid rgba(29, 51, 84, 0.12) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.requests-page .requests-shell-beta-v495 table,
.requests-page .requests-shell-beta-v495 .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(29, 51, 84, 0.08) !important;
  border-radius: 24px;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(18, 57, 61, 0.08);
}

.requests-page .requests-shell-beta-v495 thead th {
  padding: 18px 20px !important;
  border-bottom: 1px solid rgba(29, 51, 84, 0.08) !important;
  background: #f3f6f8 !important;
  color: rgba(29, 51, 84, 0.74) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.requests-page .requests-shell-beta-v495 tbody td {
  padding: 18px 20px !important;
  border-bottom: 1px solid rgba(29, 51, 84, 0.07) !important;
  background: #ffffff !important;
  color: rgba(29, 51, 84, 0.92) !important;
  vertical-align: middle;
}

.requests-page .requests-shell-beta-v495 tbody tr:nth-child(even) td {
  background: #fbfcfd !important;
}

.requests-page .requests-shell-beta-v495 tbody tr:hover td {
  background: #f3faf7 !important;
}

.requests-page .requests-shell-beta-v495 tbody tr:last-child td {
  border-bottom: 0 !important;
}

.requests-page .requests-shell-beta-v495 .striped-list-title,
.requests-page .requests-shell-beta-v495 .requests .striped-list-title {
  color: var(--aize-ink) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none !important;
}

.requests-page .requests-shell-beta-v495 .striped-list-title:hover {
  color: #17494d !important;
  text-decoration: none !important;
}

.requests-page .requests-shell-beta-v495 th:nth-child(2),
.requests-page .requests-shell-beta-v495 td:nth-child(2) {
  width: 120px;
  white-space: nowrap;
  color: rgba(29, 51, 84, 0.68) !important;
  font-variant-numeric: tabular-nums;
}

.requests-page .requests-shell-beta-v495 th:nth-child(3),
.requests-page .requests-shell-beta-v495 td:nth-child(3),
.requests-page .requests-shell-beta-v495 th:nth-child(5),
.requests-page .requests-shell-beta-v495 td:nth-child(5) {
  display: none;
}

.requests-page .requests-shell-beta-v495 th:nth-child(4),
.requests-page .requests-shell-beta-v495 td:nth-child(4) {
  color: rgba(29, 51, 84, 0.58) !important;
}

.requests-page .requests-shell-beta-v495 th:last-child,
.requests-page .requests-shell-beta-v495 td:last-child {
  width: 48px;
  text-align: center;
}

.requests-page .requests-shell-beta-v495 .status-label-request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .requests-page .requests-shell-beta-v495 {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .requests-page .requests-shell-beta-v495 table,
  .requests-page .requests-shell-beta-v495 .table {
    border-radius: 20px;
  }

  .requests-page .requests-shell-beta-v495 th:nth-child(4),
  .requests-page .requests-shell-beta-v495 td:nth-child(4) {
    display: none;
  }
}
/* Requests readability v496 */
.requests-shell-beta-v495,
.request-list,
.request-table,
.request-table table,
.request-list table {
  background: rgba(248, 250, 252, 0.98) !important;
}

.requests-shell-beta-v495 {
  border: 1px solid rgba(29, 51, 84, 0.08) !important;
  box-shadow: 0 20px 40px rgba(18, 57, 61, 0.12) !important;
}

.request-list table,
.request-table table {
  background: #ffffff !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  box-shadow: 0 16px 28px rgba(18, 57, 61, 0.08) !important;
}

.request-list thead th,
.request-table thead th {
  background: #f1f5f9 !important;
  color: #1d3354 !important;
  font-weight: 600 !important;
  border-bottom: 1px solid rgba(29, 51, 84, 0.08) !important;
}

.request-list tbody tr:nth-child(even) td,
.request-table tbody tr:nth-child(even) td {
  background: #fbfdff !important;
}

.request-list tbody td,
.request-table tbody td {
  color: #1d3354 !important;
  border-bottom: 1px solid rgba(29, 51, 84, 0.06) !important;
}

.request-list tbody tr:hover td,
.request-table tbody tr:hover td {
  background: #eef6f7 !important;
}

.request-list a,
.request-table a {
  color: #1d3354 !important;
  font-weight: 600 !important;
}

/* Requests compact header v497 */
.requests-shell-beta-v495 {
  padding: 20px !important;
}

.requests-shell-beta-v495 .request-list-header,
.requests-shell-beta-v495 .requests-header,
.requests-shell-beta-v495 .requests-search,
.requests-shell-beta-v495 .request-filters,
.requests-shell-beta-v495 .request-controls {
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
}

.requests-shell-beta-v495 .requests-search,
.requests-shell-beta-v495 .request-controls {
  gap: 8px !important;
}

.requests-shell-beta-v495 .request-list-header + .request-list,
.requests-shell-beta-v495 .request-list-header + .request-table,
.requests-shell-beta-v495 .requests-search + .request-list,
.requests-shell-beta-v495 .requests-search + .request-table {
  margin-top: 8px !important;
}

/* Article relative helper formatting fix v507 */
.article-relatives {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  max-width: var(--aize-reading-width);
  margin-top: 24px;
  padding: 0 !important;
  border-top: 0 !important;
}

.article-relatives > * {
  min-width: 0;
  margin: 0 !important;
  padding: 22px !important;
  border: 1px solid rgba(29, 51, 84, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--aize-panel-shadow-soft);
}

.article-relatives .recent-articles,
.article-relatives .related-articles {
  display: grid;
  align-content: start;
  gap: 14px;
}

.article-relatives .recent-articles-title,
.article-relatives .related-articles-title {
  margin: 0;
  color: var(--aize-ink);
  font-family: 'KareliaWeb', Georgia, serif;
  font-size: clamp(1.7rem, 2.1vw, 2.15rem);
  line-height: 0.98;
}

.article-relatives .recent-articles ul,
.article-relatives .related-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.article-relatives .recent-articles li,
.article-relatives .related-articles li {
  margin: 0;
  padding: 0;
}

.article-relatives .recent-articles a,
.article-relatives .related-articles a {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(29, 51, 84, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--aize-ink);
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.article-relatives .recent-articles a:hover,
.article-relatives .related-articles a:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 51, 84, 0.18);
  box-shadow: 0 18px 30px rgba(29, 51, 84, 0.08);
  text-decoration: none;
}

.article-relatives .recent-articles p,
.article-relatives .related-articles p,
.article-relatives .recent-articles small,
.article-relatives .related-articles small,
.article-relatives .recent-articles .meta-group,
.article-relatives .related-articles .meta-group,
.article-relatives .recent-articles .article-relatives-empty,
.article-relatives .related-articles .article-relatives-empty {
  margin: 0;
  color: var(--aize-muted);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .article-relatives {
    grid-template-columns: 1fr !important;
  }
}
/* Article relative equal-height polish v508 */
.article-relatives {
  align-items: stretch;
}

.article-relatives > * {
  height: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.article-relatives .recent-articles,
.article-relatives .related-articles {
  min-height: 294px;
}

.article-relatives .recent-articles ul,
.article-relatives .related-articles ul {
  flex: 1 1 auto;
  align-content: start;
}
/* Article relative title alignment polish v509 */
.article-relatives .recent-articles-title,
.article-relatives .related-articles-title {
  min-height: 2.1em;
  display: flex;
  align-items: flex-start;
}