/* Entrepreneurship page styles (scoped) */
body.page-entrepreneurship {
  --e-bg: #f8fbff;
  --e-card: #ffffff;
  --e-text: #222;
  --e-muted: #555;
  --e-accent: #8e4594;
  --e-accent-2: #228e85; /* project green */
  --e-shadow: 0 6px 18px rgba(0,0,0,0.06);
  color: var(--e-text);
}

body.page-entrepreneurship .e-section {
  border: 1px solid #e8e5f3;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1.25rem 0 2rem;
  box-shadow: var(--e-shadow);
  border-left: 4px solid rgba(34,142,133,0.18); /* gentle green accent */
}

body.page-entrepreneurship .e-section:nth-of-type(even) {
  border-left-color: #8e4594;
}

body.page-entrepreneurship .e-lead {
  color: var(--e-text);
  border-left: 4px solid var(--e-accent-2);
  padding: 1rem 1.25rem;
  border-radius: 8px;
}

body.page-entrepreneurship .e-h2 {
  border-bottom: 3px solid var(--e-accent);
  display: inline-block;
  padding-bottom: 4px;
  color: #333;
}
body.page-entrepreneurship .e-h3 {
  color: #333;
  border-left: 4px solid #95e5d4;
  padding-left: .5rem;
}

body.page-entrepreneurship .e-section h3 + p,
body.page-entrepreneurship .e-section h3 + ul {
  background: rgba(123,47,247,0.045);
  border-left: 4px solid #8e4594;
  padding: 0.75rem 1rem;
  border-radius: 10px;
}
body.page-entrepreneurship .e-section h4 + p,
body.page-entrepreneurship .e-section h4 + ul {
  background: rgba(34,142,133,0.05);
  border-left: 4px solid #95e5d4;
  padding: 0.75rem 1rem;
  border-radius: 10px;
}

body.page-entrepreneurship .e-callout-gradient {
  color: #fff;
  padding: 1.25rem 1.5rem;
  border-radius: 10px;
  margin: 1rem 0 1.25rem;
}

body.page-entrepreneurship details.e-collapse {
  border: 1px solid #e8e5f3;
  border-radius: 10px;
  margin: 1rem 0;
  background: var(--e-card);
  box-shadow: var(--e-shadow);
}
body.page-entrepreneurship details.e-collapse > summary {
  list-style: none;
  cursor: pointer;
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  color: var(--e-accent);
  border-radius: 10px;
}
body.page-entrepreneurship details.e-collapse[open] > summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.page-entrepreneurship details.e-collapse > summary::marker { display: none; }
body.page-entrepreneurship details.e-collapse > summary .caret {
  margin-left: auto;
  transition: transform .2s ease;
}
body.page-entrepreneurship details.e-collapse[open] > summary .caret { transform: rotate(180deg); }
body.page-entrepreneurship details.e-collapse .e-collapse-body {
  padding: 0.75rem 1rem 1rem;
  color: var(--e-muted);
  background: rgba(34,142,133,0.04);
  border-top: 1px solid rgba(123,47,247,0.12);
}

body.page-entrepreneurship a {
  color: var(--e-accent-2);
  text-decoration-color: rgba(34,142,133,0.35);
  text-underline-offset: 2px;
}
body.page-entrepreneurship a:hover,
body.page-entrepreneurship a:focus {
  color: var(--e-accent);
  text-decoration-color: var(--e-accent);
}

body.page-entrepreneurship table.table,
body.page-entrepreneurship table.notebook-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
body.page-entrepreneurship table.table th,
body.page-entrepreneurship table.table td,
body.page-entrepreneurship table.notebook-table th,
body.page-entrepreneurship table.notebook-table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
}
body.page-entrepreneurship table.table thead th {
  color: #274b48;
}
body.page-entrepreneurship .table thead.e-green th { background-color: var(--e-accent-2); color: #fff; }

body.page-entrepreneurship table.table tbody tr:nth-child(odd),
body.page-entrepreneurship table.notebook-table tbody tr:nth-child(odd) {
  background: rgba(34,142,133,0.035);
}
body.page-entrepreneurship table.table tbody tr:hover,
body.page-entrepreneurship table.notebook-table tbody tr:hover {
  background: rgba(123,47,247,0.06);
}

body.page-entrepreneurship ul li::marker,
body.page-entrepreneurship ol li::marker {
  color: var(--e-accent-2);
}

body.page-entrepreneurship .e-section > ul,
body.page-entrepreneurship .e-section > ol {
  background: rgba(34,142,133,0.05);
  border-left: 4px solid #8e4594;
  padding: 0.75rem 1rem 0.75rem 1.1rem;
  border-radius: 10px;
}

body.page-entrepreneurship hr {
  height: 3px;
  border: 0;
  border-radius: 999px;
}

body.page-entrepreneurship .alert {
  border: 1px solid #8e4594;
  color: var(--e-text);
}

body.page-entrepreneurship .mt-1 { margin-top: .25rem; }
body.page-entrepreneurship .mt-2 { margin-top: .5rem; }
body.page-entrepreneurship .mt-3 { margin-top: 1rem; }
body.page-entrepreneurship .mt-4 { margin-top: 1.5rem; }
body.page-entrepreneurship .mb-0 { margin-bottom: 0; }
body.page-entrepreneurship .mb-1 { margin-bottom: .25rem; }
body.page-entrepreneurship .mb-2 { margin-bottom: .5rem; }
body.page-entrepreneurship .mb-3 { margin-bottom: 1rem; }

body.page-entrepreneurship .e-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: rgba(123,47,247,0.1);
  color: var(--e-accent);
  font-weight: 600;
  font-size: 0.85rem;
}

body.page-entrepreneurship figure {
  background: #fff;
  border: 1px solid #e8e5f3;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 2px 6px rgba(123,47,247,0.06);
}

body.page-entrepreneurship .e-panel-info {
  background: #f0f8ff; /* aliceblue */
  border-left: 4px solid #95e5d4; /* cornflower */
  padding: 1rem;
  border-radius: 8px;
}
body.page-entrepreneurship .e-panel-success {
  background: #eefdec; /* light green */
  border-left: 4px solid #95e5d4;
  padding: 1rem;
  border-radius: 8px;
}
body.page-entrepreneurship .e-panel-warning {
  background: #fff8e6; /* light amber */
  border-left: 4px solid #f39b27;
  padding: 1rem;
  border-radius: 8px;
}
