/* switching-guide.css — Styling for switching-guide pages */

.aa-switching-guide {
  font-size: 1.02em;
  line-height: 1.7;
  color: #2a3142;
}

.aa-switching-guide h1 {
  font-size: 2em;
  font-weight: 700;
  color: #0c1628;
  margin: 24px 0 18px;
  line-height: 1.2;
}

.aa-switching-guide h2 {
  font-size: 1.45em;
  font-weight: 600;
  color: #0c1628;
  margin: 36px 0 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e1e6ee;
}

.aa-switching-guide h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: #0c1628;
  margin: 26px 0 12px;
}

.aa-switching-guide p {
  margin: 14px 0;
}

.aa-switching-guide ul,
.aa-switching-guide ol {
  margin: 14px 0 14px 24px;
  padding: 0;
}

.aa-switching-guide li {
  margin: 6px 0;
}

.aa-switching-guide strong {
  color: #0c1628;
  font-weight: 600;
}

.aa-switching-guide a {
  color: #0649d1;
  text-decoration: none;
  border-bottom: 1px solid rgba(6, 73, 209, 0.3);
}

.aa-switching-guide a:hover {
  color: #053dac;
  border-bottom-color: #053dac;
}

.aa-switching-guide table.aa-data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.95em;
  background: #fafbfd;
  border: 1px solid #e1e6ee;
  border-radius: 6px;
  overflow: hidden;
}

.aa-switching-guide .aa-data-table th {
  background: #0c1628;
  color: #fff;
  text-align: left;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 0.93em;
}

.aa-switching-guide .aa-data-table td {
  padding: 10px 14px;
  border-top: 1px solid #e1e6ee;
  vertical-align: top;
}

.aa-switching-guide .aa-data-table tr:nth-child(even) td {
  background: #fff;
}

.aa-switching-guide hr.aa-section-divider {
  margin: 36px 0;
  border: none;
  border-top: 1px solid #e1e6ee;
}

.aa-switching-guide em {
  font-style: italic;
  color: #5a6477;
}

.aa-switching-guide code {
  background: #f4f6fa;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
  color: #b8770a;
}

/* Mobile */
@media (max-width: 720px) {
  .aa-switching-guide {
    font-size: 1em;
  }
  .aa-switching-guide h1 {
    font-size: 1.6em;
  }
  .aa-switching-guide h2 {
    font-size: 1.3em;
  }
  .aa-switching-guide h3 {
    font-size: 1.1em;
  }
  .aa-switching-guide table.aa-data-table {
    display: block;
    overflow-x: auto;
    font-size: 0.88em;
  }
}
