:root {
  --ga-primary: #026bc3;
  --ga-primary-hover: #02579f;
  --ga-success: #44c55f;
  --ga-success-hover: #39b452;
  --ga-gradient-start: #667eea;
  --ga-gradient-end: #764ba2;
  --ga-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --ga-text: #2d3748;
  --ga-text-soft: #718096;
  --ga-bg: #f8f9fa;
  --ga-surface: #ffffff;
  --ga-border: #e2e8f0;
  --ga-danger: #e53935;
  --ga-warning: #ffbd2e;
  --ga-card-radius: 16px;
  --ga-radius-sm: 8px;
  --ga-pill: 50px;
  --ga-card-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --ga-card-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.1);
  --ga-sidebar-width: 260px;
  --ga-topbar-height: 64px;
}

.ed-page .modern-section {
  padding: 56px 0;
}
@media (max-width: 600px) {
  .ed-page .modern-section {
    padding: 36px 0;
  }
}
.ed-page .ed-alt-bg {
  background: #f8f9fa;
}
.ed-page .ed-hero {
  padding-top: 40px;
  padding-bottom: 8px;
}
@media (max-width: 600px) {
  .ed-page .ed-hero {
    padding-top: 28px;
    padding-bottom: 4px;
  }
}
.ed-page .ed-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  text-wrap: balance;
  color: #2d3748;
}
@media (max-width: 900px) {
  .ed-page .ed-hero h1 {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .ed-page .ed-hero h1 {
    font-size: 1.65rem;
    line-height: 1.2;
  }
}
.ed-page .ed-breadcrumb {
  margin-bottom: 20px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #718096;
  background: none;
  box-shadow: none;
  width: auto;
  height: auto;
}
.ed-page .ed-breadcrumb a {
  color: #718096;
  text-decoration: none;
}
.ed-page .ed-breadcrumb a:hover, .ed-page .ed-breadcrumb a:focus {
  color: #026bc3;
  text-decoration: underline;
}
.ed-page .ed-breadcrumb-sep {
  margin: 0 8px;
  color: #e2e8f0;
}
.ed-page .ed-deck {
  max-width: 62ch;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #718096;
}
@media (max-width: 600px) {
  .ed-page .ed-deck {
    font-size: 1.05rem;
  }
}
.ed-page .ed-meta {
  margin: 20px 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #718096;
}
.ed-page .ed-answer-section {
  padding-top: 8px;
}
@media (max-width: 600px) {
  .ed-page .ed-answer-section {
    padding-top: 4px;
  }
}
.ed-page .ed-answer {
  max-width: 760px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #026bc3;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 600px) {
  .ed-page .ed-answer {
    padding: 20px;
  }
}
.ed-page .ed-answer h2 {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3748;
}
.ed-page .ed-answer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ed-page .ed-answer li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  line-height: 1.6;
}
.ed-page .ed-answer li:last-child {
  margin-bottom: 0;
}
.ed-page .ed-answer li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 8px;
  height: 8px;
  background: #026bc3;
  border-radius: 50%;
}
.ed-page .ed-prose > * {
  max-width: 760px;
}
.ed-page .ed-prose > .ed-figure {
  max-width: 1000px;
}
.ed-page .ed-prose h2 {
  margin: 0 0 20px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.25;
  text-wrap: balance;
  color: #2d3748;
}
@media (max-width: 600px) {
  .ed-page .ed-prose h2 {
    font-size: 1.35rem;
  }
}
.ed-page .ed-prose p {
  margin: 0 0 16px;
  font-size: 1.0625rem;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .ed-page .ed-prose p {
    font-size: 1rem;
  }
}
.ed-page .ed-prose code {
  padding: 2px 6px;
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.9em;
}
.ed-page .ed-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.ed-page .ed-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  font-size: 1.05rem;
  line-height: 1.7;
}
.ed-page .ed-list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 8px;
  width: 8px;
  height: 8px;
  background: #e2e8f0;
  border-radius: 50%;
}
.ed-page .ed-callout {
  padding: 20px 24px;
  background: #f8f9fa;
  border-left: 4px solid #e2e8f0;
  border-radius: 12px;
  color: #2d3748;
}
.ed-page .ed-code {
  margin: 0 0 24px;
  padding: 20px 24px;
  overflow-x: auto;
  background: #2d3748;
  border-radius: 12px;
}
.ed-page .ed-code code {
  padding: 0;
  background: none;
  border: 0;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.6;
  white-space: pre;
}
.ed-page .ed-figure {
  max-width: 1000px;
  margin: 0 0 32px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.ed-page .ed-figure-canvas {
  padding: 20px;
  overflow-x: auto;
  background-image: linear-gradient(to right, #ffffff 40%, rgba(255, 255, 255, 0)), linear-gradient(to left, #ffffff 40%, rgba(255, 255, 255, 0)), radial-gradient(farthest-side at 0 50%, rgba(45, 55, 72, 0.16), rgba(45, 55, 72, 0)), radial-gradient(farthest-side at 100% 50%, rgba(45, 55, 72, 0.16), rgba(45, 55, 72, 0));
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 48px 100%, 48px 100%, 16px 100%, 16px 100%;
  background-attachment: local, local, scroll, scroll;
}
@media (max-width: 600px) {
  .ed-page .ed-figure-canvas {
    padding: 12px;
  }
}
.ed-page .ed-figure-canvas img {
  display: block;
  width: 100%;
  min-width: 700px;
  height: auto;
}
.ed-page .ed-figure--photo .ed-figure-canvas {
  overflow-x: visible;
}
.ed-page .ed-figure--photo .ed-figure-canvas img {
  min-width: 0;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.ed-page .ed-figure figcaption {
  padding: 0 20px 18px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #718096;
}
@media (max-width: 600px) {
  .ed-page .ed-figure figcaption {
    padding: 0 12px 14px;
  }
}
.ed-page .ed-table-section {
  background: #f8f9fa;
}
.ed-page .ed-table-wrap {
  overflow-x: auto;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(to right, #ffffff 40%, rgba(255, 255, 255, 0)), linear-gradient(to left, #ffffff 40%, rgba(255, 255, 255, 0)), radial-gradient(farthest-side at 0 50%, rgba(45, 55, 72, 0.16), rgba(45, 55, 72, 0)), radial-gradient(farthest-side at 100% 50%, rgba(45, 55, 72, 0.16), rgba(45, 55, 72, 0));
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 48px 100%, 48px 100%, 16px 100%, 16px 100%;
  background-attachment: local, local, scroll, scroll;
}
.ed-page .ed-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.ed-page .ed-table thead th {
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #718096;
}
.ed-page .ed-table tbody tr:not(:last-child) th,
.ed-page .ed-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #e2e8f0;
}
.ed-page .ed-table tbody tr:hover th,
.ed-page .ed-table tbody tr:hover td {
  background: #f8f9fa;
}
.ed-page .ed-table tbody th {
  width: 30%;
  padding: 16px 20px;
  font-weight: 700;
  text-align: left;
  color: #2d3748;
}
.ed-page .ed-table td {
  padding: 16px 20px;
  font-size: 0.95rem;
  line-height: 1.5;
  vertical-align: top;
  color: #2d3748;
}
.ed-page .ed-table .ed-yes,
.ed-page .ed-table .ed-no {
  position: relative;
  padding-left: 44px;
}
.ed-page .ed-table .ed-yes:before,
.ed-page .ed-table .ed-no:before {
  position: absolute;
  top: 15px;
  left: 20px;
  font-family: "Material Icons";
  font-size: 18px;
  line-height: 1;
}
.ed-page .ed-table .ed-yes:before {
  content: "check_circle";
  color: #44c55f;
}
.ed-page .ed-table .ed-no:before {
  content: "remove_circle_outline";
  color: #718096;
}
.ed-page .ed-faq-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
}
.ed-page .ed-faq-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.ed-page .ed-faq-item h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #2d3748;
}
.ed-page .ed-faq-item p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2d3748;
}
.ed-page .ed-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.ed-page .ed-cta-links {
  margin-top: 32px;
  font-size: 0.9rem;
  color: #718096;
}
.ed-page .ed-cta-links a {
  color: #026bc3;
}
.ed-page .ed-cta-links span {
  margin: 0 8px;
}

/*# sourceMappingURL=editorial.css.map */
