/* ===== GLOBAL STYLES ===== */
.common_container {
  display: flex;
  height: auto;
  min-height: 100dvh;
  flex-wrap: nowrap;
  max-width: 100%;
  pointer-events: all;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  position: relative;
  overflow: clip;
}

/* ===== HEADER STYLES ===== */
/* Main header container */
.common_header {
  align-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 16px 0px 16px 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  max-width: 100%;
  display: flex;
}

/* Header inner container */
.common_header__container {
  display: flex;
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px 20px;
  width: 100%;
  max-width: 1280px;
  position: relative;
}

/* Header logo */
.common_header__logo {
  flex: none;

  height: 44px;
  width: 190px;
  max-width: 100%;
}

.common_header__logo:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/header_logo.svg");
  background-position: center;
}

@media screen and (max-width: 866px) {
  .common_header__logo {
    flex: none;
    height: 35px;
    width: 160px;
    max-width: 100%;
  }
}

/* Header navigation */
.common_header__nav {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
  gap: 32px;
  height: auto;
  justify-content: center;
  margin: 6px 0px 0px 0px;
  padding: 0px;
  max-width: 100%;
}

.common_header__nav .sub-menu {
  display: none;
}

/* Header navigation items */
.common_header__nav-item {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
}

.common_header__nav-item:hover {
  opacity: 1;
}

.common_header__nav-item:hover .common_header__nav-text {
  opacity: 0.7;
}

.common_header__nav-item:hover .common_header__nav-underline {
  flex: none;
  height: 1px;
  width: 100%;
  max-width: 100%;
}

/* Header navigation text */
.common_header__nav-text {
  color: #001e43;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 1280px) {
  .common_header__nav-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .common_header__nav-text {
    font-size: 14px;
  }
}

/* Header navigation underline */
.common_header__nav-underline {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

/* Header menu button (mobile) */
.common_header__menu-btn {
  align-content: center;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 8px;
  display: none;
}

/* Header menu icon */
.common_header__menu-icon {
  color: #4a77ac;
  display: flex;
  font-size: 24px;
}

/* ===== FOOTER STYLES ===== */
/* ===== FOOTER STYLES ===== */
/* Main footer container */
.common_footer {
  margin-top: auto;

  align-content: center;
  align-items: center;
  background: #000000;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  /* height: 143px; */
  justify-content: flex-end;
  padding: 40px 0px 20px;
  /* width: 1920px; */
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 866px) {
  .common_footer {
    padding: 0px;
  }
}

/* Footer navigation */
.common_footer__nav {
  align-content: center;
  align-items: center;
  /* flex-direction: row; */
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  /* height: 45px; */
  justify-content: center;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 866px) {
  .common_footer__nav {
    display: none;
  }
}

/* Footer navigation items */
.common_footer__nav-item {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  color: white;
}

.common_footer__nav-item:hover {
  opacity: 1;
}

.common_footer__nav-item:hover .common_footer__nav-text {
  opacity: 0.7;
  display: flex;
}

.common_footer__nav-item:hover .common_footer__nav-underline {
  flex: none;
  height: 1px;
  width: 100%;
  max-width: 100%;
}

/* Specific footer nav item styles */
/* Footer navigation text */
.common_footer__nav-text {
  color: white;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

/* Footer navigation underline */
.common_footer__nav-underline {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

/* Footer copyright */
.common_footer__copyright {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 0px;
  padding: 20px 0;
  position: sticky;
  top: 0;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  text-align: center;
}

/* ===== UTILITY CLASSES ===== */
.sd.container {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  width: 1280px;
  max-width: 100%;
}

.sd.layout {
  display: flex;
}

.sd.row {
  display: flex;
  flex-direction: row;
}

.sd.column {
  display: flex;
  flex-direction: column;
}

.sd.text {
  display: flex;
}

.sd.element {
  display: flex;
}

.sd.element:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Links */
.link {
  text-decoration: none;
  cursor: pointer;
  display: flex;
}

.link:hover {
  text-decoration: none;
}

.link-active {
  pointer-events: none;
}

/* Images */
.image {
  position: relative;
  display: flex;
}

.image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Icons */
.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Sticky elements */
.sticky {
  position: sticky;
}

/* ===== RESPONSIVE STYLES ===== */
@media screen and (max-width: 1280px) {
  .common_header__nav {
    gap: 24px;
  }
  .common_footer__nav {
    gap: 24px;
  }
}
@media screen and (max-width: 866px) {
  /* Header responsive */
  .common_header {
    padding: 12px 0px;
  }
  .common_header__container {
    height: 40px;
    max-width: 100%;
    padding: 0 16px;
  }
  .common_header__logo {
    height: 35px;
    width: 112px;
  }
  .common_header__nav {
    display: none;
  }
  .common_header__menu-btn {
    display: flex;
  }
  /* Footer responsive */
  .common_footer {
    height: auto;
  }
  .common_footer__nav {
    flex-wrap: wrap;
    height: auto;
    gap: 16px;
    margin: 0 0 20px 0;
    display: none !important;
  }
  .common_footer__nav-item {
    width: calc(50% - 8px);
  }
  .common_footer__nav-item--15 {
    display: flex;
  }
  .common_footer__nav-item--16 {
    display: flex;
  }
  .common_footer__nav-text {
    font-size: 16px;
  }
  .common_footer__copyright {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .common_header__container {
    padding: 0 12px;
  }
  .common_header__logo {
    height: 30px;
    width: 95px;
  }
  .common_footer__nav-item {
    width: 100%;
  }
  .common_footer__nav-text {
    font-size: 14px;
  }
}
/* ===== TRANSITIONS ===== */
.common_header__nav-underline,
.common_footer__nav-underline {
  transition: width 0.3s ease;
}

.common_header__nav-text,
.common_footer__nav-text {
  transition: opacity 0.3s ease;
}

/* ===== Z-INDEX MANAGEMENT ===== */
.common_header {
  z-index: 1000;
}

.common_footer {
  z-index: 10;
}

.page_footer {
  align-content: center;
  align-items: center;
  background: #000000;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  /* height: 143px; */
  justify-content: flex-end;
  padding: 40px 0px;
  width: 1920px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .page_footer {
    bottom: 0;
    flex: none;
    height: auto;
    left: 0;
    margin: 0 0 0 0;
    padding: 20px 0px;
    position: relative;
    right: 0;
    top: 0;
    max-width: 100%;
  }
}
.page_footer__inner {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 32px;
  height: 45px;
  justify-content: center;
  margin: 0px 0px 27px 0px;
  padding: 0px;
  position: relative;
  --gap-h-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 32px;
  --gap-v-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 0px;
  --gap-uuid: d6ce4d46-fa15-4625-a3a0-0235eb6a6a10;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .page_footer__inner {
    gap: 20px;
    --gap-h-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 20px;
    --gap-v-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 0px;
  }
}
@media screen and (max-width: 866px) {
  .page_footer__inner {
    display: none;
    --gap-h-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 32px;
    --gap-v-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 0px;
  }
}
@media screen and (max-width: 480px) {
  .page_footer__inner {
    display: none;
    --gap-h-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 32px;
    --gap-v-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 0px;
  }
}
.page_footer__copy {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 0px;
  position: sticky;
  text-align: left;
  top: 0;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  /* color: #001e43; */
  font-size: 18px;
  /* font-weight: 600; */
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .page_footer__copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .page_footer__copy {
    font-size: 11px;
  }
}
.design-canvas__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#common_global_show {
  display: none;
}

#common_global_show:checked ~ .design-canvas__modal {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.common_global_box {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.16);
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#common_global_show:checked ~ .design-canvas__modal .common_global_box {
  transform: translateX(0);
  opacity: 1;
}

.common_global_inner {
  align-content: flex-start;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 3px 12px 0px rgba(74, 29, 11, 0.1599999964);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  height: auto;
  justify-content: flex-start;
  margin: 56px 0px 0px 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
  width: 95%;
  --gap-h-23535be1-2050-40d7-a688-e1c5fca56e37: 0px;
  --gap-v-23535be1-2050-40d7-a688-e1c5fca56e37: 0px;
  --gap-uuid: 23535be1 -2050 -40d7 -a688-e1c5fca56e37;
  max-width: 95%;
}

.common_global_link {
  display: flex;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #c5d3e6;
  border-left: 0px solid #c5d3e6;
  border-right: 0px solid #c5d3e6;
  border-top: 0px solid #c5d3e6;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  height: auto;
  justify-content: flex-start;
  padding: 16px 12px 16px 12px;
  transition-duration: 160ms;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 866px) {
  .common_global_link {
    padding: 20px 12px 20px 12px;
  }
}
.common_global_link svg,
.common_global_link i {
  margin-left: auto;
}
.common_global_link:hover {
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 866px) {
  .common_global_inner .sub-menu {
    width: 100%;
  }
  .common_global_inner .sub-menu .common_global_link {
    padding-left: 42px;
  }
}

.common_global_base {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.16);
  opacity: 1;
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: fixed;
  top: 0;
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  width: 100%;
  z-index: -1;
}

.common_main {
  width: 100%;
  padding-top: 77px;
}

@media screen and (max-width: 866px) {
  .common_main {
    padding-top: 64px;
  }
}

.page_container {
  width: 100%;
  padding: 0 20px;
}

.page_full {
  margin: 24px auto 80px;
  width: 100%;
  max-width: 1280px;
}

.page_inner {
  margin: 24px auto 80px;
  width: 100%;
  max-width: 960px;
}

.page_navi {
  margin: 20px auto 0px;
  padding: 0px;
  width: 1280px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #888888;
  font-size: 12px;
}

.page_navi i {
  padding-top: 2px;
  font-size: inherit;
}

.page_navi__item {
  color: #888888;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

a.page_navi__item {
  text-decoration: underline;
}

.page_title {
  position: relative;
  align-content: center;
  align-items: center;
  background: #001e43;
  flex: none;
  min-height: 160px;
  justify-content: center;
  margin: 0 0px 0px 0px;
  padding: 60px 0px;
  /* width: 1920px; */
  width: 100%;
}

.page_title__footer {
  flex: none;
  height: auto;
  left: 0;
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  width: 434px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .page_title__footer {
    flex: none;
    width: 230px;
    max-width: 100%;
  }
}
.page_title__header {
  bottom: 0px;
  flex: none;
  height: auto;
  left: auto;
  margin: 0 0 0 0;
  position: absolute;
  right: 0px;
  top: auto;
  width: 434px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .page_title__header {
    flex: none;
    width: 230px;
    max-width: 100%;
  }
}

.page_title__inner {
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  /* height: 100%; */
  gap: 10px;
}

.page_title__inner .caption {
  color: white;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 800;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .page_title__inner .caption {
    font-size: 25px;
  }
}

.page_title__inner .title {
  color: white;
  color: #ffffff;
  font-family: "Tsukushi Gothic";
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.6;
  text-align: center;
  width: auto;
  max-width: 100%;
  position: relative;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .page_title__inner .title {
    font-size: 16px;
    line-height: 1.1;
  }
}

.page_title__desc {
  display: block;
  color: white;
  text-align: center;
  flex: none;
  font-size: 19px;
  font-weight: 500;
  height: auto;
  line-height: 1.6;
  justify-content: center;
  max-width: 810px;
  padding: 20px 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 866px) {
  .page_title__desc {
    flex: none;
    font-size: 14px;
    line-height: 1.5;
    width: 50%;
    min-width: 380px;
  }
}
@media screen and (max-width: 420px) {
  .page_title__desc {
    width: 100%;
    min-width: initial;
  }
}

.section_inner {
  padding: 16px 0px 80px 0px;
  max-width: 1230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

.section_title {
  color: #103554;
  flex: none;
  font-family: "Tsukushi Gothic";

  font-size: 32px;
  font-weight: 600;
  height: auto;
  line-height: 1.5;
  margin: 0px 0px 40px 0px;
  padding-bottom: 10px;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;

  display: block;
  width: 100%;
  border-bottom: 3px solid #103554;
}

@media screen and (max-width: 866px) {
  .section_title {
    font-size: 24px;
    margin: 0 0 20px;
    border-width: 1px;
  }
}

.section_img {
  margin-bottom: 60px;
}

@media screen and (max-width: 866px) {
  .section_img {
    margin-bottom: 40px;
  }
}

.column02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

@media screen and (max-width: 866px) {
  .column02 {
    flex-direction: column;
    gap: 30px;
  }
}

.column02__item {
  flex: 1 1 49% !important;
}
@media screen and (max-width: 866px) {
  .column02__item {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.section_entry {
  color: #232323;
  flex: none;
  font-size: 1rem;
  font-weight: 500;
  height: auto;
  line-height: 1.8;
  margin: 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  width: 900px;
  max-width: 100%;
  word-break: break-word;
}
.page_full > .section_entry {
  width: 100%;
}

.section_entry * {
  backface-visibility: visible;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
}

.section_entry {
  display: block;
  word-break: break-word;
}
.section_entry [data-thread],
.section_entry a,
.section_entry blockquote,
.section_entry em,
.section_entry h1,
.section_entry h2,
.section_entry h3,
.section_entry h4,
.section_entry li,
.section_entry ol,
.section_entry p,
.section_entry p > code,
.section_entry pre,
.section_entry pre > code,
.section_entry s,
.section_entry strong,
.section_entry table tbody,
.section_entry table tbody tr,
.section_entry table tbody tr > td,
.section_entry table tbody tr > th,
.section_entry u,
.section_entry ul {
  backface-visibility: visible;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
}
.section_entry p {
  display: block;
  margin: 10px 0;
}
.section_entry > p {
  min-height: 1em;
}
.section_entry img,
.section_entry video {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.section_entry h1 {
  display: block;
  font-size: 3em;
  font-weight: 700;
  margin: 20px 0;
}
.section_entry h2 {
  font-size: 2em;
}
.section_entry h2,
.section_entry h3 {
  display: block;
  font-weight: 700;
  margin: 10px 0;
}
.section_entry h3 {
  font-size: 1em;
}
.section_entry h4,
.section_entry h5 {
  font-weight: 600;
}
.section_entry h4,
.section_entry h5,
.section_entry h6 {
  display: block;
  font-size: 1em;
  margin: 10px 0;
}
.section_entry h6 {
  font-weight: 500;
}
.section_entry [data-type="table"] {
  overflow-x: auto;
}
.section_entry [data-type="table"] p {
  white-space: pre-line;
  word-break: break-all;
}
.section_entry table {
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
  border-spacing: unset;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
  table-layout: auto;
}
.section_entry table tr th {
  background: hsla(0, 0%, 96%, 0.5);
}
.section_entry table tr td,
.section_entry table tr th {
  border: 1px solid #f2f2f2;
  max-width: 240px;
  min-width: 100px;
  padding: 12px;
}
.section_entry table tr td p,
.section_entry table tr th p {
  margin: 0;
}
.section_entry blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.15);
  font-style: italic;
  margin: 10px 0;
  padding: 10px 15px;
}

.section_entry ul {
  margin: 0 0 0 20px;
}
.section_entry ul li {
  list-style: disc;
  margin: 10px 0;
}
.section_entry ul li p {
  margin: 0;
}
.section_entry ol {
  margin: 0 0 0 20px;
}
.section_entry ol li {
  list-style: decimal;
  margin: 10px 0;
}
.section_entry ol li p {
  margin: 0;
}
.section_entry hr {
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
.section_entry p > code {
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: inline;
  margin: 2px;
  padding: 0 5px;
}
.section_entry pre {
  background: #eee;
  border-radius: 6px;
  font-family: Menlo, Monaco, Courier New, monospace;
  margin: 20px 0;
  padding: 25px 35px;
  white-space: pre-wrap;
}
.section_entry pre code {
  border: none;
  padding: 0;
}
.section_entry strong {
  color: inherit;
  display: inline;
  font-family: inherit;
  font-weight: 900;
}
.section_entry em {
  font-style: italic;
}
.section_entry a,
.section_entry u {
  text-decoration: underline;
}
.section_entry a {
  color: #007cff;
  display: inline;
}
.section_entry s {
  text-decoration: line-through;
}

.section_entry p {
  display: block;
  font-size: 1rem;
  margin: 10px 0;
  min-height: 1em;
}

.section_entry > h2 {
  display: block;
  color: #001e43;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  margin: 40px 0px 20px 0px;
}

.section_entry > h3 {
  display: block;
  color: #13669e;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 700;
  margin: 20px 0px 15px 0px;
}

.section_entry > ol {
  display: block;
  font-size: 1rem;
  margin: 10px 0px 10px 20px;
}

.section_entry strong {
  color: #000000ff;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.section_entry > ul {
  font-size: 1rem;
  margin: 10px 0px 10px 20px;
}

.section_entry li {
  /* display: block; */
  list-style: disc;
  margin: 10px 0;
}

.section_entry > blockquote {
  font-size: 1rem;
}

/* ===== PAGINATION STYLES ===== */
.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0;
  gap: 8px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid #c5d3e6;
  border-radius: 4px;
  color: #001e43;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-numbers:hover {
  background: #4a77ac;
  color: #ffffff;
  border-color: #4a77ac;
  text-decoration: none;
}

.page-numbers.current {
  background: #001e43;
  color: #ffffff;
  border-color: #001e43;
  pointer-events: none;
}

.page-numbers.prev,
.page-numbers.next {
  padding: 0 16px;
  font-size: 13px;
}

.page-numbers.dots {
  background: transparent;
  border: none;
  color: #888888;
  pointer-events: none;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .pagination {
    gap: 4px;
    margin: 30px 0;
  }

  .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }

  .page-numbers.prev,
  .page-numbers.next {
    padding: 0 12px;
    font-size: 12px;
  }
}
