/* youtube-earnings-calculator — extracted from inline <style> */
.evvy-yt-cut-card {
  margin-top: 1rem;
  background: var(--bs-body-bg, #fff);
  border: 1px solid var(--evvy-border-color, #DEE2E6);
  border-radius: var(--evvy-radius-lg, 12px);
  padding: 1.25rem 1.5rem;
  display: none;
}
.evvy-yt-cut-header {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--evvy-text-secondary, #666);
  margin-bottom: 0.75rem;
}
.evvy-yt-cut-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.375rem 0;
}
.evvy-yt-cut-row span:first-child {
  color: var(--evvy-text-secondary, #666);
  font-size: 0.875rem;
}
.evvy-yt-cut-row span:last-child {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  text-align: right;
  font-size: 0.875rem;
}
.evvy-yt-cut-divider {
  border-top: 1px dashed var(--evvy-border-color, #DEE2E6);
  margin: 0.25rem 0;
}
.evvy-yt-cut-final span:first-child {
  font-weight: 700;
  color: var(--cluster-dark);
}
.evvy-yt-cut-final span:last-child {
  font-weight: 800;
  color: var(--cluster-dark);
}
.evvy-growth-card {
  margin-top: 1rem;
  background: var(--bs-body-bg, #fff);
  border: 1px solid var(--evvy-border-color, #DEE2E6);
  border-radius: var(--evvy-radius-lg, 12px);
  padding: 1.25rem 1.5rem;
  display: none;
}
.evvy-growth-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.375rem 0;
}
.evvy-growth-row + .evvy-growth-row {
  border-top: 1px solid var(--evvy-border-color, #DEE2E6);
}
.evvy-growth-row .evvy-growth-mult {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--cluster-dark);
  background: color-mix(in srgb, var(--cluster-dark) 10%, transparent);
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
}
.evvy-growth-row .evvy-growth-views {
  font-size: 0.8125rem;
  color: var(--evvy-text-secondary, #666);
}
.evvy-growth-row .evvy-growth-rev {
  font-size: 0.9375rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.evvy-geo-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cluster-dark);
  margin-top: 0.25rem;
  text-align: center;
}
.evvy-niche-table {
  width: 100%;
  font-size: 0.8125rem;
  border-collapse: collapse;
  margin-top: 0.75rem;
}
.evvy-niche-table th {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--evvy-text-secondary, #666);
  padding: 0.5rem 0.375rem;
  border-bottom: 2px solid var(--evvy-border-color, #DEE2E6);
  text-align: right;
}
.evvy-niche-table th:first-child {
  text-align: left;
}
.evvy-niche-table td {
  padding: 0.375rem;
  border-bottom: 1px solid var(--evvy-border-color, #DEE2E6);
  font-variant-numeric: tabular-nums;
  text-align: right;
  color: var(--evvy-text-primary, #333);
}
.evvy-niche-table td:first-child {
  text-align: left;
  font-weight: 500;
}
.evvy-niche-table tbody tr:hover {
  background: color-mix(in srgb, var(--cluster-dark) 4%, transparent);
}
.evvy-niche-table .evvy-niche-active {
  background: color-mix(in srgb, var(--cluster-dark) 8%, transparent);
  font-weight: 600;
}
.evvy-rate-unit {
  font-size: 0.4em;
  font-weight: 600;
  opacity: 0.55;
  letter-spacing: -0.02em;
}
.evvy-custom-cpm-wrap {
  margin-top: 0.75rem;
  max-width: 200px;
  display: none;
}
[data-bs-theme="dark"] .evvy-yt-cut-card,
[data-bs-theme="dark"] .evvy-growth-card {
  background: var(--evvy-gray-100, #1E1E1E);
}
@media (max-width: 575.98px) {
  #results-area .evvy-results-row {
    grid-template-columns: 1fr 1fr !important;
  }
}
