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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** 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: Futura, 'Century Gothic', 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: rgba(0, 190, 200, 1);
  text-decoration: none;
}
a:visited {
  color: rgba(0, 190, 200, 1);
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

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

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

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

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

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

.split-button button {
  background-color: rgba(1, 84, 59, 1);
  border: 0;
  color: #FFFFFF;
  height: 32px;
  line-height: 16px;
  outline-color: rgba(1, 84, 59, 1);
}

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

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: #5a6d7c;
  font-size: 13px;
  text-align: left;
}
[dir=rtl] .table th,
[dir=rtl] .table th a {
  text-align: right;
}
.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table td {
  display: block;
}
@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

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

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

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

.form-field input {
  border: 1px solid #848F99;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.form-field input:focus {
  border: 1px solid rgba(1, 84, 59, 1);
}

.form-field input[type=text] {
  border: 1px solid #848F99;
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid rgba(1, 84, 59, 1);
}

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

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid #848F99;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  border: 1px solid rgba(1, 84, 59, 1);
  text-decoration: none;
}

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

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(1, 84, 59, 1);
  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: rgba(0, 190, 200, 1);
}

/***** 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: rgba(1, 84, 59, 1);
}

.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: rgba(0, 190, 200, 1);
  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: rgba(0, 190, 200, 1);
  text-decoration: underline;
}

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

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

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

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

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

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

/***** User info in header *****/
.user-info {
  display: inline-block;
}
.user-info .dropdown-toggle::after {
  display: none;
}
@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > button {
  border: 0;
  color: rgba(0, 190, 200, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: rgba(0, 190, 200, 1);
  background-color: transparent;
}
.user-info > button::after {
  color: rgba(0, 190, 200, 1);
  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: rgba(1, 84, 59, 1);
  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;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: #5a6d7c;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}
.breadcrumbs li {
  display: inline-block;
  color: #5a6d7c;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a:visited {
  color: rgba(0, 190, 200, 1);
}

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

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

[dir=ltr] .search input[type=search] {
  padding-left: 40px;
  padding-right: 20px;
}
[dir=ltr] .search-has-value input[type=search] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=ltr] .search-has-value input[type=search]:focus {
  border-right-color: rgba(1, 84, 59, 1);
}
[dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=ltr] .search .clear-button:focus {
  border-left-color: rgba(1, 84, 59, 1);
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 40px;
}
[dir=rtl] .search-has-value input[type=search] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=rtl] .search-has-value input[type=search]:focus {
  border-left-color: rgba(1, 84, 59, 1);
}
[dir=rtl] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=rtl] .search .clear-button:focus {
  border-right-color: rgba(1, 84, 59, 1);
}

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

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01KSM9H38PD52Z66DNSMCYX7AK);
  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;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}
.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

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

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}
.blocks-item {
  border: 1px solid rgba(1, 84, 59, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(1, 84, 59, 1);
  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: rgba(1, 84, 59, 1);
}
.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: rgba(1, 84, 59, 1);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}
.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}
.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(1, 84, 59, 1);
  text-decoration: none;
}
.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}
.blocks-item-description {
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

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

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

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

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

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

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
.recent-activity-list {
  padding: 0;
}
.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}
.recent-activity-item h3 {
  margin: 0;
}
.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}
.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}
.recent-activity-item-link {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-activity-item-meta {
  color: #2F3941;
  margin: 15px 0 0 0;
  float: none;
}
@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
}
.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 13px;
}
.recent-activity-item-comment {
  padding-left: 5px;
}
[dir=rtl] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}
.recent-activity-item-comment::before {
  display: inline-block;
}
.recent-activity-controls {
  padding-top: 15px;
}
.recent-activity-controls a {
  color: rgba(0, 190, 200, 1);
  text-decoration: underline;
}
.recent-activity-controls a:visited {
  color: rgba(0, 190, 200, 1);
}
.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: #0F3554;
}
.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: rgba(1, 84, 59, 1);
  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;
  max-width: 100%;
}
@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;
  max-width: 100%;
}
@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;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-list-item a {
  color: #2F3941;
}

.icon-star {
  color: rgba(1, 84, 59, 1);
  font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

.share a {
  color: #5a6d7c;
}
.share a:hover {
  text-decoration: none;
  color: rgba(1, 84, 59, 1);
}
.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

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

/***** 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: rgba(1, 84, 59, 1);
}

.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: rgba(1, 84, 59, 1);
}

.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/01KSEZ2ZK58F69WZP83BTW8G61);
  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: rgba(1, 84, 59, 1);
}
.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.community-follow button[data-selected=true] {
  background-color: rgba(1, 84, 59, 1);
  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 rgba(1, 84, 59, 1);
  content: attr(data-follower-count);
  color: rgba(1, 84, 59, 1);
  display: inline-block;
  font-family: Futura, 'Century Gothic', 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 rgba(1, 84, 59, 1);
  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: rgba(0, 190, 200, 1);
  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: rgba(0, 190, 200, 1);
}
.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: rgba(1, 84, 59, 1);
}
.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}
.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #5a6d7c;
}
.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}
.status-label-open {
  background-color: #c72a1c;
}
.status-label-solved {
  background-color: #68737d;
}
.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}
.status-label-hold {
  background-color: #000;
}
.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

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

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

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

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

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

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

.community-badge {
  margin: 2px;
}

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

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

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

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

.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 rgba(1, 84, 59, 1);
    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: 22.5px;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}
.collapsible-sidebar-toggle-icon {
  display: none;
}
.collapsible-sidebar-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(1, 84, 59, 1);
}
.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 rgba(1, 84, 59, 1);
}
.request-main .form-field.comment-ccs > input[type=text] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(1, 84, 59, 1);
}
.request-main input#mark_as_solved {
  display: none;
}
.request-title {
  width: 100%;
}
@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}
.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}
@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}
.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
.request-details:last-child {
  border: 0;
}
.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}
.request-details dd {
  padding: 0 10px;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.request-details dd::after {
  content: "\a";
  white-space: pre;
}
.request-details dt {
  line-break: strict;
  color: #5a6d7c;
  width: 40%;
}
.request-details .request-collaborators {
  display: inline-block;
}
.request-attachments dt, .request-attachments dd {
  width: 100%;
}
.request-attachments dd {
  margin: 10px 0 0 0;
}
.request-form textarea {
  min-height: 120px;
}
.request-follow-up {
  padding-top: 20px;
}

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

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

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

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

.meta-group * {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-stats .stat-label {
  color: #5a6d7c;
  flex: 0 0 100px;
  margin-right: 10px;
}
[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

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

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

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

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

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}
@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

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

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

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

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(1, 84, 59, 1);
  border-radius: 4px;
  color: rgba(1, 84, 59, 1);
  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 {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: #2F3941;
}
.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}
.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}
.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}
.search-results-sidebar .sidenav-tag .content-tag {
  background: #E9EBED;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}
.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545C;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}
.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: rgba(0, 190, 200, 1);
}
.search-results-sidebar .see-all-filters[aria-hidden=true] {
  display: none;
}
.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}
.search-results-sidebar .see-all-filters::after {
  content: " ⌄";
  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 .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
.search-results .no-results .headline {
  color: #2F3941;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
}
.search-results .no-results .action-prompt {
  color: #68737D;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.search-results .no-results .action-prompt a {
  color: rgba(0, 190, 200, 1);
}
.search-results .no-results .action-prompt a:visited {
  color: rgba(0, 190, 200, 1);
}

.search-result-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result-title {
  font-size: 16px;
  margin-bottom: 0;
}
.search-result-votes, .search-result-meta-count {
  color: #5a6d7c;
  font-size: 13px;
}
.search-result-votes-icon, .search-result-meta-count-icon {
  color: rgba(1, 84, 59, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}
[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 20px;
}
[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 20px;
}
.search-result-meta-container {
  color: #666;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .search-result-meta-container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .search-result-meta-container nav {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  [dir=ltr] .search-result-meta-container .meta-data {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  [dir=rtl] .search-result-meta-container .meta-data {
    margin-right: 20px;
  }
}
.search-result-meta-container .meta-data::after {
  content: none;
}
.search-result-breadcrumbs {
  margin: 0;
}
.search-result-description {
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-word;
}

/* 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 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

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

.notification-icon, .notification-inline.notification-error::before, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] .notification-inline {
  text-align: right;
}
.notification-inline[aria-hidden=true] {
  display: none;
}
.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}
[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}
.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}
.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir=rtl] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}
[dir=ltr] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}
[dir=rtl] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}
.content-tag-list li:last-child {
  border: none;
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #848F99;
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid #848F99;
}

/***** Summary component *****/
zd-summary-block {
  background: #f3f6f6;
}
[dir=ltr] zd-summary-block {
  border-left-color: #859fa1;
}
[dir=rtl] zd-summary-block {
  border-right-color: #859fa1;
}

.service-catalog-hero {
  background-image: url(/hc/theming_assets/01KSEZ30CS8M6VGBWEGR684137);
  margin-bottom: 10px;
  height: 320px;
}
.service-catalog-description {
  display: flow-root;
}
.service-catalog-description a {
  color: rgba(0, 190, 200, 1);
  text-decoration: underline;
}
.service-catalog-description a:visited {
  color: rgba(0, 190, 200, 1);
}
.service-catalog-description a:hover, .service-catalog-description a:active, .service-catalog-description a:focus {
  color: #0F3554;
}
.service-catalog-description img {
  height: auto;
  max-width: 100%;
}
.service-catalog-description p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figure.image {
  display: table;
  margin: 0 auto;
}
.service-catalog-description figure.image > img {
  display: block;
  width: 100%;
}
.service-catalog-description figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.service-catalog-description ul,
.service-catalog-description ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .service-catalog-description ul,
[dir=rtl] .service-catalog-description ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.service-catalog-description ul > ul,
.service-catalog-description ol > ol,
.service-catalog-description ol > ul,
.service-catalog-description ul > ol,
.service-catalog-description li > ul,
.service-catalog-description li > ol {
  margin: 0;
}
.service-catalog-description ul {
  list-style-type: disc;
}
.service-catalog-description :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.service-catalog-description pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.service-catalog-description blockquote {
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}
.service-catalog-main-content {
  display: flex;
  gap: 32px;
}
.service-catalog-list {
  width: 100%;
}
.service-catalog-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 20px;
}

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


/* ==========================================================================
   IS倶楽部 TOPページ カスタムスタイル
   - test2_v11.html（デザイン確定版）から移植
   - TOP専用ルールは .is-top にスコープ（記事・カテゴリ等の既存ページに影響しない）
   - ヘッダー / お知らせバー / フッターは全ページ共通のためスコープなし
   ========================================================================== */
.is-top *, .header-wrap *, .footer *, .is-top *::before, .header-wrap *::before, .footer *::before, .is-top *::after, .header-wrap *::after, .footer *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Noto Sans JP', sans-serif; color: #333; background: #fff; }
a { text-decoration: none; color: inherit; }
/* ===== HEADER ===== */
.header-wrap { background: #fff; border-bottom: 1px solid #e8e8e8; position: sticky; top: 0; z-index: 100; }
.header { max-width: 1520px; margin: 0 auto; padding: 10px 25px; display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-mark { width: 48px; height: 48px; position: relative; display: flex; align-items: center; justify-content: center; }
.logo-mark svg { width: 48px; height: 48px; }
.logo-text-wrap { display: flex; flex-direction: column; }
.logo-name { font-size: 20px; font-weight: 700; color: #02523F; line-height: 1; }
.header-right { display: flex; align-items: center; gap: 16px; }
.nav-lrm { font-size: 16px; color: #01543B; text-decoration: underline; font-weight: 400; cursor: pointer; }
.btn-gold { background: #CC9900; color: white; font-size: 18px; font-weight: 500; padding: 9px 22px; border-radius: 50px; cursor: pointer; border: none; white-space: nowrap; }
.avatar-wrap { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.avatar-circle { width: 44px; height: 44px; border-radius: 50%; }
.logout-link { font-size: 16px; color: #01543B; text-decoration: underline; cursor: pointer; }
/* ===== ANNOUNCE BAR ===== */
.announce-bar { background: #EEE8DC; }
.announce-inner { max-width: 1520px; margin: 0 auto; padding: 10px 25px; display: flex; align-items: center; gap: 16px; height: 56px; }
.announce-badge { border: 2px solid #01543B; color: #01543B; font-size: 16px; font-weight: 500; padding: 3px 16px; border-radius: 30px; white-space: nowrap; letter-spacing: 0.8px; }
.announce-text { font-size: 16px; color: #01543B; text-decoration: underline; font-weight: 500; }
/* ===== HERO ===== */
.is-top .hero { background: #01543B; height: 540px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.is-top .hero-deco { position: absolute; border-radius: 50%; pointer-events: none; }
.is-top .hero-deco-1 { width: 435px; height: 435px; border: 1px solid rgba(238,250,214,0.05); left: -6.8%; top: -2.53%; }
.is-top .hero-deco-2 { width: 435px; height: 435px; border: 1px solid rgba(238,250,214,0.05); right: -6.8%; top: 12.12%; }
.is-top .hero-title { font-size: 32px; font-weight: 500; color: white; margin-bottom: 30px; letter-spacing: 1.6px; text-align: center; position: relative; z-index: 1; }
.is-top .search-wrap { position: relative; z-index: 1; }
.is-top .search-box { display: flex; align-items: center; background: white; border-radius: 50px; padding: 0 20px; width: 676px; height: 62px; box-shadow: 0 0 8px 2px rgba(0,0,0,0.25); gap: 12px; }
.is-top .search-box input { flex: 1; border: none; outline: none; font-size: 20px; font-family: 'Noto Sans JP', sans-serif; color: #ddd; background: transparent; }
/* ===== CONTENT PANELS ===== */
.is-top .panels-section { background: #fff; padding: 30px 0; }
.is-top .panels-bg { max-width: 1520px; margin: 0 auto; padding: 0 127px; }
.is-top .panels-card { background: #EEE8DC; border-radius: 15px; padding: 36px 60px; box-shadow: 0 0 40px 0 rgba(0,0,0,0.06); display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; }
.is-top .panel-divider { width: 1px; background: transparent; margin: 0 60px; position: relative; }
.is-top .panel-divider::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: repeating-linear-gradient(to bottom, #ABA59A 0, #ABA59A 2px, transparent 2px, transparent 4px); }
.is-top .panel-title { font-size: 20px; font-weight: 700; color: #01543B; margin-bottom: 20px; letter-spacing: 1px; }
.is-top .panel-item { padding: 10px 0; }
.is-top .panel-date { font-size: 16px; font-weight: 700; color: #01543B; }
.is-top .panel-link { font-size: 16px; color: #333; text-decoration: underline; display: block; margin-top: 2px; cursor: pointer; font-weight: 500; }
.is-top .panel-more { margin-top: 16px; display: flex; align-items: center; gap: 6px; justify-content: flex-end; }
.is-top .panel-more a { font-size: 16px; color: #01543B; text-decoration: underline; font-weight: 500; }
.is-top .more-circle { width: 17px; height: 17px; background: #01543B; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.is-top .more-circle::after { content: '▶'; color: white; font-size: 6px; }
/* ===== FAQ ===== */
.is-top .faq-section { padding: 60px 0 70px; background: #fff; }
.is-top .section-heading { text-align: center; margin-bottom: 20px; }
.is-top .section-title-jp { font-size: 32px; font-weight: 700; color: #01543B; letter-spacing: -0.352px; display: inline-block; }
.is-top .section-gold-line { width: 110px; height: 4px; display: flex; align-items: center; justify-content: center; margin: 8px auto 0; }
.is-top .section-gold-line-inner { width: 110px; height: 4px; background: #CC9900; border-radius: 2px; }
.is-top .faq-tabs { max-width: 1140px; margin: 32px auto 36px; background: #FAFFF1; border: 2px solid #01543B; border-radius: 120px; padding: 8px; display: flex; align-items: center; gap: 16px; }
.is-top .faq-tab { flex: 1; padding: 10px 20px; font-size: 20px; font-weight: 500; font-family: 'Noto Sans JP', sans-serif; text-align: center; cursor: pointer; background: transparent; color: #01543B; border: none; border-radius: 120px; transition: all 0.2s; letter-spacing: 1px; }
.is-top .faq-tab.active { background: #01543B; color: white; }
.is-top .faq-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.is-top .faq-card { background: #FAFFF1; border: 2px solid #01543B; padding: 32px 20px 24px; text-align: center; cursor: pointer; transition: box-shadow 0.2s; display: flex; flex-direction: column; align-items: center; }
.is-top .faq-card:hover { box-shadow: 0 4px 20px rgba(1,84,59,0.12); }
.is-top .faq-icon-wrap { width: 130px; height: 130px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; flex-shrink: 0; }
.is-top .faq-icon-img { width: 100px; height: 100px; background: #D5EAAD; border: 2px solid #01543B; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 40px; }
.is-top .faq-card-title { font-size: 20px; font-weight: 500; color: #01543B; line-height: 1.5; }
.is-top .faq-card-subtitle { font-size: 13px; color: #555; margin-top: 3px; }
.is-top .faq-more { text-align: center; margin-top: 28px; }
.is-top .faq-more a { font-size: 16px; color: #01543B; text-decoration: underline; font-weight: 500; }
/* ===== MEMBERS ===== */
.is-top .members-section { background: #EEE8DC; padding: 70px 0 80px; }
.is-top .members-header { text-align: center; margin-bottom: 50px; }
.is-top .members-badge-wrap { display: inline-flex; flex-direction: column; align-items: center; }
.is-top .members-badge { background: #01543B; color: white; font-size: 40px; font-weight: 700; letter-spacing: 12px; padding: 10px 19px; width: 314px; height: 104.778px; display: flex; align-items: center; justify-content: center; }
.is-top .members-arrow { width: 0; height: 0; border-left: 18px solid transparent; border-right: 18px solid transparent; border-top: 18px solid #01543B; margin: 0 auto; }
.is-top .members-subtitle { font-size: 32px; font-weight: 700; color: #01543B; margin-top: 28px; }
.is-top .featured-wrap { max-width: 1140px; margin: 0 auto 30px; }
.is-top .featured-card { background: white; position: relative; display: flex; align-items: center; height: 270px; overflow: hidden; }
.is-top .featured-badge { position: absolute; top: 25px; right: 0; background: white; border: 2px solid #CC9900; color: #CC9900; font-size: 24px; font-weight: 500; padding: 6px 15px; display: flex; align-items: center; gap: 7px; }
.is-top .featured-content { padding: 40px 60px; flex: 1; position: relative; z-index: 1; }
.is-top .featured-eyebrow { font-size: 24px; font-weight: 500; color: #CC9900; }
.is-top .featured-title { font-size: 40px; font-weight: 500; color: #01543B; height: 54px; }
.is-top .featured-btn-bg { background: #01543B; color: white; font-size: 20px; font-weight: 500; font-family: 'Noto Sans JP', sans-serif; border-radius: 100px; border: none; cursor: pointer; width: 276px; height: 51px; display: flex; align-items: center; justify-content: center; gap: 0; position: relative; margin-top: 20px; }
.is-top .featured-btn-circle { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.is-top .featured-btn-play { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid #01543B; margin-left: 2px; }
.is-top .featured-illus { width: 380px; height: 270px; flex-shrink: 0; background: linear-gradient(135deg, #EEFAD6 0%, #D5EAAD 60%); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.is-top .featured-illus-people { font-size: 80px; opacity: 0.6; margin-top: 20px; }
.is-top .resource-row { max-width: 1140px; margin: 0 auto 30px; display: flex; gap: 30px; }
.is-top .resource-card-2col { flex: 1; background: white; height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 46px 36px 36px; position: relative; }
.is-top .resource-card-text { text-align: center; }
.is-top .resource-card-text p { font-size: 16px; color: #333; font-weight: 500; }
.is-top .resource-card-text h4 { font-size: 24px; color: #01543B; font-weight: 500; margin-top: 2px; }
.is-top .resource-btn { background: #01543B; color: white; font-size: 20px; font-weight: 500; font-family: 'Noto Sans JP', sans-serif; border-radius: 300px; border: none; cursor: pointer; width: 320px; height: 50px; display: flex; align-items: center; justify-content: center; position: relative; }
.is-top .resource-btn-circle { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.is-top .resource-btn-arrow { color: #01543B; font-size: 10px; margin-left: 2px; }
.is-top .icon-grid-wrap { max-width: 1140px; margin: 0 auto; display: flex; flex-direction: column; gap: 30px; }
.is-top .icon-grid-row { display: flex; gap: 30px; }
.is-top .icon-grid-cell { flex: 1; background: white; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 21px; height: 220px; position: relative; }
.is-top .icon-grid-cell.small { height: 100px; gap: 0; }
.is-top .icon-grid-title { font-size: 20px; font-weight: 500; color: #01543B; text-align: center; letter-spacing: 2px; }
.is-top .icon-grid-title-2line { font-size: 20px; font-weight: 500; color: #01543B; text-align: center; line-height: 1.5; }
.is-top .icon-circle-btn { position: absolute; right: 0; bottom: 0; width: 30px; height: 30px; background: #01543B; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.is-top .icon-circle-btn.bottom-row { bottom: 35px; }
.is-top .banners-wrap { max-width: 1140px; margin: 30px auto 0; display: flex; gap: 30px; }
.is-top .banner-navy { flex: 1; background: #032b73; border-radius: 15px; height: 140px; display: flex; align-items: center; padding: 10px 50px; position: relative; overflow: hidden; gap: 20px; }
.is-top .banner-lrm-text-small { font-size: 20px; color: #00BEC8; letter-spacing: 1px; line-height: 1.5; white-space: nowrap; }
.is-top .banner-lrm-text-big { font-size: 32px; color: white; letter-spacing: 1.6px; line-height: 1.5; white-space: nowrap; }
.is-top .banner-green { width: 360px; flex-shrink: 0; background: #01543B; border-radius: 15px; height: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px; position: relative; }
.is-top .banner-green-title { font-size: 24px; font-weight: 900; color: white; line-height: 1.7; text-align: center; }
.is-top .banner-green-line { width: 263px; height: 3px; background: #CC9900; margin: 4px auto; }
.is-top .banner-green-link { font-size: 16px; color: white; text-decoration: underline; font-weight: 500; }
/* ===== FOOTER ===== */
.footer { background: #01543B; color: white; padding: 56px 0 32px; }
.footer-inner { max-width: 1520px; margin: 0 auto; padding: 0 150px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 44px; }
.footer-logo-name { font-size: 20px; font-weight: 700; color: white; }
.footer-nav { display: grid; grid-template-columns: 200px 200px 200px auto 200px; gap: 0; margin-bottom: 40px; position: relative; }
.footer-divider-line { position: absolute; right: 200px; top: 0; bottom: 0; width: 2px; background: white; }
.footer-col h4 { font-size: 20px; font-weight: 900; color: white; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { font-size: 20px; color: rgba(255,255,255,0.85); font-weight: 500; cursor: pointer; }
.footer-bottom { font-size: 16px; color: rgba(255,255,255,0.7); font-weight: 500; }
/* real assets */
.logo-mark { width: auto; height: 44px; }
.logo-mark img { display:block; height: 44px; width: auto; }
.footer-logo img { display:block; height: 34px; width: auto; }
.is-top .faq-icon-real { width: 100px; height: 100px; object-fit: contain; }
.is-top .hero { background-color: #01543B; background-position: center; background-size: cover; background-repeat: no-repeat;
  padding-bottom: 162px; }
/* seminar featured card: illustration on the LEFT, text centered */
.is-top .featured-card { display: flex; align-items: stretch; }
.is-top .featured-illus { width: 250px; flex-shrink: 0; background: transparent; display: flex; align-items: flex-end; justify-content: center; overflow: visible; }
.is-top .featured-illus img { width: 100%; height: auto; object-fit: contain; object-position: bottom; }
.is-top .featured-content { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px 60px; text-align: center; }
.is-top .featured-content .featured-btn-bg { margin-top: 22px; }
/* navy banner: people photo on the RIGHT */
.is-top .banner-navy { justify-content: space-between; padding: 0 0 0 50px; }
.is-top .banner-navy-text { position: relative; z-index: 1; }
.is-top .banner-navy-photo { height: 140px; width: auto; object-fit: contain; object-position: bottom right; align-self: flex-end; }
.is-top .banner-lrm-logo { height: 34px; width: auto; vertical-align: middle; margin: 0 4px; }
/* resource grid icons */
.is-top .grid-icon { width: auto; height: auto; display: block; }
.is-top .icon-grid-cell .icon-grid-title-2line { margin-top: -10px; }
.is-top .icon-grid-title, .is-top .icon-grid-title-2line { letter-spacing: 0; }
/* --- header: measured from reference design --- */
.header { max-width: 1565px; min-height: 113px; padding: 9px 36px 0 35px; }
.logo-mark, .logo-mark img { height: 59px; }
.header-right { display: flex; align-items: center; gap: 17px; }
.header-right .logout-link {
  font-size: 18px; color: #01543B; text-decoration: underline;
  font-weight: 400; margin-right: 10px; white-space: nowrap;
}
.header-right .avatar-circle {
  width: 43px; height: 43px;
  border-radius: 50%; flex-shrink: 0; display: block;
}
.header-right .btn-gold {
  width: 231px; height: 43px; padding: 0; border-radius: 50px;
  background: #CC9900; color: #fff; font-size: 18px; font-weight: 500;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; white-space: nowrap; border: none; cursor: pointer;
}
/* === seminar featured card (measured: card 1140x270 @ x212) === */
.is-top .featured-card { height: 270px; display: flex; align-items: flex-end; overflow: visible; }
.is-top .featured-illus { width: 316px; height: 243px; flex-shrink: 0; background: transparent;
  align-self: flex-end; display: block; overflow: visible; }
.is-top .featured-illus img { width: 316px; height: 243px; display: block; }
.is-top .featured-content { flex: 1; align-self: stretch; display: flex; flex-direction: row;
  align-items: center; justify-content: flex-start; padding: 0 0 0 14px; text-align: left; }
.is-top .featured-inner { width: 472px; margin-top: 10px; }
.is-top .featured-eyebrow { font-size: 24px; font-weight: 500; color: #CC9900; line-height: 1; }
.is-top .featured-title { font-size: 40px; font-weight: 500; color: #01543B; line-height: 1;
  height: auto; margin-top: 16px; }
.is-top .featured-btn-bg { width: 276px; height: 51px; margin: 23px auto 0; }
.is-top .featured-badge { top: 25px; right: 23px; }
/* === footer (measured: cols @ x150/387/707, divider @ x1177, notice @ x1208) === */
.footer { padding: 77px 0 79px; }
.footer-inner { max-width: 1565px; padding: 0 150px; }
.footer-logo { margin: 0 0 65px; }
.footer-logo img { height: 59px; width: auto; }
.footer-nav {
  display: grid;
  grid-template-columns: 237px 320px 470px 1fr;
  gap: 0; margin: 0; position: static;
}
.footer-divider-line { display: none; }
.footer-col { align-self: stretch; }
.footer-col h4 { font-size: 20px; font-weight: 700; line-height: 20px; margin: 0 0 23px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin: 0 0 23px; line-height: 20px; }
.footer-col li:last-child { margin-bottom: 0; }
.footer-col a { font-size: 20px; font-weight: 500; line-height: 20px;
  display: block; color: #fff; }
.footer-col-notice { border-left: 2px solid #fff; padding: 6px 0 7px 29px;
  margin: -6px 0 -7px; }
.footer-col-notice .footer-li-gap { margin-top: 39px; }
.footer-col-notice .footer-li-gap a { line-height: 29px; }
.footer-bottom { margin-top: 67px; font-size: 16px; font-weight: 500; color: #fff; }
/* === resource icon-grid circle buttons (measured: inset right 30 / bottom 23, small row 36) === */
.is-top .icon-grid-cell .icon-circle-btn { right: 30px; bottom: 23px; }
.is-top .icon-grid-cell.small .icon-circle-btn, .is-top .icon-circle-btn.bottom-row { bottom: 36px; }
/* === banners section: WHITE background, separate from the beige members block === */
.is-top .members-section { padding-bottom: 99px; }
.is-top .banners-section { background: #fff; padding: 81px 0 364px; }
.is-top .banners-wrap { max-width: 1140px; margin: 0 auto; display: flex; gap: 30px; }
/* navy banner: photo at natural size, bottom-flush, overflowing the top edge */
.is-top .banner-navy { position: relative; overflow: visible; padding: 0 0 0 52px;
  justify-content: flex-start; }
.is-top .banner-navy-photo { position: absolute; left: 460px; bottom: 0;
  width: 374px; height: 193px; object-fit: contain; align-self: auto; }
.is-top .banner-lrm-logo { height: 37px; }
.is-top .banner-navy .banner-lrm-text-big { margin-top: 7px; }
.is-top .banner-navy .banner-navy-text { transform: translateY(-3px); }
/* green banner: title / gold rule / sub + link on one line */
.is-top .banner-green { display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 0; padding: 6px 0 0; }
.is-top .banner-green-title { font-size: 24px; font-weight: 900; color: #fff;
  line-height: 1; text-align: center; margin: 0; }
.is-top .banner-green-line { width: 263px; height: 2px; background: #CC9900; margin: 6px 0 9px; }
.is-top .banner-green-row2 { display: flex; align-items: baseline; gap: 10px; }
.is-top .banner-green-sub { font-size: 24px; font-weight: 900; color: #fff; line-height: 1; }
.is-top .banner-green-link { font-size: 16px; font-weight: 500; color: #fff;
  text-decoration: underline; line-height: 1; }
/* === panels card overlaps the hero by 162px (measured: hero ends 708, card top 547) === */
.is-top .panels-section { margin-top: -162px; padding: 0 0 78px; position: relative; z-index: 2;
  background: transparent; }
.is-top .panels-card { padding: 52px 60px 36px; }
.is-top .panel-more { margin-top: 42px; }
/* === オンデマンド配信 badge: video-camera icon (measured 24x16, 10px gap, 15px inset) === */
.is-top .featured-badge { gap: 10px; }
.is-top .badge-cam-icon { width: 24px; height: 16px; flex-shrink: 0; display: block; }
.is-top .hero-title { margin-bottom: 24px; }
.is-top .panel-title { text-align: center; }
/* navy banner: source design uses Yu Gothic Pr6N *Bold* for both lines */
.is-top .banner-navy .banner-lrm-text-small, .is-top .banner-navy .banner-lrm-text-big { font-weight: 700; }
.is-top .banner-navy .lrm-small-text { position: relative; top: 6px; }
/* === members section: the 会員限定 badge straddles the beige top edge (52px above) === */
.is-top .members-section { display: flow-root; padding-top: 0; }
.is-top .members-header { margin-top: -52px; margin-bottom: 64px; }
.is-top .members-arrow { border-top-width: 24px; }
.is-top .members-subtitle { margin-top: 32px; }
.is-top .faq-section { padding-bottom: 184px; }
/* === navy banner: LRM logo at natural size so both rows match in width === */
/* SVG化にあたり、高さは auto にしている。SVGの比（126:29）とPNGの比（142:32）が
   わずかに違うため、両方を固定すると2%%横に引き伸ばされるため。
   2行の幅を揃える設計なので、幅142pxのほうを維持する */
.is-top .banner-navy .banner-lrm-logo { width: 142px; height: auto; }
/* === FAQ: switchable panels === */
.is-top .faq-panel[hidden] { display: none; }
.is-top .faq-grid-support { grid-template-columns: repeat(4, 1fr); }
/* === FAQ もっと見る: right-aligned to the grid edge, with the circle icon === */
.is-top .faq-more {
  max-width: 1140px; margin: 36px auto 0; padding: 0;
  display: flex; align-items: center; justify-content: flex-end; gap: 6px;
  text-align: right;
}
.is-top .faq-more a { font-size: 16px; color: #01543B; text-decoration: underline; font-weight: 500; }

/* --- Zendesk固有：検索ボックス（{{search}}ヘルパー出力）をデザインに合わせる --- */
.is-top .search-wrap { position: relative; z-index: 1; }
.is-top .search-wrap .search-icon {
  position: absolute; left: 24px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; color: #01543B; z-index: 2; pointer-events: none;
}
.is-top .search-box, .is-top form.search-box {
  display: flex; align-items: center; background: #fff; border-radius: 50px;
  width: 676px; height: 62px; box-shadow: 0 0 8px 2px rgba(0,0,0,0.25);
  padding: 0 20px 0 58px; border: none; margin: 0; max-width: 100%;
}
.is-top .search-box input[type="search"] {
  flex: 1; border: none; outline: none; background: transparent; box-shadow: none;
  font-family: 'Noto Sans JP', sans-serif; font-size: 20px; color: #333;
  height: 60px; padding: 0; margin: 0;
}
.is-top .search-box input[type="search"]::placeholder { color: #ddd; }
.is-top .search-box [type="submit"], .is-top .search-box button { display: none; }

/* --- ヘッダー：ログインユーザーのアバター ---
   もともと画像が来ないとき用に緑の丸を敷いていたが、Zendeskの既定アバター画像は
   丸の外側に余白があるため、その緑が画像の周りに細いリングとして見えてしまう。
   {{user_avatar}} は常に画像を出力するのでプレースホルダは不要。背景を透明にする */
.avatar-circle {
  width: 43px; height: 43px; border-radius: 50%; background: transparent;
  flex-shrink: 0; display: block; overflow: hidden; padding: 0; border: none;
}
.avatar-circle img, .avatar-circle .user-avatar {
  width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%;
}

/* --- モバイル簡易対応（デザイン未確定のため最低限の崩れ防止） --- */
@media (max-width: 1200px) {
  .is-top, .footer-inner { overflow-x: hidden; } /* .header は除外：モバイルメニューがクリップされるため */
  .header { flex-wrap: wrap; row-gap: 8px; padding: 12px 16px; }
  .is-top .panels-bg { padding: 0 16px; }
  .is-top .panels-card { padding: 32px 24px; }
  .is-top .faq-tabs, .is-top .faq-grid, .is-top .featured-wrap,
  .is-top .resource-row, .is-top .icon-grid-wrap, .is-top .banners-wrap { max-width: 100%; padding-inline: 16px; }
  /* .search-wrap は .hero（flex）の子で幅が内容依存のため、
     .search-box の width:100% が 343px に縮んでいた。
     親側に幅を与えて画面幅に追従させる（上限はPC版と同じ676px） */
  .is-top .search-wrap { width: calc(100% - 48px); max-width: 676px; margin: 0 auto; }
  .is-top .search-box, .is-top form.search-box { width: 100%; }
  .footer-inner { padding: 0 24px; }
  .footer-nav { grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: 32px; }
  .footer-col-notice { border-left: none; padding-left: 0; margin: 0; }
}
/* 旧「モバイル簡易対応」はファイル末尾の
   「モバイル版 TOP（確定デザイン）」ブロックに置き換えました */

/* --- Copenhagen既存CSSとの競合解消・アイコン矢印の色 --- */
.footer-inner { display: block; }
.footer-logo { display: flex; align-items: center; }
.footer-nav { position: static; }
.is-top.is-top .icon-circle-btn span,
.is-top.is-top .featured-btn-circle span,
.is-top.is-top .resource-btn-circle span { line-height: 1; }
.is-top.is-top .icon-circle-btn span { color: #fff; font-size: 9px; margin-left: 2px; }
.is-top.is-top .resource-btn-arrow { color: #01543B; font-size: 10px; margin-left: 2px; }
.is-top.is-top .featured-btn-play { border-left-color: #01543B; }
/* リンク化した要素の下線・色を打ち消す */
.is-top.is-top .faq-card, .is-top.is-top .icon-grid-cell, .is-top.is-top .banner-navy, .is-top.is-top .banner-green,
.is-top.is-top .featured-btn-bg, .is-top.is-top .resource-btn { text-decoration: none; }
.is-top.is-top .featured-btn-bg, .is-top.is-top .resource-btn { color: #fff; }
/* Copenhagenの @media(min-width:1160px){.footer-inner{width:90%}} を打ち消す */
.footer-inner { width: 100%; }
.header { width: 100%; }

/* =========================================================
   ヘッダー：Copenhagen標準機能（ユーザーメニュー / Ask AI /
   モバイルハンバーガー）をデザインに合わせて復活
   ========================================================= */

/* Ask AI リンク */
.header-right .ask-ai {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 16px; font-weight: 500; color: #01543B;
  text-decoration: none; white-space: nowrap;
  background: none; border: 0; padding: 0; width: auto; flex-shrink: 0;
}
.header-right .ask-ai:visited, .header-right .ask-ai:hover,
.header-right .ask-ai:focus, .header-right .ask-ai:active { color: #01543B; background: none; }
.header-right .ask-ai:hover { text-decoration: underline; }
.header-right .ask-ai .ask-ai-icon { width: 16px; height: 16px; flex-shrink: 0; }

/* アバター＝ユーザーメニューのトグル。
   背景は透明にする。Zendeskの既定アバター画像は丸の外側に余白があるため、
   ここに色を敷くと画像の周りに細いリングとして見えてしまう
   （実測で .avatar-circle より詳細度が高いこのルールが効いていた） */
.header-right .user-info { display: block; position: relative; margin: 0; padding: 0; flex-shrink: 0; }
.header-right .user-info > button.dropdown-toggle {
  width: 43px; height: 43px; min-width: 0; padding: 0; border: 0;
  background: transparent; border-radius: 50%; overflow: hidden;
  cursor: pointer; display: block; box-shadow: none;
}
.header-right .user-info > button.dropdown-toggle:hover,
.header-right .user-info > button.dropdown-toggle:focus { background: transparent; }
/* 標準のシェブロン（▾）は非表示にして丸のみに */
.header-right .user-info .dropdown-toggle::after,
.header-right .user-info > button::after { display: none !important; content: none; padding: 0; }
.header-right .user-info .dropdown-toggle > * { margin: 0; }
.header-right .user-info .user-avatar,
.header-right .user-info .dropdown-toggle img {
  width: 43px; height: 43px; border-radius: 50%; object-fit: cover; display: block; margin: 0;
}
/* ドロップダウンメニュー本体は標準スタイルを踏襲しつつ文字サイズを調整 */
.header-right .user-info .dropdown-menu { font-size: 15px; text-align: left; }

/* ==== ブレークポイント：1024px以上=デスクトップ / 未満=ハンバーガー ==== */
@media (max-width: 1023px) {
  .header-right { display: none; }
}
@media (min-width: 1024px) {
  .nav-wrapper-mobile { display: none; }
}
/* モバイルメニューはヘッダー直下に出す（標準の top:71px はヘッダー高さ違いで重なるため） */
.nav-wrapper-mobile .menu-list-mobile { top: 100%; }
.nav-wrapper-mobile .menu-button-mobile { display: flex; align-items: center; gap: 8px; }
.nav-wrapper-mobile .menu-button-mobile .user-avatar {
  width: 32px; height: 32px; border-radius: 50%; object-fit: cover;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu { color: #01543B; }

/* 最新記事フィードの読み込み中／0件表示 */
.is-top.is-top .panel-loading, .is-top.is-top .panel-empty {
  font-size: 16px; color: #8a8577; font-weight: 500; padding: 10px 0;
}
.announce-feed { display: inline-flex; align-items: center; }

/* =========================================================
   見出し要素のフォント統一
   Copenhagen標準の h1〜h6 { font-family: Futura, 'Century Gothic', sans-serif }
   （既定 Futura / Century Gothic）は日本語グリフを持たないため
   別フォントに置き換わり、Medium(500)等のウェイトが反映されず
   細く見える。本テーマの見出しは Noto Sans JP に統一する。
   ========================================================= */
.is-top h1, .is-top h2, .is-top h3, .is-top h4, .is-top h5, .is-top h6,
.header-wrap h1, .header-wrap h2, .header-wrap h3, .header-wrap h4,
.footer h1, .footer h2, .footer h3, .footer h4 {
  font-family: 'Noto Sans JP', sans-serif;
}

/* 「内部監査資料集」「内部監査のよくある質問」を太字に（ご要望対応）
   ※デザイン指定は Medium(500)。500に戻す場合はこの1行を削除 */
.is-top.is-top .resource-card-text h4 { font-weight: 700; }

/* =========================================================
   記事本文と添付ファイル一覧の間隔（運用チーム要望）
   Copenhagen標準では .article-attachments に余白指定がなく、
   本文の直後に密着して表示されていた。
   既定32px。テーマ設定「記事の添付ファイル一覧の上余白」で変更可
   （article_page.hbs のインラインstyleが優先。空欄ならこの値）
   ========================================================= */
.article-attachments { margin-top: 32px; }
.article-attachments .attachments { margin: 0; padding: 0; list-style: none; }

/* ユーザーメニュー：環境により空で描画される項目（承認リクエスト・連絡先情報・
   パスワード変更など）が余白として残らないようにする */
.dropdown-menu a:empty,
.dropdown-menu button:empty { display: none !important; }
/* 区切り線が末尾に残った場合は非表示 */
.dropdown-menu .separator:last-child { display: none; }


/* =========================================================
   ヘッダーロゴのサイズ（ご要望：もう一回り大きく）

   【前提】Copenhagen標準の `.logo img { max-height: 37px }` が効いていたため、
   本テーマで指定していた height:59px は無視され、
   実際には 285x37px で表示されていた（デザインは 454x59px）。
   上限を解除しないと height を変えても見た目が変わらない。

   PC       285x37px -> 454x59px（デザイン原寸に復帰。約1.59倍）
   モバイル  幅186px -> 204px（約1.10倍。高さ換算 24px -> 27px）

   ヘッダーの高さ（PC 113px / モバイル 64px）は変えていないので
   周囲のレイアウトには影響しない。
   サイズを変えるときは下の height の値だけを触ればよい。
   ========================================================= */
.logo img, .logo-mark img { max-height: none; }
.logo-mark, .logo-mark img { height: 59px; }

/* 1024〜1199px はロゴ454px＋右側623pxが収まらずヘッダーが2段に折り返すため、
   この幅だけ44px（339px幅）に落とす。1200px以上は59pxのまま。
   767px以下はモバイルブロックで幅204px指定が後勝ちする */
@media (max-width: 1199px) {
  .logo-mark, .logo-mark img { height: 44px; }
}

/* =========================================================
   フッター最下部の法的リンク（運営会社／プライバシーポリシー／利用規約）
   .footer-bottom 自体は color:#fff だが、中の <a> は Copenhagen の
   a { color: rgba(0, 190, 200, 1) } を継いでしまい、濃緑の背景で読みにくかった。
   ここだけ白に固定する（4カラム側のリンクは従来どおり）。
   ※擬似クラスは :link → :visited → :hover の順で書くこと
   ========================================================= */
.footer-bottom a { color: #fff; }
.footer-bottom a:visited { color: #fff; }
.footer-bottom a:hover, .footer-bottom a:focus { color: #fff; }

/* =========================================================
   アニメーション（デモ「動きのデモ.html」で承認いただいた8種）

   方針
   - ホバー系は @media (hover: hover) で囲み、タッチ端末で
     「触ったまま効果が残る」のを防いでいる
   - スクロール表示は .js-anim（JSが付与）が無いと透明にしない。
     JSが失敗した環境で本文が消えないための保険
   - OS側「視差効果を減らす」設定では全部止まる
   - 動きを消したい場合はこのブロックごと削除すれば元に戻る
   ========================================================= */
:root { --is-ease: cubic-bezier(.22,.61,.36,1); }

/* ---------- 共通：常に効かせる transition ---------- */
.is-top .faq-card,
.is-top .icon-grid-cell,
.is-top .resource-card-2col,
.is-top .featured-card,
.is-top .banner-navy,
.is-top .banner-green {
  transition: transform .3s var(--is-ease), box-shadow .3s var(--is-ease),
              background-color .3s var(--is-ease);
}
.is-top .faq-icon-real,
.is-top .grid-icon,
.is-top .featured-illus img,
.is-top .banner-navy-photo {
  transition: transform .38s var(--is-ease);
}
.is-top .icon-circle-btn,
.is-top .more-circle,
.is-top .featured-btn-circle,
.is-top .resource-btn-circle {
  transition: transform .3s var(--is-ease);
}
.is-top .featured-btn-bg,
.is-top .resource-btn,
.btn-gold,
.drawer-cta a {
  transition: background-color .25s var(--is-ease), transform .25s var(--is-ease),
              box-shadow .25s var(--is-ease);
}
/* 下線が最初から付いているリンクは、下線を消さずに色と下線位置で動かす。
   フッターのカラムリンクも他と揃えて下線ありにする */
.footer-col a { text-decoration: underline; }
.is-top .panel-link,
.is-top .announce-text,
.is-top .panel-more a,
.is-top .faq-more a,
.footer-col a,
.footer-bottom a {
  text-underline-offset: 2px;
  transition: color .25s var(--is-ease), text-underline-offset .25s var(--is-ease);
}

@media (hover: hover) {

  /* ---- A. よくある質問タイル ---- */
  .is-top .faq-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(1,84,59,.16);
    background: #fff;
  }
  .is-top .faq-card:hover .faq-icon-real { transform: scale(1.08); }

  /* ---- B. お役立ち資料カード ---- */
  .is-top .icon-grid-cell:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 22px rgba(0,0,0,.12);
  }
  .is-top .icon-grid-cell:hover .grid-icon { transform: scale(1.06); }
  .is-top .icon-grid-cell:hover .icon-circle-btn {
    transform: translateX(4px) scale(1.08);
  }
  /* 内部監査資料集／内部監査のよくある質問は浮き上がらせず影だけ
     （セミナーカードと同じ扱い。ご要望により translateY を外した） */
  .is-top .resource-card-2col:hover {
    box-shadow: 0 10px 22px rgba(0,0,0,.12);
  }

  /* ---- C. ボタン ---- */
  .is-top .featured-btn-bg:hover,
  .is-top .resource-btn:hover {
    background: #0a6d4e;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(1,84,59,.28);
  }
  /* 会員限定の3つのボタン（今すぐ視聴する／ダウンロードする／質問を確認する）は
     中の矢印を動かさない。ボタン自体の色変化と浮き上がりのみ */
  .btn-gold:hover, .drawer-cta a:hover {
    background: #b88a00;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(204,153,0,.3);
  }

  /* ---- D. もっと見る ----
     テキストと丸は兄弟要素なので :has() で親から丸を動かす。
     :has() 未対応のブラウザでも下線と色の変化は効く */
  .is-top .panel-more:has(a:hover) .more-circle,
  .is-top .faq-more:has(a:hover) .more-circle { transform: translateX(5px); }
  .is-top .panel-more a:hover,
  .is-top .faq-more a:hover { text-underline-offset: 5px; }

  /* ---- E. テキストリンク ----
     サイト全体で「下線あり → ホバーで下線が少し下がる」に統一する。
     ※フッターのカラムだけ擬似要素で下線を引いていたが、
       .footer-col a は display:block のため下線がカラム幅いっぱいに伸びて
       崩れていた。text-decoration に戻して他と同じ表現にしている */
  .is-top .panel-link:hover,
  .is-top .announce-text:hover { color: #01543B; text-underline-offset: 5px; }
  .footer-col a:hover,
  .footer-bottom a:hover { text-underline-offset: 5px; }

  /* ---- F. バナー ---- */
  .is-top .banner-navy:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(3,43,115,.25);
  }
  .is-top .banner-navy:hover .banner-navy-photo { transform: scale(1.05); }
  .is-top .banner-green:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(1,84,59,.25);
  }

  /* ---- G. セミナーカード（カード自体は動かさずイラストだけ） ---- */
  .is-top .featured-card:hover { box-shadow: 0 12px 26px rgba(0,0,0,.12); }
  .is-top .featured-card:hover .featured-illus img {
    transform: translateY(-6px) scale(1.03);
  }
}

/* ---- H. スクロールでふわっと表示 ----
   opacity:0 は .js-anim が付いているときだけ。JSが動かない環境では
   最初から見えている状態になる */
.js-anim .is-top [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s var(--is-ease), transform .6s var(--is-ease);
}
.js-anim .is-top [data-reveal].is-in { opacity: 1; transform: none; }

/* タイルは順番に出す。
   ここで transform を触るとホバーの浮き上がり（.faq-card:hover 等）を
   詳細度で打ち消してしまうため、子カードは opacity だけで表現する。
   上下の動きは親要素（[data-reveal]）側で付いている */
.js-anim .is-top .faq-grid[data-reveal] .faq-card,
.js-anim .is-top .icon-grid-wrap[data-reveal] .icon-grid-cell,
.js-anim .is-top .resource-row[data-reveal] .resource-card-2col {
  opacity: 0;
  transition: opacity .5s var(--is-ease);
}
.js-anim .is-top [data-reveal].is-in .faq-card,
.js-anim .is-top [data-reveal].is-in .icon-grid-cell,
.js-anim .is-top [data-reveal].is-in .resource-card-2col {
  opacity: 1;
}
.js-anim .is-top [data-reveal].is-in > *:nth-child(1) { transition-delay: 0s; }
.js-anim .is-top [data-reveal].is-in > *:nth-child(2) { transition-delay: .07s; }
.js-anim .is-top [data-reveal].is-in > *:nth-child(3) { transition-delay: .14s; }
.js-anim .is-top [data-reveal].is-in > *:nth-child(4) { transition-delay: .21s; }
/* アイコングリッドは行が入れ子なので、行の中のカードにも遅延を付ける */
.js-anim .is-top [data-reveal].is-in .icon-grid-row > *:nth-child(1) { transition-delay: 0s; }
.js-anim .is-top [data-reveal].is-in .icon-grid-row > *:nth-child(2) { transition-delay: .07s; }
.js-anim .is-top [data-reveal].is-in .icon-grid-row > *:nth-child(3) { transition-delay: .14s; }

/* ---- OS側「視差効果を減らす」設定では全部止める ---- */
@media (prefers-reduced-motion: reduce) {
  .is-top *, .footer *, .header * {
    transition: none !important;
    animation: none !important;
  }
  .js-anim .is-top [data-reveal] { opacity: 1 !important; transform: none !important; }
  .js-anim .is-top [data-reveal] .faq-card,
  .js-anim .is-top [data-reveal] .icon-grid-cell,
  .js-anim .is-top [data-reveal] .resource-card-2col { opacity: 1 !important; }
}

/* =========================================================
   フッター：1201〜1564px で最右列がはみ出す問題

   .footer-nav は 237px / 320px / 470px / 1fr の固定3列。
   合計1265pxに対し .footer-inner の左右余白が150pxずつあるため、
   ビューポート1565px未満では入りきらず、最右の「お知らせ」列が
   潰れて枠外へはみ出していた（1201pxでは横スクロールも発生）。
   左右余白を詰めたうえで、列幅を同じ比率の可変値に変える。
   1200px以下は従来どおり2列に折り返す。
   ========================================================= */
@media (min-width: 1201px) and (max-width: 1564px) {
  .footer-inner { padding-left: 4%; padding-right: 4%; }
  .footer-nav {
    grid-template-columns:
      minmax(0, 237fr) minmax(0, 320fr) minmax(0, 470fr) minmax(0, 238fr);
  }
  .footer-col-notice { padding-left: 20px; }
}

/* =========================================================
   検索結果ページ：未サインイン向けの案内

   会員限定記事は未サインインだと検索結果に出ないため、
   「無い」のか「見えていないだけ」なのかが分かるようにする。
   ・結果があるとき  → 上部に控えめな1行
   ・結果が0件のとき → 目立つカード
   表示ON/OFFと文言はテーマ設定（検索結果のサインイン案内）から変更可
   ========================================================= */
.signin-hint { color: #01543B; }
.signin-hint-icon { flex-shrink: 0; color: #01543B; }

/* 結果があるとき：1行 */
.signin-hint-slim {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  background: #FAFFF1; border: 1px solid rgba(1,84,59,.25);
  border-radius: 8px; padding: 12px 16px; margin-bottom: 24px;
}
.signin-hint-slim .signin-hint-text { font-size: 14px; line-height: 1.7; }

/* 0件のとき：カード */
.signin-hint-card {
  background: #FAFFF1; border: 1px solid rgba(1,84,59,.25);
  border-radius: 12px; padding: 32px 24px; margin-bottom: 32px;
  text-align: center;
}
.signin-hint-card .signin-hint-icon { margin: 0 auto 12px; }
.signin-hint-title { font-size: 18px; font-weight: 700; margin: 0 0 10px; }
/* 1行の設定値が長いので、読みやすい幅で折り返す
   （Zendeskの設定は text 型のみで改行が入れられないため） */
.signin-hint-body {
  font-size: 14px; line-height: 1.9; color: #333;
  max-width: 34em; margin: 0 auto 20px;
}

.signin-hint-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: #01543B; color: #fff; border-radius: 100px;
  padding: 0 22px; height: 38px; font-size: 14px; font-weight: 700;
  text-decoration: none; white-space: nowrap;
  transition: background-color .25s var(--is-ease), transform .25s var(--is-ease),
              box-shadow .25s var(--is-ease);
}
.signin-hint-btn:hover, .signin-hint-btn:focus,
.signin-hint-btn:visited { color: #fff; text-decoration: none; }
.signin-hint-btn-lg { height: 46px; padding: 0 34px; font-size: 15px; }

@media (hover: hover) {
  .signin-hint-btn:hover {
    background: #0a6d4e; transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(1,84,59,.28);
  }
}
@media (max-width: 767px) {
  .signin-hint-slim { padding: 12px 14px; }
  .signin-hint-card { padding: 26px 18px; }
  .signin-hint-btn { width: 100%; }
}

/* =========================================================
   パンくずの折り返し

   Copenhagen標準は .breadcrumbs が display:flex（nowrap）で、
   各項目も white-space:nowrap。そのため
   「LRM株式会社@情報セキュリティ倶楽部 > お役立ち資料 > LRM通信」の
   ような長いパンくずが1行に収まらず、ページ全体に横スクロールが
   発生していた（390pxで実測 418px）。折り返せるようにする。
   ========================================================= */
.breadcrumbs { flex-wrap: wrap; }

/* =========================================================
   記事一覧の可読性（セクション／カテゴリ／検索結果 共通）

   タイトルが長いと1行が画面幅いっぱいまで伸びてしまい、
   どこで1件が終わるのか分かりにくかった。
   ・1行の長さを約42文字で折り返す（長いタイトルは2〜3行になる）
   ・1件ごとに区切り線を入れる（セクション一覧には元からあった）
   ・行間を広げる
   セクション一覧・カテゴリ一覧・検索結果に同じ設定を当てている。
   ========================================================= */
.article-list-item {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  /* Copenhagen の overflow:hidden / text-overflow:ellipsis を解除。
     折り返した2行目以降が隠れないようにする */
  overflow: visible;
  text-overflow: clip;
}
.article-list-item:first-child { border-top: 1px solid #ddd; }

/* 一覧そのものを本文と同じ幅に制限する。
   リンク側だけに max-width を掛けると、区切り線だけが右端まで伸びて
   間延びして見えるため、リスト側で揃えている。
   680px ≒ 16pxの日本語で約42文字。行の長さを変えるならこの値。 */
.article-list,
.section-list,
.search-results-list { max-width: 680px; }

.article-list-item .article-list-link,
.section-list-item a > span,
.search-result-title { line-height: 1.8; }
.section-list-item { padding: 16px 0; }
.search-results-list > li { padding: 22px 0; border-bottom: 1px solid #ddd; }
.search-results-list > li:last-child { border-bottom: none; }


/* ---------- フッター4列目の縦位置 ----------
   並び（上から）
     お問い合わせ（見出し＋3項目） → お知らせ（単独リンク・最下部）

   「お知らせ」を他の列の最終行と同じ高さに置きたい。
   列はグリッドで一番高い列に合わせて引き伸ばされるので、
   中身を縦フレックスにして margin-top: auto で下寄せすれば、
   他の列の項目が増減しても自動で追従する。

   ※ 4列目が他より高くなった場合は auto が 0 になって
     「お問い合わせ」と接するので、最低の間隔44pxは
     .footer-acc の margin-bottom で確保しておく。 */
@media (min-width: 768px) {
  .footer-col-notice { display: flex; flex-direction: column; }
  .footer-col-notice .footer-acc { margin-bottom: 44px; }
  /* .footer-col .footer-link-single { margin: 0 }（0,2,0）が後ろにあるので
     0,3,0 にして確実に勝たせる */
  .footer-col.footer-col-notice .footer-link-single { margin-top: auto; margin-bottom: 0; }

  /* 「セキュリオに関する問い合わせ」だけ、上を1行ぶん広めに空けて
     申請・問い合わせの2つと区切る。
     .footer-col li { margin-bottom: 14px }（0,2,0）が後ろにあるので、
     .footer-col.footer-col-notice（0,3,0）にして勝たせる */
  .footer-col.footer-col-notice .footer-li-gap { margin-top: 39px; }

  /* 区切りの縦線。1200px以下では border-left を消す指定が別にあるため、
     幅によらず出るよう擬似要素で引いている */
  .footer-col.footer-col-notice { border-left: none; position: relative; }
  .footer-col.footer-col-notice::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 2px;
    background: #fff;
  }
}

/* ---------- フッターの単独リンク（お知らせ） ----------
   括りではなく単独のリンクなので、見出し（h4）と同じ体裁にしつつ
   下線を付けてリンクだと分かるようにする。

   ※ セレクタに .footer-col を付けているのは詳細度の都合。
     `.footer-col a { font-size:14px; font-weight:400 }`（0,1,1）が
     後ろのブロックにあるため、`.footer-link-single a`（0,1,1）だと
     同詳細度で後勝ちされて14px/400になってしまう（実測で発覚）。
     `.footer-col .footer-link-single a` は（0,2,1）なので確実に勝つ */
.footer-col .footer-link-single { margin: 0; }
.footer-col .footer-link-single a {
  display: inline;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .footer-col .footer-link-single a:hover { text-underline-offset: 5px; }
}

/* ---------- フッター見出しのリンク ----------
   「よくある質問」「お役立ち資料」の見出しから、TOPページの該当セクション
   （#faq / #resources）へ飛ばす。リンク先はテーマ設定で変更でき、
   空欄にすると <a> 自体が出力されず、ただの見出しに戻る。
   見出しの文字サイズ・太さは h4 のまま（.footer-col a の指定を打ち消す）*/
.footer-col h4 .footer-h4-link {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .footer-col h4 .footer-h4-link:hover { text-underline-offset: 5px; }
}

/* アンカーで飛んだとき、追従ヘッダー（実測114px）に見出しが隠れないようにする */
#faq, #resources { scroll-margin-top: 134px; }

/* ページ内リンクは滑らかにスクロール。動きを減らす設定の人には効かせない */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}


/* ---------- 新着コンテンツの日付の右に出すカテゴリ名 ----------
   日付（16px/700・緑）に対して、カテゴリ名は補助情報なので
   ウェイトを落として色も一段弱くする */
.is-top .panel-cat {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #8a8577;
}
@media (max-width: 767px) {
  .is-top.is-top .panel-cat { margin-left: 8px; font-size: 11px; }
}

/* ---------- 会員限定の表示（お役立ち資料のバッジ／人気コンテンツのラベル） ----------
   閲覧できるのは情報セキュリティ倶楽部会員だけなので、
   単に「会員限定」ではなく倶楽部名まで出す。
   バッジとラベルは同じテーマ設定を参照しているので文言がずれない。 */

/* お役立ち資料の見出しバッジを2行に。
   1行版（member_label_org が空欄）のときはこのクラスが付かないので、
   従来の 314x104.778px のままになる */
.is-top .members-badge-2line {
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: auto;
  min-width: 314px;
  height: auto;
  padding: 20px 28px 22px;
  letter-spacing: 0;
}
.is-top .members-badge-2line .members-badge-sub {
  font-size: 22px; font-weight: 700; letter-spacing: .06em; line-height: 1.2;
}
.is-top .members-badge-2line .members-badge-main {
  font-size: 40px; font-weight: 700; letter-spacing: 12px; line-height: 1.2;
  /* letter-spacing は最後の文字の右にも入るので、その分だけ左に足して中央に戻す */
  padding-left: 12px;
}

/* 人気コンテンツの会員限定ラベル。バッジと同じ「小さい倶楽部名＋会員限定」の構成 */
.is-top .popular-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0;
  flex-shrink: 0;
  background: #01543B;
  color: #fff;
  border-radius: 10px;
  padding: 7px 16px 8px;
  line-height: 1.3;
  text-align: center;
}
.is-top .popular-chip-sub {
  font-size: 11px; font-weight: 500; letter-spacing: .04em; opacity: .92;
}
.is-top .popular-chip-main {
  font-size: 15px; font-weight: 700; letter-spacing: .18em; padding-left: .18em;
}

/* 案内文。サインインのリンクは未サインインのときだけ出る */
.is-top .popular-note {
  margin: 12px 0 0;
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
  color: #6f6a5e;
}
.is-top .popular-note-link {
  margin-left: .6em;
  color: #01543B;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
@media (hover: hover) {
  .is-top .popular-note-link:hover { text-underline-offset: 5px; }
}

/* ---------- TOP右パネル「人気コンテンツ」 ----------
   セミナー情報の自動取得をやめ、固定のリンク一覧に置き換えた部分。
   行は左端を揃えたいので、ul を fit-content にして中央寄せし、
   各行の中身は左寄せにしている（align-items:center だと
   行ごとに中央揃いになり、左端がガタつく） */
/* パネルはグリッドの行いっぱいに伸びるので、左右の列で高さが揃う。
   人気コンテンツは項目数が固定なのに対して新着側は記事の長さで伸縮するため、
   固定の gap で並べていると下に余白が大量に残っていた
   （実測で画面幅によって 0〜168px まで振れていた）。

   列を縦フレックスにしてリストに残りの高さを渡し、space-evenly で
   「上・項目間・下」に同じだけ配分する。これで画面幅が変わっても
   縦のリズムが崩れない。各項目に縦paddingを持たせているのは、
   新着側が短くて配分できる余白が無いときの最低間隔を確保するため。 */
.is-top .panel-left { display: flex; flex-direction: column; }

/* ラベル・見出し・案内文・項目を1つの箱に入れ、箱ごと中央に置く。
   中身は左揃えなので、幅が変わっても4つの左端が揃う。
   （個別に中央寄せすると、文字数の違いで左端がガタつく） */
.is-top .panel-left .popular-inner {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
  flex: 1 1 auto;
}

/* 会員限定ラベルは見出しの左に横並び */
.is-top .popular-head {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.is-top .panel-left .panel-title { margin-bottom: 0; text-align: left; }

.is-top .panel-left .popular-list {
  flex: 1 1 auto;
  justify-content: space-evenly;
  gap: 0;
  margin: 0;
  /* 新着側が短いと列が縮んで項目が詰まるので、最低限の高さを持たせる。
     アイコン3つ分＋余白4か所ぶん（実測で決めた値） */
  min-height: 300px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .is-top .panel-left .popular-list { min-height: 250px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .is-top .panel-left .popular-list { min-height: 196px; }
}

.is-top .popular-list {
  list-style: none;
  width: fit-content;
  margin: 14px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.is-top .popular-item a {
  display: flex;
  align-items: center;
  gap: 22px;
  text-decoration: none;
}
/* アイコンの枠は「正方形」ではなく「横長」にしている。
   object-fit: contain は縦横どちらかが枠に接するまで拡大するので、
   正方形の枠だと、横長のアイコン（雲106x85 / Q&A117x96）は横幅で止まり
   高さ58px前後にしかならないのに、正方形のアイコン（地球98x98）だけが
   72px いっぱいまで伸びて一回り大きく見えてしまう。
   枠の高さを 60px にすると、横長のアイコンは今までどおり横幅で決まり、
   正方形のアイコンだけが高さで止まって 60x60 に揃う。
   → 後からどんな比率のアイコンを設定しても見た目の大きさが揃う */
.is-top .popular-icon {
  width: 72px; height: 60px; flex-shrink: 0; object-fit: contain;
  transition: transform .25s var(--is-ease);
}
.is-top .popular-text {
  font-size: 28px; font-weight: 700; color: #1a1a1a; line-height: 1.5;
  text-decoration: underline; text-underline-offset: 5px;
  transition: color .25s var(--is-ease), text-underline-offset .25s var(--is-ease);
}
@media (hover: hover) {
  .is-top .popular-item a:hover .popular-text {
    color: #01543B; text-underline-offset: 7px;
  }
  .is-top .popular-item a:hover .popular-icon { transform: scale(1.06); }
}

/* 768〜1023px は2カラムのまま幅だけ狭くなるため、20pxだと
   「法令等管理台帳DL手順」が2行に折り返して「順」だけ残る。
   この範囲だけ一段小さくして1行に収める（実測で決めた値） */
@media (min-width: 1024px) and (max-width: 1279px) {
  .is-top .popular-item a { gap: 18px; }
  .is-top .popular-icon { width: 60px; height: 50px; }   /* 縦は横の0.833倍（上と同じ考え方） */
  .is-top .popular-text { font-size: 22px; }
  .is-top .popular-list { gap: 34px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .is-top .popular-item a { gap: 14px; }
  .is-top .popular-icon { width: 46px; height: 38px; }   /* 縦は横の0.833倍 */
  .is-top .popular-text { font-size: 16px; text-underline-offset: 3px; }
  .is-top .popular-list { gap: 24px; }
}

/* ---------- 記事ページの更新日 ----------
   投稿者（アイコン＋名前）を非表示にすると日付だけが左に残るので、
   本文から浮かないよう控えめにし、見出しとの間隔を取り直す。
   PC・モバイル共通なのでメディアクエリの外に置く */
.article-author { margin-bottom: 20px; }
.article-author .meta-data { font-size: 12px; color: #8a8577; }
@media (max-width: 767px) {
  .article-author { margin-bottom: 14px; }
  .article-author .meta-data { font-size: 11px; }
}

/* =========================================================
   見た目の調整（PC幅 / v23）
   「サイトが野暮ったく見える」原因を実測し、部位ごとに採否を決めた結果。
   採用したものだけを書いている。

   採用
     ・ヒーロー見出し … サイズはそのまま、字詰めだけ
     ・セクション見出し … 32px → 44px ＋ 字詰め
     ・よくある質問のタブ … 20px → 17px
     ・検索ボックスの文字 … 20px → 16px
     ・資料カードの見出しとボタン … 24px→20px / 20px→16px
     ・フッター … 見出し15px / リンク14px・400・行間1.6 / 最下部13px
     ・FAQタイルとタブの枠線 … 2px → 1px
     ・カードに薄い影
   見送り（確定版のまま）
     ・新着コンテンツ／セミナー情報のパネル
     ・よくある質問のタイル見出し（20px/500）
     ・お役立ち資料のアイコン見出し（20px/500・字間2px）
     ・角丸の統一（9種類のまま）
     ・金色の下線の長さ（110px固定のまま）
   ========================================================= */
@media (min-width: 768px) {

  /* ---- ヒーロー見出し：サイズは変えず、字詰めだけ ----
     確定版は letter-spacing: 1.6px（正）で、日本語だと締まりがなくなる */
  .is-top .hero-title { letter-spacing: -0.02em; }

  /* ---- セクション見出し（よくある質問 / お役立ち資料） ---- */
  .is-top .section-title-jp,
  .is-top .members-subtitle { font-size: 44px; letter-spacing: -0.03em; }

  /* ---- よくある質問のタブ ---- */
  .is-top .faq-tab { font-size: 17px; letter-spacing: 0.02em; }

  /* ---- 検索ボックスの文字 ----
     既存に .is-top .search-box input[type="search"]（詳細度0,3,0）が
     あるため、属性セレクタまで揃えないと負ける */
  .is-top .search-box input[type="search"],
  .is-top .search-box input[type="search"]::placeholder { font-size: 16px; }

  /* ---- 資料カードの見出し・ボタン ---- */
  .is-top .resource-card-text h4 { font-size: 20px; }
  .is-top .resource-btn { font-size: 16px; }

  /* ---- フッター（20px一律をやめる） ---- */
  .footer-col h4 { font-size: 15px; }
  .footer-col a  { font-size: 14px; font-weight: 400; line-height: 1.6; }
  .footer-col li { margin-bottom: 14px; }
  .footer-bottom, .footer-bottom a, .footer-bottom p { font-size: 13px; }
  /* 「セキュリオに関する問い合わせ」だけ line-height: 29px が別途
     効いていて、14pxになると開きすぎるので他と揃える */
  .footer-col-notice .footer-li-gap a { line-height: 1.6; }

  /* ---- 枠線を細く ---- */
  .is-top .faq-card,
  .is-top .faq-tabs { border-width: 1px; }

  /* ---- 薄い影で奥行きを作る ----
     ホバー時の影（0 10px 22px rgba(0,0,0,.12) など）より必ず弱くして、
     ホバーの変化が分かるようにしている */
  .is-top .faq-card,
  .is-top .icon-grid-cell,
  .is-top .resource-card-2col,
  .is-top .featured-card {
    box-shadow: 0 1px 2px rgba(1,84,59,.05), 0 10px 24px rgba(1,84,59,.06);
  }
}

/* =========================================================
   フッター：768〜1200px（2列×2段）で縦線と文字がくっつく

   4列目の縦線は、1200px以下では出さない想定だったので
   .footer-col-notice { border-left: none; padding-left: 0 } にしてある。
   その後、はみ出した行まで線を伸ばすために border を擬似要素（::before）
   へ差し替えた（上の「フッター4列目の縦位置」）。
   擬似要素は min-width: 768px なので、padding-left: 0 のまま
   線だけが復活し、文字に接していた。
   線は区切りとして残したいので、左の余白のほうを戻す。
   ========================================================= */
@media (min-width: 768px) and (max-width: 1200px) {
  /* 後ろに .footer-col-notice（0,2,0）の指定があるので 0,3,0 で確実に勝たせる */
  .footer-col.footer-col-notice { padding-left: 24px; }
}

/* =========================================================
   バナー：768〜1137px で人物写真が右へはみ出す

   .banners-wrap は横並び（flex）で、緑バナーが 360px 固定。
   紺バナーは残り幅を取るので、画面が狭いほど細くなる。
   一方 hito.png は left: 460px の絶対配置で動かない。
   画像は 374x193 だが実像は x46〜256 なので、
   紺バナーの幅が 716px（460+256）を下回ると実像が外へ出て、
   緑バナーの上に人物が乗ってしまう。

   紺バナー幅 = 画面幅 − 左右余白32 − すき間30 − 緑360
   なので、ちょうど収まるのは画面幅 1138px。
   ぎりぎりだと人物が縁に接するので、余白22pxを見て 1160px を境目にする。
   それ未満では横並びをやめ、上下に積んで紺バナーに全幅を与える
   （モバイル版と同じ積み方）。
   ========================================================= */
@media (min-width: 768px) and (max-width: 1159px) {
  .is-top .banners-wrap { display: block; }
  .is-top .banner-navy { width: 100%; }
  .is-top .banner-green { width: auto; margin-top: 30px; }
}

/* =========================================================
   会員限定セクションが 768〜899px で枠からはみ出す

   症状：iPad縦（768px）で「内部監査員研修セミナー」の文字が右で切れ、
         資料カードの2枚目が画面外に出ていた。
         .is-top に overflow-x: hidden があるため横スクロールは出ず、
         代わりに黙って切り取られていたので気づきにくかった。

   原因：この帯だけレイアウトが固定幅のまま
         ・.featured-inner … width: 472px 固定
           （768pxでは イラスト316px を引いた残りが406pxしかない）
         ・.resource-btn  … width: 320px 固定 ＋ カードの左右余白36px
           （2枚並ぶと 768px では入りきらない）

   対策：この帯だけ可変にする。900px以上は従来どおり。
   ========================================================= */
@media (min-width: 768px) and (max-width: 899px) {
  /* セミナーカード */
  .is-top .featured-content { padding: 0 16px 0 20px; }
  .is-top .featured-inner { width: auto; max-width: 100%; }
  /* 40pxのままだと「内部監査員研修セミナー」（11文字＝440px）が1行に収まらない */
  .is-top .featured-eyebrow { font-size: 20px; }
  .is-top .featured-title { font-size: 32px; }

  /* 資料カード2枚 */
  .is-top .resource-card-2col { padding-left: 16px; padding-right: 16px;
    height: auto; min-height: 220px; }
  .is-top .resource-btn { width: 100%; max-width: 320px; }
}

/* =========================================================
   お役立ち資料アイコンの丸ボタンが見出しと重なる（768〜999px）

   丸ボタンはセルの右下に絶対配置している。PC幅では見出しが
   そこまで届かないが、セルが狭くなると文字の上に乗ってしまう。
   実測の重なり量：768px で最大27px / 900px で5px / 1000px以上はなし。

   この帯だけ、丸ボタンを絶対配置から外して見出しの下に置く。
   モバイル版で小さいセルに対して行っているのと同じ考え方。
   ========================================================= */
@media (min-width: 768px) and (max-width: 999px) {
  .is-top .icon-grid-cell .icon-circle-btn,
  .is-top .icon-grid-cell .icon-circle-btn.bottom-row {
    position: static; right: auto; bottom: auto;
    width: 26px; height: 26px; margin-top: 10px;
  }
  /* ボタンが縦に積まれるぶん、固定の高さだと入りきらない */
  .is-top .icon-grid-cell { height: auto; min-height: 220px; gap: 12px;
    padding: 20px 10px; }
  .is-top .icon-grid-cell.small { height: auto; min-height: 110px; gap: 0; }
}

/* =========================================================
   ホバーで持ち上がる要素の「ブルブル」対策

   症状：よくある質問のタイルの下端ぎりぎりにカーソルを置くと、
         カードが細かく震え続ける。

   原因：:hover で translateY(-6px) して持ち上げているため、
         下辺がカーソルの下から逃げる。するとホバーが外れて元の位置に戻り、
         またカーソルに触れてホバーが入る……を高速で繰り返す。
         カード間の隙間（20px）にカーソルがある状態で起きる。

   対策：透明な擬似要素で下側にホバー判定を足す。ただし擬似要素は子なので
         放っておくと一緒に持ち上がり、判定の境目が動いて振動が再発する
         （v48で実際に再発した。カードの8px下で揺れていた）。
         そこでホバー時に逆方向へ同じ量だけ動かし、
         **判定領域をページ上の同じ位置に釘付けにする**。

     持ち上がり量を L、余白を 8px とすると
       bottom: -8px / height: 8 + L  → 判定は常に [B-L, B+8]
       通常時   : そのまま               [B-L, B+8]
       ホバー時 : 親が -L、擬似要素が +L  [B-L, B+8]（動かない）

     通常時のホバー領域 : カード[T, B]    ∪ 判定 → [T,   B+8]
     ホバー時のホバー領域: カード[T-L, B-L] ∪ 判定 → [T-L, B+8]
       ↑ ホバー時の領域が通常時の領域を完全に含むので、
         どこにカーソルがあってもホバーが外れない

   ・L は要素ごとに違う（カード6px / 資料5px / バナー4px / ボタン2px）
   ・余白8pxはカード間の隙間20pxより小さいので、下の段の判定は奪わない
   ・@media (hover: hover) の中に置き、タップ環境では作らない
   ========================================================= */
@media (hover: hover) {
  /* position: relative が無いのは .faq-card だけ。他は指定済み */
  .is-top .faq-card { position: relative; }

  .is-top .faq-card::after,
  .is-top .icon-grid-cell::after,
  .is-top .banner-navy::after,
  .is-top .banner-green::after,
  .is-top .featured-btn-bg::after,
  .is-top .resource-btn::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: -8px;
    /* transition は継承されないので擬似要素は即座に動く。
       親が滑らかに動く間も判定がずれないよう、明示的に切っておく */
    transition: none;
  }

  /* 高さ = 持ち上がり量L + 20px、ホバー時は +L で相殺。
     内訳は「下に8px」＋「要素の中へ12px食い込む」。

     ぴったり L + 8px にすると判定の上辺がちょうど B-L に来て、
     小数のレイアウトでは1px足りず振動が残った（実測で発覚）。
     内側へ12px余分に伸ばして境界を作らない。
     食い込んだ部分は同じ要素の上なので、見た目にも操作にも影響しない。

     .faq-card だけ border: 2px を持つ。絶対配置の基準は「パディングボックス」で、
     left:0 / right:0 だと枠線の2px分内側に寄り、左右の端が判定から漏れる。
     枠線ぶん外へ出しておく */
  .is-top .faq-card::after { height: 26px; left: -2px; right: -2px; }
  .is-top .faq-card:hover::after { transform: translateY(6px); }

  .is-top .icon-grid-cell::after { height: 25px; }
  .is-top .icon-grid-cell:hover::after { transform: translateY(5px); }

  .is-top .banner-navy::after,
  .is-top .banner-green::after { height: 24px; }
  .is-top .banner-navy:hover::after,
  .is-top .banner-green:hover::after { transform: translateY(4px); }

  .is-top .featured-btn-bg::after,
  .is-top .resource-btn::after { height: 22px; }
  .is-top .featured-btn-bg:hover::after,
  .is-top .resource-btn:hover::after { transform: translateY(2px); }
}

/* =========================================================
   会員限定コンテンツの案内（未サインインのみ・TOPページ）

   Zendeskは未サインインの人を黙ってTOPへ戻してしまうので、
   遷移する前にこの案内を出す。中身はエラーページの文言を使い回している。
   ========================================================= */
.member-modal { position: fixed; inset: 0; z-index: 10000;
  display: flex; align-items: center; justify-content: center; padding: 20px; }
/* hidden 属性より display: flex が強いので、明示的に打ち消す */
.member-modal[hidden] { display: none; }
.member-modal-back { position: absolute; inset: 0; background: rgba(0,0,0,.45); }
.member-modal-card { position: relative; z-index: 1;
  /* 本文（情報セキュリティ倶楽部会員の方は…）が1行で収まる幅にしている。
     520pxだと「す。」だけが2行目に落ちて据わりが悪かった */
  width: 560px; max-width: 100%; background: #fff; border-radius: 14px;
  padding: 36px 40px 32px; text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,.3); outline: none; }
.member-modal-x { position: absolute; top: 10px; right: 14px;
  width: 36px; height: 36px; border: none; background: transparent;
  color: #888; font-size: 26px; line-height: 1; cursor: pointer; padding: 0; }
.member-modal-x:hover { color: #1a1a1a; }
.member-modal-title { font-size: 20px; font-weight: 700; color: #01543B;
  margin: 0 0 10px; line-height: 1.6; }
.member-modal-body { font-size: 14px; line-height: 1.9; margin: 0; color: #333;
  /* 折り返すときは行の長さを揃える（未対応ブラウザでは無視されるだけ） */
  text-wrap: balance; }
.member-modal-acts { display: flex; flex-direction: column; align-items: center;
  gap: 12px; margin-top: 26px; }
/* {{#link}} に id を渡せないため span で包んでいる。
   display: contents で中の <a> を直接フレックスの子にする */
.member-modal-signin { display: contents; }
.member-modal .member-modal-btn {
  display: flex; align-items: center; justify-content: center;
  width: 280px; max-width: 100%; height: 48px;
  background: #01543B; color: #fff; font-size: 16px; font-weight: 500;
  border-radius: 300px; text-decoration: none;
  transition: opacity .25s var(--is-ease);
}
.member-modal .member-modal-btn:hover { opacity: .85; }
.member-modal .member-modal-btn-ghost {
  background: #fff; color: #01543B; border: 1px solid #01543B;
}

/* =========================================================
   エラーページ（404 / 権限なし / 未サインイン）

   Copenhagen標準は左寄せのテキストが4行あるだけだった。
   TOPページと同じヒーロー＋検索バーを置いて、その場で探し直せるようにする。

   ※ 冒頭の .error-page（max-width:1160px / padding:0 5%）と
     @media(min-width:1160px) の width:90% を打ち消している。
     詳細度は同じ（0,1,0）だが、こちらが後ろにあるので勝つ。
     ヒーローの背景を画面幅いっぱいに出すために全幅へ戻したい。
   ========================================================= */
.error-page { max-width: none; width: 100%; margin: 0; padding: 0; }

/* ---- ヒーロー（TOPページと同じ背景画像・同じ検索バー） ---- */
.err-hero { background-size: cover; background-position: center;
  padding: 56px 20px 60px; text-align: center; }
.err-title { font-size: 28px; font-weight: 500; color: #fff; margin: 0 0 26px;
  letter-spacing: -0.02em; line-height: 1.5; }

/* 検索バーはTOPの .search-box と同じ見た目。
   ただしTOP側のCSSは .is-top 配下に閉じているので、ここで書き直している
   （.is-top を付けると他の大量の指定まで効いてしまうため） */
.err-search-wrap { position: relative; width: 676px;
  max-width: calc(100% - 40px); margin: 0 auto; }
.err-search-icon { position: absolute; left: 24px; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px; color: #01543B; z-index: 1; pointer-events: none; }
.err-search-wrap .search-box,
.err-search-wrap form.search-box {
  display: flex; align-items: center; width: 100%; height: 62px;
  background: #fff; border-radius: 50px; padding: 0 24px 0 58px;
  box-shadow: 0 0 8px 2px rgba(0,0,0,.25);
}
.err-search-wrap .search-box input[type="search"] {
  flex: 1; height: 60px; border: none; outline: none; background: transparent;
  font-family: 'Noto Sans JP', sans-serif; font-size: 16px; color: #1a1a1a;
}
.err-search-wrap .search-box input[type="search"]::placeholder { color: #bbb; }
/* Zendeskの {{search}} は虫めがねボタンを吐くが、左のSVGと二重になるので隠す */
.err-search-wrap .search-box [type="submit"],
.err-search-wrap .search-box button { display: none; }

/* ---- 本文 ---- */
.err-body { max-width: 760px; margin: 0 auto; padding: 44px 24px 72px; text-align: center; }

/* 注釈。検索結果ページの .signin-hint と同じ配色で揃えている */
.err-note { display: flex; gap: 14px; text-align: left;
  background: #FAFFF1; border: 1px solid rgba(1,84,59,.25);
  border-radius: 12px; padding: 20px 24px; }
.err-note-icon { width: 22px; height: 22px; color: #01543B; flex-shrink: 0; margin-top: 4px; }
.err-note-main { font-size: 15px; font-weight: 700; line-height: 1.8; margin: 0; color: #1a1a1a; }
.err-note-sub { font-size: 14px; line-height: 1.8; margin: 6px 0 0; color: #333; }

/* ---- ボタン ---- */
.err-actions { display: flex; flex-direction: column; align-items: center;
  gap: 14px; margin-top: 32px; }
.error-page .err-btn {
  display: flex; align-items: center; justify-content: center;
  width: 320px; max-width: 100%; height: 50px;
  background: #01543B; color: #fff; font-size: 17px; font-weight: 500;
  border-radius: 300px; text-decoration: none;
  transition: opacity .25s var(--is-ease);
}
.error-page .err-btn:hover { opacity: .85; }
/* ボタンが2つ並ぶのは「未サインイン」のときだけ。
   後ろ（TOPへ戻る）を枠線だけにして、サインインを主役にする。
   :only-child は要素だけを数えるので、間の改行は影響しない */
.err-actions .err-btn:not(:only-child):last-child {
  background: #fff; color: #01543B; border: 1px solid #01543B;
}

/* ---- 契約導線のカード（権限なしのときだけ出る） ----
   会員限定の注釈の下に、倶楽部そのものの説明を1枚はさむ。
   注釈（薄緑）と背景色を変えて、「案内」と「サービス紹介」を見分けられるようにする */
.err-promo { text-align: left; background: #EEE8DC; border-radius: 12px;
  padding: 24px 28px 26px; margin-top: 20px; }
.err-promo-title { font-size: 17px; font-weight: 700; color: #01543B; margin: 0 0 8px; }
.err-promo-body { font-size: 14px; line-height: 1.9; margin: 0 0 18px; }
.error-page .err-btn.err-btn-sm { width: 260px; height: 44px; font-size: 15px; margin: 0; }
/* カードがあるときはカード内のボタンが主役。
   下の「TOPページに戻る」を枠線だけに落とす（兄弟セレクタで判定するので、
   テンプレート側でクラスを出し分ける必要がない） */
.err-promo ~ .err-actions .err-btn {
  background: #fff; color: #01543B; border: 1px solid #01543B;
}

/* =========================================================
   モバイル版 TOP（確定デザイン）
   Figma : DttasAbzwBZ8aLEe68Ua8P / node 22:12
           「TOP修正版（モバイル 390px）」 390 x 3782
   方針  : 390px を基準に、Figma の実測値をそのまま px で指定。
           768px 以上はデスクトップ版のまま変更しない。
           マークアップは変更せず、既存クラスへの上書きのみで実現。
   ※ カスケードで後勝ちさせるため、必ずファイル末尾に置くこと
   ========================================================= */
@media (max-width: 767px) {

  /* ---------- フッター以外の共通パーツ ---------- */
  .is-top.is-top .more-circle { width: 15px; height: 15px; }
  .is-top.is-top .more-circle::after { font-size: 6px; }

  /* ---------- 01 ヘッダー（64px） ---------- */
  .header { height: 64px; min-height: 64px; padding: 0 16px;
    flex-wrap: nowrap; row-gap: 0; }
  .logo-mark { width: auto; height: auto; }
  .logo-mark img { width: 204px; height: auto; }   /* Figma 186x24 を約1.10倍 */
  .nav-wrapper-mobile .menu-button-mobile { min-width: 0; gap: 14px; }
  .nav-wrapper-mobile .menu-button-mobile .icon-menu {
    width: 20px; height: 20px; padding: 0; }

  /* ---------- 02 お知らせバー（44px） ---------- */
  .is-top.is-top .announce-inner { max-width: 100%; height: 44px; padding: 0 16px; gap: 10px; }
  .is-top.is-top .announce-badge { flex-shrink: 0; width: 72px; height: 24px; padding: 0;
    font-size: 12px; line-height: 18px; letter-spacing: .5px;
    border-width: 1.5px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center; }
  .is-top.is-top .announce-feed { min-width: 0; }
  .is-top.is-top .announce-text { display: block; font-size: 12px; line-height: 18px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

  /* ---------- 03 ヒーロー（242px） ---------- */
  .is-top.is-top .hero { display: block; height: 242px; min-height: 0; padding: 44px 0 0; }
  .is-top.is-top .hero-title { margin: 0; font-size: 20px; line-height: 28px;
    letter-spacing: .5px; text-align: center; }
  /* 390px で 310px（Figma実測）。左右40pxを確保しつつ、
     大画面スマホでも間延びしないよう 350px で頭打ちにする */
  .is-top.is-top .search-wrap { width: calc(100% - 80px); max-width: 350px;
    margin: 26px auto 0; }
  .is-top.is-top .search-box, .is-top form.search-box { width: 100%; height: 44px;
    border-radius: 22px; padding: 0 16px 0 42px;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.18); }
  .is-top.is-top .search-box input[type="search"] { height: 42px; font-size: 12px; }
  .is-top.is-top .search-wrap .search-icon { left: 16px; width: 18px; height: 18px; }

  /* ---------- 04 新着コンテンツ／セミナー情報（593px） ---------- */
  /* デスクトップはヒーローに 162px 重ねているが、モバイルでは重ねない */
  .is-top.is-top .panels-section { margin-top: 0; padding: 20px 0 40px; background: #fff; }
  .is-top.is-top .panels-bg { max-width: 100%; padding: 0 16px; }
  .is-top.is-top .panels-card { display: block; border-radius: 12px;
    padding: 24px 20px 20px; box-shadow: none; }
  .is-top.is-top .panel-title { margin-bottom: 14px; font-size: 16px; line-height: 22px;
    letter-spacing: .5px; }
  .is-top.is-top .panel-item { padding: 0 0 14px; }
  .is-top.is-top .panel-date { font-size: 12px; line-height: 18px; }
  .is-top.is-top .panel-link { margin-top: 2px; font-size: 14px; line-height: 20px; }
  .is-top.is-top .panel-more { margin-top: 0; }
  .is-top.is-top .panel-more a { font-size: 12px; line-height: 18px; }
  /* 縦罫 → 横罫に変更（2カラムを縦積みにするため） */
  /* 会員限定バッジ／ラベル／案内文をモバイル用に */
  .is-top.is-top .members-badge-2line {
    min-width: 0; padding: 10px 14px 12px; gap: 2px;
  }
  .is-top.is-top .members-badge-2line .members-badge-sub {
    font-size: 12px; letter-spacing: .04em;
  }
  .is-top.is-top .members-badge-2line .members-badge-main {
    font-size: 20px; letter-spacing: 6px; padding-left: 6px;
  }
  .is-top.is-top .popular-chip { padding: 6px 12px 7px; }
  /* モバイルは余白を配分できないので、見出しの下は固定値で空ける。
     案内文が出る場合も出ない場合も、項目間（24px）と揃うようにしている */
  .is-top.is-top .popular-head { gap: 12px; margin-bottom: 20px; }
  .is-top.is-top .popular-chip-sub { font-size: 10px; }
  .is-top.is-top .popular-chip-main { font-size: 14px; }
  /* 上の余白は popular-head 側で持っているので、案内文の上は0にして二重に空けない */
  .is-top.is-top .popular-note { font-size: 12px; margin-top: 0; margin-bottom: 20px; }
  /* 見出しの下マージンは popular-head 側で持つ（横並びのため0に戻す） */
  .is-top.is-top .panel-left .panel-title { margin-bottom: 0; }

  /* 人気コンテンツ：アイコンと文字を一段小さく */
  /* モバイルは1カラム積みなので配分できる余白が無い。gapで間隔を作る */
  .is-top.is-top .popular-list { gap: 24px; margin-top: 4px; margin-bottom: 0; min-height: 0; }
  .is-top.is-top .panel-left .panel-title { margin-bottom: 20px; }
  .is-top.is-top .popular-item a { gap: 14px; }
  .is-top.is-top .popular-icon { width: 52px; height: 43px; }   /* 縦は横の0.833倍 */
  .is-top.is-top .popular-text { font-size: 18px; text-underline-offset: 4px; }
  /* 360px以下はカードの内側が狭く、18pxだと折り返すので一段下げる */
  @media (max-width: 374px) {
    .is-top.is-top .popular-icon { width: 42px; height: 35px; }   /* 縦は横の0.833倍 */
    .is-top.is-top .popular-text { font-size: 15px; }
  }

  .is-top.is-top .panel-divider { display: block; width: auto; height: 1px;
    margin: 28px 0; background: rgba(1,84,59,.25); }
  /* デスクトップは ::after で破線の縦罫を描いているので打ち消す */
  .is-top.is-top .panel-divider::after { display: none; }
  .is-top.is-top .panel-loading, .is-top.is-top .panel-empty { padding: 0 0 14px; font-size: 13px; }

  /* ---------- 05 よくある質問（760px） ---------- */
  .is-top.is-top .faq-section { padding: 8px 16px 48px; }
  .is-top.is-top .section-heading { margin-bottom: 0; }
  .is-top.is-top .section-title-jp { font-size: 22px; line-height: 32px; letter-spacing: .5px; }
  .is-top.is-top .section-gold-line { width: 88px; height: 4px; margin: 8px auto 0 !important; }
  .is-top.is-top .section-gold-line-inner { width: 88px; height: 4px; }
  .is-top.is-top .faq-tabs { max-width: 100%; height: 48px; margin: 20px 0 0;
    padding: 6px; gap: 6px; border-radius: 24px; }
  .is-top.is-top .faq-tab { height: 36px; padding: 0; border-radius: 18px;
    font-size: 12px; line-height: 18px; letter-spacing: 0; }
  .is-top.is-top .faq-grid, .is-top.is-top .faq-grid-support { max-width: 100%; margin: 20px 0 0;
    padding: 0; grid-template-columns: 1fr 1fr; gap: 12px; }
  /* サブテキストの有無で行の高さが変わる（Figma 135px / 114px）。
     内容は天地中央に置くので grid の自動行高でそのまま再現される */
  .is-top.is-top .faq-card { padding: 14px 8px; justify-content: center; }
  .is-top.is-top .faq-icon-wrap { width: 56px; height: 56px; margin-bottom: 8px; }
  .is-top.is-top .faq-icon-real { width: 56px; height: 56px; }
  .is-top.is-top .faq-card-title { font-size: 14px; line-height: 18px; }
  .is-top.is-top .faq-card-subtitle { margin-top: 8px; font-size: 10px; line-height: 13px; }
  .is-top.is-top .faq-more { max-width: 100%; margin: 20px 0 0; padding: 0; }
  .is-top.is-top .faq-more a { font-size: 12px; line-height: 18px; }

  /* ---------- 06 会員限定 お役立ち資料（1173px） ---------- */
  .is-top.is-top .members-section { padding: 0 16px 40px; }
  .is-top.is-top .members-header { margin: 0; }
  /* バッジはセクション上端より 16px 上に出す（Figma 22:443） */
  .is-top.is-top .members-badge-wrap { margin-top: -16px; }
  .is-top.is-top .members-badge { width: 146px; height: 48px; padding: 0 0 0 6px;
    font-size: 20px; line-height: 28px; letter-spacing: 6px; }
  .is-top.is-top .members-arrow { border-left-width: 11px; border-right-width: 11px;
    border-top-width: 12px; }
  .is-top.is-top .members-subtitle { margin-top: 16px; font-size: 22px; line-height: 30px;
    letter-spacing: .5px; }

  /* セミナーカード（358x299）
     DOM は イラスト → 本文 → バッジ の順だが、デザインは
     リード → 見出し → イラスト → ボタン。
     入れ子を display:contents で潰して order で並べ替える */
  .is-top.is-top .featured-wrap { max-width: 100%; margin: 16px 0 0; padding: 0; }
  .is-top.is-top .featured-card { display: flex; flex-direction: column; align-items: stretch;
    height: auto; overflow: visible; position: relative;
    padding: 50px 16px 20px; text-align: center; }
  .is-top.is-top .featured-content, .is-top.is-top .featured-inner { display: contents; }
  .is-top.is-top .featured-eyebrow { order: 1; font-size: 12px; line-height: 17px; }
  .is-top.is-top .featured-title { order: 2; margin-top: 8px; font-size: 24px; line-height: 33px;
    letter-spacing: .5px; }
  .is-top.is-top .featured-illus { order: 3; width: auto; height: 107px; margin: 8px auto 0;
    align-self: center; background: transparent; overflow: visible;
    display: flex; align-items: center; justify-content: center; }
  .is-top.is-top .featured-illus img { width: auto; height: 107px; }
  .is-top.is-top .featured-btn-bg { order: 4; width: 180px; height: 48px; margin: 8px auto 0;
    padding: 0; border-radius: 24px; font-size: 14px; font-weight: 700;
    display: flex; align-items: center; justify-content: center; gap: 8px; }
  .is-top.is-top .featured-btn-circle { position: static; transform: none;
    width: 22px; height: 22px; }
  .is-top.is-top .featured-badge { top: 9px; right: 8px; height: 26px; padding: 0 10px;
    gap: 6px; border-width: 1.5px; font-size: 12px; line-height: 18px; font-weight: 700; }
  .is-top.is-top .badge-cam-icon { width: 14px; height: 10px; }

  /* 資料カード（358x150 を 2枚） */
  .is-top.is-top .resource-row { display: block; max-width: 100%; margin: 0; padding: 0; }
  .is-top.is-top .resource-card-2col { display: block; height: auto; margin-top: 16px;
    padding: 20px 16px; text-align: center; }
  .is-top.is-top .resource-card-text p { font-size: 11px; line-height: 16px; }
  .is-top.is-top .resource-card-text h4 { margin-top: 10px; font-size: 20px; line-height: 26px;
    letter-spacing: .5px; }
  .is-top.is-top .resource-btn { width: 180px; height: 48px; margin: 10px auto 0; padding: 0;
    border-radius: 24px; font-size: 14px; font-weight: 700;
    display: flex; align-items: center; justify-content: center; gap: 8px; }
  .is-top.is-top .resource-btn-circle { position: static; transform: none;
    width: 22px; height: 22px; }

  /* 資料アイコン（2列 x 3行）
     2つの .icon-grid-row を display:contents で潰し、6枚を一つのグリッドに流す */
  .is-top.is-top .icon-grid-wrap { max-width: 100%; margin: 16px 0 0; padding: 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .is-top.is-top .icon-grid-row { display: contents; }
  .is-top.is-top .icon-grid-cell, .is-top.is-top .icon-grid-cell.small { height: auto; gap: 0;
    padding: 16px 8px 14px; justify-content: center; }
  .is-top.is-top .grid-icon { width: 44px; height: 44px; margin-bottom: 8px; }
  .is-top.is-top .icon-grid-title, .is-top.is-top .icon-grid-title-2line { margin: 0;
    font-size: 14px; line-height: 18px; }
  .is-top.is-top .icon-grid-cell .icon-circle-btn,
  .is-top.is-top .icon-grid-cell.small .icon-circle-btn { position: static;
    right: auto; bottom: auto; width: 18px; height: 18px; margin-top: 8px; }

  /* ---------- 07 バナー（277px） ---------- */
  .is-top.is-top .banners-section { padding: 32px 0 40px; }
  .is-top.is-top .banners-wrap { display: block; max-width: 100%; margin: 0; padding: 0 16px; }
  .is-top.is-top .banner-navy { display: block; height: 96px; padding: 25px 0 0 20px;
    border-radius: 12px; position: relative; overflow: hidden; }
  .is-top.is-top .banner-navy-text { position: relative; z-index: 2; transform: none; }
  .is-top.is-top .banner-navy-photo { z-index: 0; }
  /* 文字送り 1px が効いたままだと右の写真に被るので 0 に戻す */
  .is-top.is-top .banner-lrm-text-small { display: flex; align-items: center; gap: 0;
    height: 16px; font-size: 11px; line-height: 16px; letter-spacing: 0; }
  .is-top.is-top .lrm-small-text { top: 0; font-size: 11px; line-height: 16px;
    letter-spacing: 0; color: #00BEC8; }
  .is-top.is-top .banner-lrm-logo { width: 71px; height: auto;
    align-self: flex-start; margin: -3px 0 0; }
  /* 見出しはモバイルでは全文白（Figma 17px / lh26）。
     文字送りを入れると右の人物写真に被るため 0 */
  .is-top.is-top .banner-lrm-text-big { margin-top: 6px; font-size: 17px; line-height: 26px;
    letter-spacing: 0; }
  .is-top.is-top .banner-lrm-text-big span { color: #fff !important; }
  /* hito.png は左右に透明余白（実像は 374x193 中の x46-256 / y29-193）を持つ。
     実像が約 110x86 でカードの右端・下端に接する位置を逆算している */
  .is-top.is-top .banner-navy-photo { display: block; position: absolute;
    right: -62px; bottom: 0; left: auto; top: auto; width: 196px; height: auto; }
  /* PC版は justify-content:center。モバイルは padding-top 18px を起点に
     上から積むデザインなので flex-start に戻す（centerのままだと
     上27px / 下9px に寄ってしまう） */
  .is-top.is-top .banner-green { width: auto; height: 97px; margin-top: 12px;
    padding: 18px 0 0; border-radius: 12px; justify-content: flex-start; }
  .is-top.is-top .banner-green-title { font-size: 18px; line-height: 24px; letter-spacing: .5px; }
  .is-top.is-top .banner-green-line { width: 180px; height: 3px; margin: 6px auto 0; }
  .is-top.is-top .banner-green-row2 { margin-top: 6px; gap: 10px; }
  .is-top.is-top .banner-green-sub { font-size: 18px; line-height: 22px; }
  .is-top.is-top .banner-green-link { font-size: 11px; line-height: 16px; }

  /* パンくず：1項目が画面幅を超えたら末尾を省略する */
  .breadcrumbs li { max-width: 100%; }

  /* ---------- 08 フッター（アコーディオン） ----------
     4カラムを縦積みのアコーディオンに。開閉は script.js が
     .footer-acc に .is-open を付け外しして行う。
     単位を列（.footer-col）ではなく .footer-acc にしているのは、
     4列目に「お知らせ（単独リンク）」と「お問い合わせ（開閉あり）」を
     縦に並べているため。単独リンクは開閉せずそのまま遷移する */
  .footer { margin-top: 0; padding: 36px 20px 32px; }
  .footer-inner { padding: 0; }
  .footer-logo { margin: 0; }
  .footer-logo img { width: 267px; height: auto; }
  .footer-nav { display: block; margin: 28px 0 0; }
  .footer-acc, .footer-link-single { border-top: 1px solid rgba(255,255,255,.35); }
  /* 最後の行だけ下線を引く。列単位ではなく行単位で見る */
  .footer-col:last-child > *:last-child { border-bottom: 1px solid rgba(255,255,255,.35); }
  .footer-acc h4 { position: relative; margin: 0; padding: 14px 24px 14px 0;
    font-size: 14px; line-height: 20px; font-weight: 700; cursor: pointer; }
  .footer-acc h4::after { content: '＋'; position: absolute; right: 0; top: 14px;
    font-size: 14px; line-height: 20px; font-weight: 400; }
  .footer-acc.is-open h4::after { content: '－'; }
  .footer-acc ul { display: none; padding: 0 0 16px; }
  .footer-acc.is-open ul { display: block; }
  .footer-col li, .footer-col .footer-li-gap { margin-bottom: 10px; }
  .footer-col li:last-child { margin-bottom: 0; }
  .footer-col a { font-size: 14px; line-height: 20px; }
  .footer-col-notice { border-left: none; margin: 0; padding-left: 0; }
  .footer-divider-line { display: none; }

  /* 2列目（LRMの支援まわり）は「よくある質問」の一部なので、
     独立した項目として並べない。見出しと区切り線を消して、
     1列目のリストの続きとして出す。開閉は data-acc-group で連動 */
  .footer-acc-follow { border-top: none; }
  .footer-acc-follow h4 { display: none; }
  .footer-acc-follow ul { padding-top: 0; }
  /* 1列目のリスト下の余白は追従ブロック側で取るので、こちらは詰める */
  .footer-acc[data-acc-group="faq"]:not(.footer-acc-follow) ul { padding-bottom: 10px; }

  /* 単独リンク（お知らせ）はアコーディオンの行と同じ高さに揃え、
     リンクとして普通に押せるままにする。行全体をタップ領域にする */
  .footer-col .footer-link-single { margin: 0; }
  .footer-col .footer-link-single a { display: block; position: relative;
    padding: 14px 24px 14px 0;
    font-size: 14px; line-height: 20px; font-weight: 700;
    text-decoration: none; }
  /* 他の行が ＋／－ で「開く」を示しているので、こちらは矢印にして
     「押すと遷移する行」だと区別できるようにする */
  .footer-col .footer-link-single a::after { content: '›';
    position: absolute; right: 4px; top: 13px;
    font-size: 18px; line-height: 20px; font-weight: 400; }

  /* 開閉ボタンを兼ねる見出しの中のリンクだけ無効化する。
     pointer-events:none でタップは h4 に届き、開閉だけが起きる。
     .footer-link-single は対象外なので、そのまま遷移する */
  .footer-acc h4 .footer-h4-link { pointer-events: none; text-decoration: none; }
  #faq, #resources { scroll-margin-top: 85px; }
  .footer-bottom { margin-top: 24px; }
  .footer-bottom p, .footer-bottom a { font-size: 12px; line-height: 18px; }
}


/* =========================================================
   見た目の調整（モバイル / v23）
   PC幅で決めた方針のうち、モバイルにも当てはまるものだけを反映する。

   反映するもの
     ・見出しの字詰め … 確定版は +0.5px（正）で、PC幅と同じ問題がある
     ・セクション見出し … 22px → 26px（PC幅の44px化と同じ方向。
        390pxでも1行に収まる範囲で止めている）
     ・フッターのリンク … サイズは14pxのまま、ウェイト500→400・行間1.0→1.6
     ・枠線 2px → 1px
     ・カードに薄い影（面積が小さいのでPCよりぼかしを弱く）

   反映しないもの（確定版のまま）
     ・タブ12px・検索12px・資料カード見出し20px・ボタン14px
       … PC幅では「20px一律で大きすぎる」ことが問題だったが、
         モバイルはすでに12〜14pxで、これ以上小さくすると読めない
     ・パネル / タイル見出し / アイコン見出し / 角丸 … PC幅と同じく見送り

   ※ モバイルのカスケードで後勝ちさせるため、必ずファイル末尾に置くこと
   ※ 既存のモバイル指定が .is-top.is-top（詳細度0,3,0）なので、
      こちらも同じ形にして「後に書いた方が勝つ」状態にしている
   ========================================================= */
@media (max-width: 767px) {

  /* ---- 見出しの字詰め ---- */
  .is-top.is-top .hero-title { letter-spacing: -0.02em; }
  .is-top.is-top .section-title-jp,
  .is-top.is-top .members-subtitle {
    font-size: 26px; line-height: 36px; letter-spacing: -0.03em;
  }

  /* ---- フッターのリンク ---- */
  .footer-col a { font-weight: 400; line-height: 1.6; }
  /* 「セキュリオに関する問い合わせ」は line-height: 29px が別途効いていて
     （詳細度0,3,0）、他が22.4pxになると開きすぎるので揃える */
  .footer-col-notice .footer-li-gap a { line-height: 1.6; }

  /* ---- 枠線を細く ---- */
  .is-top.is-top .faq-card,
  .is-top.is-top .faq-tabs { border-width: 1px; }

  /* ---- 薄い影 ---- */
  .is-top.is-top .faq-card,
  .is-top.is-top .icon-grid-cell,
  .is-top.is-top .resource-card-2col,
  .is-top.is-top .featured-card {
    box-shadow: 0 1px 2px rgba(1,84,59,.05), 0 6px 16px rgba(1,84,59,.06);
  }
}

/* =========================================================
   エラーページ：モバイル（767px以下）
   ※ このブロックがファイル末尾に来るようにする（後勝ちのため）
   ========================================================= */
@media (max-width: 767px) {
  .err-hero { padding: 32px 16px 36px; }
  .err-title { font-size: 20px; line-height: 1.6; margin-bottom: 18px; }
  .err-search-wrap { width: calc(100% - 24px); max-width: 350px; }
  .err-search-wrap .search-box,
  .err-search-wrap form.search-box { height: 44px; padding: 0 16px 0 42px; }
  .err-search-wrap .search-box input[type="search"] { height: 42px; font-size: 13px; }
  .err-search-icon { left: 16px; width: 18px; height: 18px; }
  .err-body { padding: 28px 16px 44px; }
  .err-note { padding: 16px 18px; gap: 10px; border-radius: 10px; }
  .err-note-main { font-size: 14px; }
  .err-note-sub { font-size: 13px; }
  .error-page .err-btn { width: 100%; max-width: 320px; height: 46px; font-size: 15px; }
  /* 契約導線のカード */
  .err-promo { padding: 20px 18px 22px; margin-top: 16px; }
  .err-promo-title { font-size: 16px; }
  .err-promo-body { font-size: 13.5px; margin-bottom: 16px; }
  /* .error-page .err-btn.err-btn-sm（0,3,0）が上のブロックにあるので、
     ここも同じ詳細度にしないと260px固定のままになる */
  .error-page .err-btn.err-btn-sm { width: 100%; max-width: 280px; height: 44px; font-size: 14px; }

  /* 会員限定コンテンツの案内 */
  .member-modal { padding: 16px; }
  .member-modal-card { padding: 28px 20px 24px; border-radius: 12px; }
  .member-modal-title { font-size: 17px; }
  .member-modal-body { font-size: 13.5px; }
  .member-modal-acts { margin-top: 20px; gap: 10px; }
  .member-modal .member-modal-btn { width: 100%; max-width: 280px; height: 46px; font-size: 15px; }
}
