.support-page-main {
  padding-bottom: 100px;
}

.support-subnav {
  position: sticky;
  top: 52px;
  z-index: 15;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 6px 12px;
  background: #fff;
  border-bottom: 1px solid #e2e9f3;
}

.support-subnav__btn {
  width: 100%;
  min-height: 36px;
  border: 1px solid #d6e0ed;
  border-radius: 10px;
  padding: 6px 8px;
  font-size: 13px;
  font-weight: 500;
  color: #184a7a;
  text-decoration: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.support-subnav__btn:hover {
  background: #f7fbff;
}

.support-subnav__btn.is-active {
  background: #eaf4ff;
  border-color: #9cc0e7;
  color: #103b66;
  box-shadow: inset 0 0 0 1px #c6ddf6;
}

/* Biến thể subnav nhiều mục (trang phiên dịch): scroll ngang theo nhu cầu thực tế */
.support-subnav--flow {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  gap: 8px;
  overscroll-behavior-x: contain;
}

.support-subnav--flow .support-subnav__btn {
  flex: 0 0 auto;
  min-width: 152px;
  width: auto;
}

.support-anchor-target {
  scroll-margin-top: 114px;
}

.support-hero h1 {
  margin: 4px 0 8px;
  font-size: clamp(20px, 3.8vw, 28px);
  color: #113e6d;
}

.support-hero__kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #3d5168;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.support-hero__chips {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.support-block {
  display: grid;
  gap: 6px;
}

.support-block .section-title {
  margin-bottom: 2px;
}

.support-block > .muted {
  margin: 0 0 2px;
  line-height: 1.45;
}

.support-section-panel {
  border: none;
  background: transparent;
}

.support-section-panel__summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  gap: 4px;
  padding: 2px 0 4px;
  position: relative;
}

.support-section-panel__summary::-webkit-details-marker {
  display: none;
}

.support-section-panel__title {
  display: block;
  margin: 0;
  font-size: clamp(22px, 2.1vw, 28px);
  text-transform: uppercase;
  letter-spacing: .25px;
  line-height: 1.25;
  font-weight: 700;
  color: #163a60;
  padding-right: 26px;
}

.support-section-panel__desc {
  display: block;
  margin: 0;
  color: #3d5168;
  font-size: 13px;
  line-height: 1.45;
}

.support-section-panel__summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 8px;
  font-size: 18px;
  color: #2d4460;
}

.support-section-panel[open] .support-section-panel__summary::after {
  content: '–';
}

.support-section-panel__body {
  display: grid;
  gap: 6px;
}

.support-section-panel__cta {
  display: inline-flex;
  width: fit-content;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  color: #1c578f;
  padding: 4px 10px;
  border: 1px solid #c7ddf4;
  border-radius: 999px;
  background: #eef6ff;
}

.support-service-list {
  margin: 2px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 4px;
}

.support-pricing-table-wrap {
  margin-top: 6px;
  overflow: hidden;
  border: 1px solid #d9e3ef;
  border-radius: 12px;
  background: #fff;
}

.support-pricing-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.support-pricing-table th,
.support-pricing-table td {
  border-bottom: 1px solid #e8eef6;
  padding: 10px 12px;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.support-pricing-table th:nth-child(1),
.support-pricing-table td:nth-child(1) {
  width: 30%;
}

.support-pricing-table th:nth-child(2),
.support-pricing-table td:nth-child(2) {
  width: 52%;
}

.support-pricing-table th:nth-child(3),
.support-pricing-table td:nth-child(3) {
  width: 18%;
  text-align: right;
}

.support-pricing-table th {
  background: #f4f8fd;
  font-weight: 700;
  color: #173f68;
}

.support-pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.support-pricing-table--visa {
  table-layout: auto;
}

.support-pricing-table--visa th:nth-child(1),
.support-pricing-table--visa td:nth-child(1) {
  width: 72%;
}

.support-pricing-table--visa th:nth-child(2),
.support-pricing-table--visa td:nth-child(2) {
  width: 28%;
  text-align: right;
  white-space: nowrap;
}

.support-pricing-table--visa .category-row td {
  background: #f4f8fd;
  color: #173f68;
  font-weight: 800;
  text-align: left;
}

/* Trang đào tạo tiếng Nhật: bảng 5in1 chia cột đều */
.support-japanese-page #section-method .support-pricing-table--jp th:nth-child(1),
.support-japanese-page #section-method .support-pricing-table--jp td:nth-child(1),
.support-japanese-page #section-method .support-pricing-table--jp th:nth-child(2),
.support-japanese-page #section-method .support-pricing-table--jp td:nth-child(2),
.support-japanese-page #section-method .support-pricing-table--jp th:nth-child(3),
.support-japanese-page #section-method .support-pricing-table--jp td:nth-child(3) {
  width: 33.333%;
}

.support-japanese-page #section-method .support-pricing-table--jp th:nth-child(3),
.support-japanese-page #section-method .support-pricing-table--jp td:nth-child(3) {
  text-align: left;
}

.support-roadmap {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.support-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.support-roadmap__item {
  border: 1px solid #d8e3ef;
  border-radius: 10px;
  padding: 10px;
  background: #f8fbff;
}

.support-roadmap__item b {
  display: block;
  margin-bottom: 4px;
  color: #1b3f65;
}

.support-roadmap__item p {
  margin: 0;
  font-size: 13px;
  color: #2d4460;
}

.support-accordion {
  margin: 0;
  border: 1px solid #d6e0ed;
  border-radius: 12px;
  background: #f9fcff;
  overflow: hidden;
}

.support-accordion > summary {
  list-style: none;
  cursor: pointer;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #1b3f65;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.support-accordion > summary::-webkit-details-marker {
  display: none;
}

.support-accordion > summary::after {
  content: '+';
  font-size: 18px;
  line-height: 1;
  color: #2d4460;
}

.support-accordion[open] > summary::after {
  content: '–';
}

.support-accordion__body {
  border-top: 1px solid #d6e0ed;
  padding: 10px 14px 12px;
}

.support-accordion__body ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

/* Trang chuyển nhà: biến bullet thành checkbox trắng có thể tick */
.support-relocation-page .support-accordion__body ul {
  list-style: none;
  padding-left: 0;
  gap: 8px;
}

.support-relocation-page .support-accordion__body ul li.support-check-item {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
}

.support-relocation-page .support-accordion__body ul li.support-check-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: .15em;
  width: 18px;
  height: 18px;
  border: 1.6px solid #9cb4cd;
  border-radius: 4px;
  background: #fff;
}

.support-relocation-page .support-accordion__body ul li.support-check-item.is-checked::before {
  border-color: #2b6ca7;
  background: #fff;
}

.support-relocation-page .support-accordion__body ul li.support-check-item.is-checked::after {
  content: '✓';
  position: absolute;
  left: 3px;
  top: -0.02em;
  font-size: 16px;
  font-weight: 700;
  color: #2b6ca7;
}

.support-answer-box {
  display: grid;
  gap: 8px;
}

.support-answer-line {
  margin: 0;
  padding: 7px 9px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #dfe7f1;
}

.support-answer-line--jp {
  background: #f3f8ff;
  border-color: #cfe0f5;
  font-weight: 600;
}

.support-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

/* Trang visa: thu gọn card gói dịch vụ để không chiếm quá nhiều diện tích */
.support-visa-page .support-pricing-grid--visa {
  gap: 8px;
}

.support-visa-page .support-pricing-grid--visa .support-price-card {
  padding: 10px;
  border-radius: 10px;
  gap: 4px;
}

.support-visa-page .support-pricing-grid--visa .support-price-card h3 {
  font-size: 13px;
}

.support-visa-page .support-pricing-grid--visa .support-price-card__subtitle {
  font-size: 12px;
}

.support-visa-page .support-pricing-grid--visa .support-price-card__price {
  font-size: 16px;
}

.support-visa-page .support-pricing-grid--visa .support-price-card .muted {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.35;
}

.support-price-card {
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  display: grid;
  gap: 6px;
}

.support-price-card h3 {
  margin: 0;
  font-size: 14px;
}

.support-price-card__price {
  margin: 0;
  color: #145189;
  font-weight: 800;
  font-size: 19px;
}

.support-price-card__subtitle {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #2d4460;
}

.support-price-card ul {
  margin: 0;
  padding-left: 16px;
}

.support-price-card--highlight {
  border-color: #ffcf98;
  background: #fff7ef;
}

.support-request-form {
  gap: 12px;
}

.support-col-full {
  grid-column: 1 / -1;
}

.support-request-form > label.support-request-row:first-of-type {
  margin-top: 10px;
}

.support-request-form > label {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
}

.support-request-form > label.support-request-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.support-request-form .label {
  display: block;
  margin-bottom: 0;
  font-weight: 600;
}

.support-request-form > label.support-request-row .label {
  margin: 0;
}

.support-request-form .input,
.support-request-form .select {
  width: 100%;
  min-height: 42px;
}

/* Trang chuyển nhà: fix tận gốc lệch cỡ chữ mobile (iOS auto upscale input/select <16px)
   - Nhãn giữ nhỏ gọn như ban đầu
   - Ô nhập/select giữ >=16px để không bị iOS tự phóng to */
.support-relocation-page #section-request .support-request-form .label {
  font-size: 13px !important;
  line-height: 1.3;
}

.support-relocation-page #section-request .support-request-form .select,
.support-relocation-page #section-request .support-request-form .input,
.support-relocation-page #section-request .support-request-form textarea.input {
  font-size: 16px !important;
  line-height: 1.35;
}

.support-relocation-page #section-request .support-request-form .select option {
  font-size: 16px;
}

.support-request-form textarea.input {
  min-height: 62px;
  line-height: 1.45;
  resize: vertical;
}

.support-form-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.support-relocation-page #section-request .support-form-actions {
  justify-content: flex-start;
}

.support-relocation-page #section-request .support-form-actions .button {
  flex: 0 0 auto;
  width: auto;
  min-width: 170px;
  padding-inline: 16px;
}

/* Trang visa: nút submit gọn và căn lề trái */
.support-visa-page #section-request .support-form-actions {
  justify-content: flex-start;
}

.support-visa-page #section-request .support-form-actions .button {
  flex: 0 0 auto;
  width: auto;
  min-width: 155px;
  padding-inline: 14px;
}

/* Trang đào tạo an toàn: nút submit gọn và căn lề trái */
.support-safety-page #section-request .support-form-actions {
  justify-content: flex-start;
}

.support-safety-page #section-request .support-form-actions .button {
  flex: 0 0 auto;
  width: auto;
  min-width: 155px;
  padding-inline: 14px;
}

/* Trang xử lý phát sinh: nút submit gọn và căn lề trái */
.support-incident-page #section-request .support-form-actions {
  justify-content: flex-start;
}

.support-incident-page #section-request .support-form-actions .button {
  flex: 0 0 auto;
  width: auto;
  min-width: 155px;
  padding-inline: 14px;
}

/* Trang đào tạo tiếng Nhật: nút submit gọn và căn lề trái */
.support-japanese-page #section-request .support-form-actions {
  justify-content: flex-start;
}

.support-japanese-page #section-request .support-form-actions .button {
  flex: 0 0 auto;
  width: auto;
  min-width: 155px;
  padding-inline: 14px;
}

/* Trang đời sống & tiện ích: nút submit gọn và căn lề trái */
.support-life-page #section-request .support-form-actions {
  justify-content: flex-start;
}

.support-life-page #section-request .support-form-actions .button {
  flex: 0 0 auto;
  width: auto;
  min-width: 155px;
  padding-inline: 14px;
}

/* Trang hướng dẫn sử dụng: nút submit gọn và căn lề trái */
.support-guide-page #section-contact .support-form-actions {
  justify-content: flex-start;
}

.support-guide-page #section-contact .support-form-actions .button {
  flex: 0 0 auto;
  width: auto;
  min-width: 155px;
  padding-inline: 14px;
}

/* Trang quyền lợi ứng viên: dải CTA quay về trang tìm việc */
.support-benefits-page .support-bottom-strip,
.support-employer-page .support-bottom-strip,
.support-partner-page .support-bottom-strip,
.support-candidate-rules-page .support-bottom-strip,
.support-employer-rules-page .support-bottom-strip {
  padding: 14px 16px;
}

.support-benefits-page .support-bottom-strip__inner,
.support-employer-page .support-bottom-strip__inner,
.support-partner-page .support-bottom-strip__inner,
.support-candidate-rules-page .support-bottom-strip__inner,
.support-employer-rules-page .support-bottom-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.support-benefits-page .support-bottom-strip__title,
.support-employer-page .support-bottom-strip__title,
.support-partner-page .support-bottom-strip__title,
.support-candidate-rules-page .support-bottom-strip__title,
.support-employer-rules-page .support-bottom-strip__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1d466f;
}

.support-benefits-page .support-bottom-strip .button,
.support-employer-page .support-bottom-strip .button,
.support-partner-page .support-bottom-strip .button,
.support-candidate-rules-page .support-bottom-strip .button,
.support-employer-rules-page .support-bottom-strip .button {
  flex: 0 0 auto;
  min-width: 180px;
}

/* CTA trong card dịch vụ */
.support-price-card__actions {
  margin-top: 8px;
}

.support-price-card__actions .button {
  display: inline-flex;
  align-items: center;
  min-width: 140px;
  justify-content: center;
}

/* Trang đào tạo tiếng Nhật: nhóm link live miễn phí */
.support-japanese-page #section-free .support-section-panel__body > ul {
  margin-bottom: 8px;
}

.support-live-links {
  margin-top: 0;
  margin-left: 8px;
  display: grid;
  gap: 5px;
}

.support-live-links__label {
  margin: 0 0 1px;
  color: #2d4460;
  font-weight: 600;
}

.support-live-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0b63d8;
  text-decoration: none;
  font-weight: 400;
}

.support-live-link > span:last-child {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}

.support-live-link:visited {
  color: #0b63d8;
}

.support-live-link__icon {
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
  flex: 0 0 auto;
}

/* Khung ảnh 6x9 cho block phương pháp học */
.support-photo-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.support-photo-card {
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fbff;
}

.support-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.support-photo-card figcaption {
  padding: 8px 10px;
  font-size: 12px;
  color: #2d4460;
}

#supportRequestNotice {
  margin-top: 2px;
}

.support-chat-card {
  gap: 8px;
}

.support-chat-title {
  margin: 0;
  font-size: 16px;
  letter-spacing: .18px;
  font-weight: 700;
  color: #1d466f;
}

.support-chat {
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  background: #fff;
}

.support-chat--square {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  aspect-ratio: 5 / 4;
  display: flex;
  flex-direction: column;
}

.support-chat__list {
  min-height: 234px;
  max-height: 390px;
  overflow: auto;
  padding: 12px;
  display: grid;
  gap: 8px;
  align-content: start;
}

.support-chat--square .support-chat__list {
  min-height: 0;
  max-height: none;
  flex: 1 1 auto;
}

.support-chat__msg {
  max-width: 88%;
  align-self: start;
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  padding: 5px 10px;
  background: #f5f9ff;
}

.support-chat__msg--staff {
  max-width: 88%;
}

.support-chat__msg b {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #2d4d72;
  line-height: 1.25;
}

.support-chat__msg p {
  margin: 2px 0 0;
  line-height: 1.35;
}

.support-chat__msg--self {
  justify-self: end;
  margin-left: auto;
  background: #fff6ea;
  border-color: #ffd2a4;
}

.support-chat__composer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #e3eaf4;
}

@media (max-width: 980px) {
  .support-roadmap,
  .support-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .support-subnav {
    top: 48px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 5px 8px;
    gap: 6px;
  }

  .support-subnav--flow {
    grid-template-columns: none;
    display: flex;
    overflow-x: auto;
    padding: 5px 8px;
  }

  .support-subnav__btn {
    min-height: 34px;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: 500;
  }

  .support-section-panel__title {
    font-size: 17px;
    letter-spacing: .22px;
  }

  .support-anchor-target {
    scroll-margin-top: 102px;
  }

  .support-roadmap,
  .support-process-grid {
    grid-template-columns: 1fr;
  }

  .support-request-form > label.support-request-row {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 8px;
  }

  .support-request-form > label.support-request-row .label {
    font-size: 12px;
  }

  .support-request-form .support-form-actions .button {
    flex: 1 1 calc(50% - 4px);
    min-height: 38px;
  }

  .support-relocation-page #section-request .support-form-actions .button {
    flex: 0 0 auto;
    width: auto;
    min-width: 150px;
  }

  .support-visa-page #section-request .support-form-actions .button {
    flex: 0 0 auto;
    width: auto;
    min-width: 145px;
  }

  .support-safety-page #section-request .support-form-actions .button {
    flex: 0 0 auto;
    width: auto;
    min-width: 145px;
  }

  .support-incident-page #section-request .support-form-actions .button {
    flex: 0 0 auto;
    width: auto;
    min-width: 145px;
  }

  .support-japanese-page #section-request .support-form-actions .button {
    flex: 0 0 auto;
    width: auto;
    min-width: 145px;
  }

  .support-life-page #section-request .support-form-actions .button {
    flex: 0 0 auto;
    width: auto;
    min-width: 145px;
  }

  .support-guide-page #section-contact .support-form-actions .button {
    flex: 0 0 auto;
    width: auto;
    min-width: 145px;
  }

  .support-benefits-page .support-bottom-strip__inner,
  .support-employer-page .support-bottom-strip__inner,
  .support-partner-page .support-bottom-strip__inner,
  .support-candidate-rules-page .support-bottom-strip__inner,
  .support-employer-rules-page .support-bottom-strip__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .support-benefits-page .support-bottom-strip .button,
  .support-employer-page .support-bottom-strip .button,
  .support-partner-page .support-bottom-strip .button,
  .support-candidate-rules-page .support-bottom-strip .button,
  .support-employer-rules-page .support-bottom-strip .button {
    min-width: 160px;
  }

  .support-photo-grid {
    grid-template-columns: 1fr;
  }

  .support-pricing-grid {
    grid-template-columns: 1fr;
  }

  .support-pricing-table th,
  .support-pricing-table td {
    padding: 8px 8px;
    font-size: 12px;
  }

  .support-pricing-table th:nth-child(1),
  .support-pricing-table td:nth-child(1) {
    width: 34%;
  }

  .support-pricing-table th:nth-child(2),
  .support-pricing-table td:nth-child(2) {
    width: 46%;
  }

  .support-pricing-table th:nth-child(3),
  .support-pricing-table td:nth-child(3) {
    width: 20%;
    text-align: right;
  }

  .support-japanese-page #section-method .support-pricing-table--jp th:nth-child(1),
  .support-japanese-page #section-method .support-pricing-table--jp td:nth-child(1),
  .support-japanese-page #section-method .support-pricing-table--jp th:nth-child(2),
  .support-japanese-page #section-method .support-pricing-table--jp td:nth-child(2),
  .support-japanese-page #section-method .support-pricing-table--jp th:nth-child(3),
  .support-japanese-page #section-method .support-pricing-table--jp td:nth-child(3) {
    width: 33.333%;
  }

  .support-japanese-page #section-method .support-pricing-table--jp th:nth-child(3),
  .support-japanese-page #section-method .support-pricing-table--jp td:nth-child(3) {
    text-align: left;
  }

  .support-chat__list {
    min-height: 195px;
  }
}

/* ── Contact page ── */
.support-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 12px;
}
.support-contact-card {
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 12px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--surface, #fff);
}
.support-contact-card__icon { font-size: 1.8rem; line-height: 1; }
.support-contact-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text, #1a202c);
  margin: 4px 0 2px;
}
.support-contact-card__desc {
  font-size: 0.875rem;
  color: var(--muted, #6b7280);
  flex: 1;
}
.support-contact-card__link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary, #e67e22);
  text-decoration: none;
  word-break: break-all;
}
.support-contact-card__link:hover { text-decoration: underline; }
.support-hours-table { margin-top: 8px; }
@media (max-width: 600px) {
  .support-contact-grid { grid-template-columns: 1fr; }
  .support-hours-table th:last-child,
  .support-hours-table td:last-child { display: none; }
}

/* 個人情報管理責任者 block */
.support-responsible-block {
  margin: 0 0 18px;
  padding: 16px 18px;
  background: #f5f8ff;
  border: 1px solid #c7d7f5;
  border-radius: 12px;
}

.support-responsible-heading {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #1e3a7a;
}

.support-responsible-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.support-responsible-list li {
  font-size: 13px;
  line-height: 1.5;
  color: #374151;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.support-responsible-label {
  font-weight: 600;
  color: #1e3a7a;
  flex-shrink: 0;
}

.support-responsible-list a {
  color: #1e40af;
  text-decoration: underline;
}
