.jatanavi-visa-site .utility-nav ul {
  gap: 50px;
}

.jatanavi-visa-site .utility-nav a {
  min-height: 74px;
  font-size: 16px;
  line-height: 1.4;
}

.jatanavi-visa-site .utility-nav a::before {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.jatanavi-visa-site .global-subnav-list > li > a {
  font-size: 16px;
  line-height: 1.4;
}

.visa-sidebar-nav h2 {
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 1px solid #e5e5e5;
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.visa-sidebar-nav ul {
  margin: 0;
  padding: 0 0 0 38px;
  list-style: disc;
}

.visa-sidebar-section {
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}

.visa-sidebar-section h3 {
  position: relative;
  margin: 0 0 4px;
  padding-left: 16px;
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.visa-sidebar-section h3::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--black);
  transform: translateY(-50%) rotate(45deg);
}

.visa-sidebar-nav li {
  margin: 0;
  padding: 0;
  color: var(--black);
  line-height: 1.7;
}

.visa-sidebar-nav a {
  color: var(--link);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.visa-sidebar-nav a:hover {
  color: var(--linkhover);
  text-decoration: underline;
}

.visa-header {
  display: grid;
  margin-bottom: 42px;
}

.visa-last-updated {
  justify-self: end;
  margin: 0 0 34px;
  padding: 0;
  color: var(--black);
  font-size: 14px;
  line-height: 1.5;
}

.visa-header h1 {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--main);
  color: var(--main);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.visa-header-links {
  display: grid;
  justify-items: end;
  gap: 8px;
  margin: 24px 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.visa-header-links a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--link);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.visa-header-links a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--main);
  -webkit-mask: url("img/angles-right.svg") no-repeat center / contain;
  mask: url("img/angles-right.svg") no-repeat center / contain;
}

.visa-content {
  display: grid;
  gap: 30px;
}

.visa-section {
  margin: 0;
}

.visa-section h2 {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0 0 18px;
  color: var(--main);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.visa-section h2::after {
  content: "";
  flex: 1 1 auto;
  border-top: 3px solid var(--main);
}

.visa-section p {
  margin: 0 0 16px;
  padding: 0;
}

.visa-section ul,
.visa-section ol {
  margin: 0 0 16px;
  padding-left: 28px;
}

.visa-section ul {
  list-style: disc;
}

.visa-section ol {
  list-style: decimal;
}

.visa-section li {
  line-height: 1.8;
}

.visa-section--notice {
  padding: 18px 20px;
  border: 1px solid var(--red);
  border-radius: 6px;
  background: var(--pink);
}

.visa-section--notice h2 {
  color: var(--red);
}

.visa-section--notice h2::after {
  border-top-color: var(--red);
}

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

.visa-table th,
.visa-table td {
  padding: 28px 34px;
  border: 1px solid #d7d7d7;
  color: var(--black);
  line-height: 1.7;
  vertical-align: middle;
}

.visa-table th {
  width: 34%;
  background: var(--gray);
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.visa-table th[scope="row"] {
  text-align: left;
}

.visa-table td {
  background: var(--white);
}

.visa-table td p {
  padding: 0;
}

.visa-section--address-card h2::after {
  display: none;
}

.visa-address-card {
  display: grid;
  grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
  gap: 42px;
  padding: 40px 44px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  background: var(--white);
}

.visa-address-card-head {
  padding-right: 42px;
  border-right: 1px solid #a5a4a4;
}

.visa-address-card-head h2 {
  margin: 0 0 8px;
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.visa-address-subtitle p {
  margin: 0;
  padding: 0;
  color: var(--black);
  font-size: 15px;
  line-height: 1.5;
}

.visa-address-list {
  display: grid;
  gap: 24px;
  margin: 0;
}

.visa-address-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.visa-address-row dt,
.visa-address-row dd {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

.visa-address-row dt {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
  font-size: 15px;
  font-weight: 700;
}

.visa-address-row dt img {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.visa-address-row dd p {
  margin: 0 0 8px;
  padding: 0;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .visa-table {
    table-layout: auto;
  }

  .visa-table th,
  .visa-table td {
    display: block;
    width: 100%;
  }

  .visa-address-row {
    grid-template-columns: 1fr;
  }

  .visa-address-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }

  .visa-address-card-head {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #a5a4a4;
  }
}
