/* _content/PoliticoClone2/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kn9aj78n4a] {
  width: 100%;
  /* Optimize for mobile performance */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  transform: translateZ(0); /* Force hardware acceleration */
  will-change: scroll-position;
}

.container[b-kn9aj78n4a] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

header[b-kn9aj78n4a] {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  border-bottom: 1px solid #e3e3e3;
  /* Optimize for mobile performance */
  will-change: transform;
  transform: translateZ(0); /* Force hardware acceleration */
  -webkit-backface-visibility: hidden; /* Prevent flickering on mobile */
  backface-visibility: hidden;
}

.top-nav[b-kn9aj78n4a] {
  height: 60px;
  border-bottom: 1px solid #e3e3e3;
}

.top-nav .container[b-kn9aj78n4a] {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 100%;
}

.menu-button[b-kn9aj78n4a],
.search-button[b-kn9aj78n4a] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: none; /* Hidden by default, shown on mobile */
  align-items: center;
  justify-content: center;
  grid-column: 1;
  justify-self: start;
}

.menu-button i[b-kn9aj78n4a],
.search-button i[b-kn9aj78n4a] {
  font-size: 1.5rem;
  color: #333;
}

.logo[b-kn9aj78n4a] {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  justify-self: center;
}

.logo a[b-kn9aj78n4a] {
  color: #dc0228;
  text-decoration: none;
}

.tagline[b-kn9aj78n4a] {
  font-size: 1rem;
  color: #dc0228 !important;
  font-weight: 100;
  margin-top: -0.25rem;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}

.top-right-nav[b-kn9aj78n4a] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  line-height: 1;
  grid-column: 3;
  justify-self: end;
}

.top-right-nav a[b-kn9aj78n4a] {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 0.875rem;
}

.main-nav[b-kn9aj78n4a] {
  height: 48px;
  background: white;
}

.main-nav .container[b-kn9aj78n4a] {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 2rem;
}

.live-tag[b-kn9aj78n4a] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.live-indicator[b-kn9aj78n4a] {
  background: #dc0228;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: bold;
}

.live-text[b-kn9aj78n4a] {
  font-weight: 600;
}

.live-time[b-kn9aj78n4a] {
  color: #666;
  font-size: 0.875rem;
}

.nav-links[b-kn9aj78n4a] {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nav-links[b-kn9aj78n4a]::-webkit-scrollbar {
  display: none;
}

.nav-links a[b-kn9aj78n4a] {
  text-decoration: none;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
}

.nav-links a:hover[b-kn9aj78n4a] {
  color: #dc0228;
}

main[b-kn9aj78n4a] {
  padding-top: 2rem;
  background-color: #f8f8f8;
}

.content-container[b-kn9aj78n4a] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.news-grid[b-kn9aj78n4a] {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.news-column[b-kn9aj78n4a] {
  background: white;
  padding: 1.5rem;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.news-column h2[b-kn9aj78n4a] {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #dc0228;
}

.news-list[b-kn9aj78n4a] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.news-item[b-kn9aj78n4a] {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e3e3e3;
}

.news-item:last-child[b-kn9aj78n4a] {
  border-bottom: none;
  padding-bottom: 0;
}

.news-item .timestamp[b-kn9aj78n4a] {
  font-size: 0.875rem;
  color: #666;
  display: block;
  margin-bottom: 0.5rem;
}

.news-item h3[b-kn9aj78n4a] {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}

.news-item p[b-kn9aj78n4a] {
  font-size: 0.9375rem;
  color: #444;
  line-height: 1.5;
  margin: 0;
}

.news-item img[b-kn9aj78n4a] {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 1rem;
}

/* Top News specific styles */
.top-news .news-item h3[b-kn9aj78n4a] {
  font-size: 1.5rem;
}

/* Latest News specific styles */
.latest-news .news-item[b-kn9aj78n4a] {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* More Headlines specific styles */
.more-headlines .news-item h3[b-kn9aj78n4a] {
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .news-grid[b-kn9aj78n4a] {
    grid-template-columns: 1fr 1fr;
  }

  .more-headlines[b-kn9aj78n4a] {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .news-grid[b-kn9aj78n4a] {
    grid-template-columns: 1fr;
  }

  .more-headlines[b-kn9aj78n4a] {
    grid-column: span 1;
  }

  .top-right-nav a:not(:last-child)[b-kn9aj78n4a] {
    display: none;
  }

  /* Mobile menu button - always visible on mobile */
  .menu-button[b-kn9aj78n4a] {
    display: flex;
  }

  /* Adjust grid layout for mobile when hamburger is visible */
  .top-nav .container[b-kn9aj78n4a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Reset grid properties for mobile */
  .logo[b-kn9aj78n4a] {
    grid-column: auto;
    justify-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button[b-kn9aj78n4a] {
    grid-column: auto;
    justify-self: auto;
  }

  .top-right-nav[b-kn9aj78n4a] {
    grid-column: auto;
    justify-self: auto;
  }

  /* Hide desktop nav on mobile */
  .main-nav[b-kn9aj78n4a] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    height: 0;
    overflow: hidden;
    z-index: 999;
  }

  /* Show mobile menu when open */
  .main-nav.mobile-menu-open[b-kn9aj78n4a] {
    opacity: 1;
    visibility: visible;
    height: auto;
    min-height: 200px;
    /* Optimize for mobile performance */
    will-change: opacity, visibility, height;
    transform: translateZ(0); /* Force hardware acceleration */
  }

  .nav-links[b-kn9aj78n4a] {
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
  }

  .nav-links a[b-kn9aj78n4a] {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
    /* Optimize for mobile performance */
    will-change: background-color;
    transform: translateZ(0); /* Force hardware acceleration */
  }

  .nav-links a:hover[b-kn9aj78n4a] {
    background-color: #f8f9fa;
    color: #dc0228;
  }

  .nav-links a:last-child[b-kn9aj78n4a] {
    border-bottom: none;
  }

  /* Mobile header adjustments */
  .top-nav[b-kn9aj78n4a] {
    height: 50px;
  }

  .logo[b-kn9aj78n4a] {
    font-size: 1.5rem;
  }

  .tagline[b-kn9aj78n4a] {
    font-size: 0.8rem;
  }

  .container[b-kn9aj78n4a] {
    padding: 0 0.5rem;
  }
}

@media (max-width: 480px) {
  .top-nav[b-kn9aj78n4a] {
    height: 45px;
  }

  .logo[b-kn9aj78n4a] {
    font-size: 1.25rem;
  }

  .tagline[b-kn9aj78n4a] {
    font-size: 0.7rem;
  }

  .main-nav[b-kn9aj78n4a] {
    height: 35px;
  }

  .nav-links[b-kn9aj78n4a] {
    gap: 0.75rem;
  }

  .nav-links a[b-kn9aj78n4a] {
    font-size: 0.75rem;
  }

  .top-right-nav a[b-kn9aj78n4a] {
    font-size: 0.75rem;
  }

  .menu-button i[b-kn9aj78n4a],
  .search-button i[b-kn9aj78n4a] {
    font-size: 1.25rem;
  }
}

/* Search Overlay Styles */
.search-overlay[b-kn9aj78n4a] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 120px;
  animation: fadeIn-b-kn9aj78n4a 0.3s ease-out;
  /* Debug: ensure visibility */
  min-height: 100vh;
  min-width: 100vw;
}

.search-container[b-kn9aj78n4a] {
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 600px;
  max-height: 70vh;
  overflow-y: auto;
  animation: slideDown-b-kn9aj78n4a 0.3s ease-out;
}

.search-header[b-kn9aj78n4a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  border-bottom: 1px solid #e3e3e3;
}

.search-header h3[b-kn9aj78n4a] {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

.close-search[b-kn9aj78n4a] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 1.25rem;
  color: #666;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.close-search:hover[b-kn9aj78n4a] {
  background-color: #f0f0f0;
}

.search-input-container[b-kn9aj78n4a] {
  display: flex;
  padding: 1rem 1.5rem;
  gap: 0.5rem;
}

.search-input[b-kn9aj78n4a] {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 2px solid #e3e3e3;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
}

.search-input:focus[b-kn9aj78n4a] {
  border-color: #dc0228;
}

.search-submit[b-kn9aj78n4a] {
  background: #dc0228;
  color: white;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.2s;
}

.search-submit:hover[b-kn9aj78n4a] {
  background: #b01e22;
}

.search-loading[b-kn9aj78n4a] {
  padding: 2rem;
  text-align: center;
  color: #666;
  font-size: 1rem;
}

.search-loading i[b-kn9aj78n4a] {
  margin-right: 0.5rem;
}

.spin[b-kn9aj78n4a] {
  animation: spin-b-kn9aj78n4a 1s linear infinite;
}

.search-results[b-kn9aj78n4a] {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.search-results h4[b-kn9aj78n4a] {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  color: #666;
  font-weight: 500;
}

.results-list[b-kn9aj78n4a] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.search-result-item[b-kn9aj78n4a] {
  padding: 1rem;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.search-result-item:hover[b-kn9aj78n4a] {
  border-color: #dc0228;
  background-color: #f8f8f8;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.result-title[b-kn9aj78n4a] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.result-meta[b-kn9aj78n4a] {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}

.result-category[b-kn9aj78n4a] {
  color: #dc0228;
  font-weight: 500;
}

.result-summary[b-kn9aj78n4a] {
  font-size: 0.9375rem;
  color: #444;
  line-height: 1.5;
}

.no-results[b-kn9aj78n4a] {
  padding: 2rem;
  text-align: center;
  color: #666;
}

.no-results p[b-kn9aj78n4a] {
  margin: 0;
  font-size: 1rem;
}

@keyframes fadeIn-b-kn9aj78n4a {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideDown-b-kn9aj78n4a {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin-b-kn9aj78n4a {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* _content/PoliticoClone2/Components/Pages/AddYourVoice.razor.rz.scp.css */
/* Add Your Voice Page - Simple Politico-style heading */
.page-content[b-gj0nu7luv9] {
  background-color: #fff;
  min-height: 100vh;
}

.page-content__row[b-gj0nu7luv9] {
  padding: 2rem 0;
}

.container[b-gj0nu7luv9] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-heading[b-gj0nu7luv9] {
  color: #dc0228;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.page-description[b-gj0nu7luv9] {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
  max-width: 800px;
}

/* Articles Section */
/* Instructions Section */
.page_content-instructions[b-gj0nu7luv9] {
  background-color: #fff;
  border-bottom: 1px solid #e1e5e9;
}

.instructions-section[b-gj0nu7luv9] {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-description[b-gj0nu7luv9] {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.6;
  margin: 0 0 1rem 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-description:last-child[b-gj0nu7luv9] {
  margin-bottom: 0;
}

.page_content-articles[b-gj0nu7luv9] {
  background-color: #fff;
  padding: 3rem 0;
}

.section-heading[b-gj0nu7luv9] {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 2rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #dc0228;
}

.loading-text[b-gj0nu7luv9] {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  padding: 2rem 0;
}

.no-articles[b-gj0nu7luv9] {
  text-align: center;
  padding: 2rem 0;
}

.no-articles p[b-gj0nu7luv9] {
  font-size: 1.1rem;
  color: #666;
  margin: 0;
}

/* Error Message */
.error-message[b-gj0nu7luv9] {
  text-align: center;
  padding: 2rem 0;
}

.error-message p[b-gj0nu7luv9] {
  font-size: 1.1rem;
  color: #dc3545;
  margin-bottom: 1rem;
}

.retry-btn[b-gj0nu7luv9] {
  background: #dc0228;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.retry-btn:hover[b-gj0nu7luv9] {
  background: #b91c3c;
}

/* Article List */
.article-list[b-gj0nu7luv9] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.article-card[b-gj0nu7luv9] {
  background: #fff;
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  padding: 1.5rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.article-card:hover[b-gj0nu7luv9] {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #dc0228;
}

.article-link[b-gj0nu7luv9] {
  text-decoration: none;
  color: #007bff;
}

.article-link:hover[b-gj0nu7luv9] {
  text-decoration: underline;
  color: #0056b3;
}

.article-title[b-gj0nu7luv9] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #007bff;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
  transition: color 0.2s;
}

.article-link:hover .article-title[b-gj0nu7luv9] {
  color: #0056b3;
}

.article-meta[b-gj0nu7luv9] {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 1rem 0;
}

.article-summary[b-gj0nu7luv9] {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.article-tags[b-gj0nu7luv9] {
  margin-top: 1rem;
}

.article-tags small[b-gj0nu7luv9] {
  color: #888;
  font-size: 0.85rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-heading[b-gj0nu7luv9] {
    font-size: 2rem;
  }

  .container[b-gj0nu7luv9] {
    padding: 0 1rem;
  }

  .page-content__row[b-gj0nu7luv9] {
    padding: 1.5rem 0;
  }
}

@media (max-width: 480px) {
  .page-heading[b-gj0nu7luv9] {
    font-size: 1.75rem;
  }
}
/* _content/PoliticoClone2/Components/Pages/AnalyticsReport.razor.rz.scp.css */
.analytics-report[b-o1ttlxefdd] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.header[b-o1ttlxefdd] {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 10px;
}

.header h1[b-o1ttlxefdd] {
  margin: 0 0 10px 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.header p[b-o1ttlxefdd] {
  margin: 0;
  font-size: 1.1rem;
  opacity: 0.9;
}

.date-filters[b-o1ttlxefdd] {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.date-filters label[b-o1ttlxefdd] {
  font-weight: 600;
  color: white;
}

.date-filters input[type="date"][b-o1ttlxefdd] {
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  background: white;
  color: #333;
}

.btn[b-o1ttlxefdd] {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-primary[b-o1ttlxefdd] {
  background: #007bff;
  color: white;
}

.btn-primary:hover[b-o1ttlxefdd] {
  background: #0056b3;
  transform: translateY(-1px);
}

.btn-secondary[b-o1ttlxefdd] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover[b-o1ttlxefdd] {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

.loading[b-o1ttlxefdd] {
  text-align: center;
  padding: 40px;
  font-size: 1.2rem;
  color: #666;
}

.summary-cards[b-o1ttlxefdd] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.card[b-o1ttlxefdd] {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid #e9ecef;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover[b-o1ttlxefdd] {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.card h3[b-o1ttlxefdd] {
  margin: 0 0 15px 0;
  color: #495057;
  font-size: 1.1rem;
  font-weight: 600;
}

.card .number[b-o1ttlxefdd] {
  font-size: 2.5rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 8px;
}

.card .label[b-o1ttlxefdd] {
  color: #6c757d;
  font-size: 0.9rem;
}

.section[b-o1ttlxefdd] {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border: 1px solid #e9ecef;
}

.section h2[b-o1ttlxefdd] {
  margin: 0 0 25px 0;
  color: #495057;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 10px;
}

.table-container[b-o1ttlxefdd] {
  overflow-x: auto;
}

.analytics-table[b-o1ttlxefdd] {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.analytics-table th[b-o1ttlxefdd] {
  background: #f8f9fa;
  padding: 15px 12px;
  text-align: left;
  font-weight: 600;
  color: #495057;
  border-bottom: 2px solid #dee2e6;
}

.analytics-table td[b-o1ttlxefdd] {
  padding: 12px;
  border-bottom: 1px solid #e9ecef;
  color: #495057;
}

.analytics-table tr:hover[b-o1ttlxefdd] {
  background: #f8f9fa;
}

.analytics-table code[b-o1ttlxefdd] {
  background: #e9ecef;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 12px;
}

.charts-section[b-o1ttlxefdd] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.chart-container[b-o1ttlxefdd] {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}

.chart-container h3[b-o1ttlxefdd] {
  margin: 0 0 20px 0;
  color: #495057;
  font-size: 1.4rem;
  font-weight: 600;
}

.chart-placeholder[b-o1ttlxefdd] {
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  color: #6c757d;
}

.chart-placeholder p[b-o1ttlxefdd] {
  margin: 5px 0;
  font-size: 1rem;
}

.no-data[b-o1ttlxefdd] {
  text-align: center;
  padding: 60px 20px;
  color: #6c757d;
}

.no-data p[b-o1ttlxefdd] {
  margin: 10px 0;
  font-size: 1.1rem;
}

.debug-section[b-o1ttlxefdd] {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  margin-top: 30px;
}

.debug-section h3[b-o1ttlxefdd] {
  margin: 0 0 15px 0;
  color: #495057;
  font-size: 1.2rem;
  font-weight: 600;
}

.debug-info p[b-o1ttlxefdd] {
  margin: 8px 0;
  font-size: 0.9rem;
  color: #6c757d;
}

.debug-info strong[b-o1ttlxefdd] {
  color: #495057;
}

/* Responsive design */
@media (max-width: 768px) {
  .analytics-report[b-o1ttlxefdd] {
    padding: 15px;
  }

  .header[b-o1ttlxefdd] {
    padding: 15px;
  }

  .header h1[b-o1ttlxefdd] {
    font-size: 2rem;
  }

  .date-filters[b-o1ttlxefdd] {
    flex-direction: column;
    gap: 10px;
  }

  .summary-cards[b-o1ttlxefdd] {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .section[b-o1ttlxefdd] {
    padding: 20px;
  }

  .charts-section[b-o1ttlxefdd] {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card[b-o1ttlxefdd] {
    padding: 20px;
  }

  .card .number[b-o1ttlxefdd] {
    font-size: 2rem;
  }
}
/* _content/PoliticoClone2/Components/Pages/Article.razor.rz.scp.css */
.article-container[b-gu1smcdn48] {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 1.6;
}

.article-header[b-gu1smcdn48] {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.5rem;
}

.article-header h1[b-gu1smcdn48] {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0.5rem 0 1rem 0;
  color: #000;
  line-height: 1.2;
  font-family: "Georgia", "Times New Roman", serif;
}

.article-meta[b-gu1smcdn48] {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #666;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.byline[b-gu1smcdn48] {
  font-weight: 600;
  margin: 0;
  color: #000;
}

.timestamp[b-gu1smcdn48] {
  color: #666;
  font-size: 0.9rem;
}

.category[b-gu1smcdn48] {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.article-image[b-gu1smcdn48] {
  margin: 1.5rem 0;
  text-align: center;
  width: 100%;
}

.article-image img[b-gu1smcdn48] {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.article-main-image[b-gu1smcdn48] {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  margin: 0 auto 1.5rem auto;
  object-fit: cover;
}

.article-content[b-gu1smcdn48] {
  line-height: 1.7;
  color: #000;
  font-size: 1.1rem;
  font-family: "Georgia", "Times New Roman", serif;
}

.summary[b-gu1smcdn48] {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
  border-left: 3px solid #e5e5e5;
  padding-left: 1rem;
  margin-left: 0;
}

.content[b-gu1smcdn48] {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

.content p[b-gu1smcdn48] {
  margin-bottom: 1.5rem;
  color: #000;
}

.content h2[b-gu1smcdn48] {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2rem 0 1rem 0;
  color: #000;
  font-family: "Georgia", "Times New Roman", serif;
}

.content h3[b-gu1smcdn48] {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.5rem 0 0.75rem 0;
  color: #000;
  font-family: "Georgia", "Times New Roman", serif;
}

.article-tags[b-gu1smcdn48] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e5e5;
}

.tag[b-gu1smcdn48] {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #f5f5f5;
  color: #666;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.article-footer[b-gu1smcdn48] {
  margin-top: 3rem;
  text-align: center;
}

.btn[b-gu1smcdn48] {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.2s;
}

.btn:hover[b-gu1smcdn48] {
  background-color: #0056b3;
}

.btn-secondary[b-gu1smcdn48] {
  background-color: #6c757d;
}

.btn-secondary:hover[b-gu1smcdn48] {
  background-color: #5a6268;
}

.article-voting[b-gu1smcdn48] {
  margin: 3rem 0;
  padding: 1.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #fafafa;
  position: relative;
}

.article-voting h2[b-gu1smcdn48] {
  color: #000;
  margin: 0 0 1rem 0;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Georgia", "Times New Roman", serif;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  background-color: transparent;
  padding: 0;
}

.voting-buttons[b-gu1smcdn48] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0;
  width: 100%;
  flex-wrap: nowrap;
  min-height: 50px;
}

/* Support Button Wrapper - contains button and vote count */
.support-button-wrapper[b-gu1smcdn48] {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

/* Support Button - replaced thumbs up with text button */
.btn-support[b-gu1smcdn48] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: all 0.2s;
  border: 2px solid #28a745;
  background-color: #fff;
  color: #28a745;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  outline: none;
  user-select: none;
  white-space: nowrap;
  width: 220px;
  box-sizing: border-box;
}

.btn-support:hover:not(.disabled):not(:disabled)[b-gu1smcdn48] {
  background-color: #28a745;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

.btn-support:focus[b-gu1smcdn48] {
  outline: 2px solid #28a745;
  outline-offset: 2px;
}

.btn-support:active:not(.disabled):not(:disabled)[b-gu1smcdn48] {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}

.btn-support.disabled[b-gu1smcdn48],
.btn-support:disabled[b-gu1smcdn48] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-support.disabled:hover[b-gu1smcdn48],
.btn-support:disabled:hover[b-gu1smcdn48] {
  background-color: #fff;
  color: #28a745;
  transform: none;
  box-shadow: none;
}

.btn-support.active[b-gu1smcdn48] {
  background-color: #28a745;
  color: #fff;
  border-color: #28a745;
}

.btn-support.active:hover[b-gu1smcdn48] {
  background-color: #218838;
  border-color: #218838;
}

.support-text[b-gu1smcdn48] {
  font-weight: 600;
}

.support-button-wrapper .vote-count[b-gu1smcdn48] {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  min-width: 30px;
  text-align: left;
}

/* Flag Button Wrapper - contains button and flag count */
.flag-button-wrapper[b-gu1smcdn48] {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

/* Flag Button - replaced flag icon with text button */
.btn-flag[b-gu1smcdn48] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: all 0.2s;
  border: 2px solid #dc3545;
  background-color: #fff;
  color: #dc3545;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  outline: none;
  user-select: none;
  white-space: nowrap;
  width: 220px;
  box-sizing: border-box;
}

.btn-flag:hover:not(.disabled):not(:disabled)[b-gu1smcdn48] {
  background-color: #dc3545;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

.btn-flag:focus[b-gu1smcdn48] {
  outline: 2px solid #dc3545;
  outline-offset: 2px;
}

.btn-flag:active:not(.disabled):not(:disabled)[b-gu1smcdn48] {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
}

.btn-flag.active[b-gu1smcdn48] {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.btn-flag.active:hover[b-gu1smcdn48] {
  background-color: #c82333;
  border-color: #c82333;
}

.flag-text[b-gu1smcdn48] {
  font-weight: 600;
}

.flag-button-wrapper .flag-count[b-gu1smcdn48] {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  min-width: 30px;
  text-align: left;
}

.voting-buttons[b-gu1smcdn48] {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.comments-section[b-gu1smcdn48] {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}

.comments-section h3[b-gu1smcdn48] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.5rem;
  font-family: "Georgia", "Times New Roman", serif;
}

.comment[b-gu1smcdn48] {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.comment:last-child[b-gu1smcdn48] {
  border-bottom: none;
}

.comment-header[b-gu1smcdn48] {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}

.comment-author[b-gu1smcdn48] {
  font-weight: 600;
  color: #000;
}

.comment-date[b-gu1smcdn48] {
  color: #999;
  margin-left: 0.5rem;
}

.comment-content[b-gu1smcdn48] {
  color: #333;
  line-height: 1.6;
}

.add-comment h4[b-gu1smcdn48] {
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Georgia", "Times New Roman", serif;
}

.add-comment[b-gu1smcdn48] {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #fafafa;
  border-radius: 4px;
}

.form-group[b-gu1smcdn48] {
  margin-bottom: 1rem;
}

.form-group label[b-gu1smcdn48] {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #000;
  font-size: 0.9rem;
}

.form-control[b-gu1smcdn48] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  font-family: "Georgia", "Times New Roman", serif;
}

.form-control:focus[b-gu1smcdn48] {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .article-container[b-gu1smcdn48] {
    padding: 0 0.5rem;
  }

  .article-header h1[b-gu1smcdn48] {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .article-meta[b-gu1smcdn48] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .article-content[b-gu1smcdn48] {
    font-size: 1rem;
  }

  .summary[b-gu1smcdn48] {
    font-size: 1.2rem;
    padding-left: 0.75rem;
  }

  .add-comment[b-gu1smcdn48] {
    margin-top: 2rem;
    padding: 1rem;
  }

  .article-main-image[b-gu1smcdn48] {
    width: 100%;
    margin: 0 auto 1.5rem auto;
  }

  .article-voting[b-gu1smcdn48] {
    margin: 2rem 0;
    padding: 1rem;
  }

  .voting-buttons[b-gu1smcdn48] {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
/* _content/PoliticoClone2/Components/Pages/ArticleClickReport.razor.rz.scp.css */
.report-container[b-wuucilzyl6] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.report-header[b-wuucilzyl6] {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.report-header h1[b-wuucilzyl6] {
  margin: 0 0 10px 0;
  font-size: 2.5rem;
  font-weight: 300;
}

.report-description[b-wuucilzyl6] {
  margin: 0;
  font-size: 1.1rem;
  opacity: 0.9;
}

.report-stats[b-wuucilzyl6] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.stat-card[b-wuucilzyl6] {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-left: 4px solid #667eea;
}

.stat-card h3[b-wuucilzyl6] {
  margin: 0 0 10px 0;
  color: #666;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stat-number[b-wuucilzyl6] {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  display: block;
}

.loading[b-wuucilzyl6] {
  text-align: center;
  padding: 50px;
  color: #666;
}

.report-table-container[b-wuucilzyl6] {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
}

.click-report-table[b-wuucilzyl6] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.click-report-table thead[b-wuucilzyl6] {
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

.click-report-table th[b-wuucilzyl6] {
  padding: 15px 12px;
  text-align: left;
  font-weight: 600;
  color: #495057;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.click-report-table td[b-wuucilzyl6] {
  padding: 15px 12px;
  border-bottom: 1px solid #dee2e6;
  vertical-align: middle;
}

.click-report-table tbody tr:hover[b-wuucilzyl6] {
  background-color: #f8f9fa;
}

.rank[b-wuucilzyl6] {
  font-weight: bold;
  color: #667eea;
  text-align: center;
  width: 60px;
}

.article-title[b-wuucilzyl6] {
  max-width: 300px;
}

.article-title a[b-wuucilzyl6] {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.article-title a:hover[b-wuucilzyl6] {
  color: #667eea;
  text-decoration: underline;
}

.click-count[b-wuucilzyl6] {
  font-weight: bold;
  color: #28a745;
  text-align: center;
  width: 100px;
}

.date[b-wuucilzyl6] {
  color: #666;
  font-size: 0.85rem;
  white-space: nowrap;
}

.actions[b-wuucilzyl6] {
  text-align: center;
  width: 120px;
}

.btn[b-wuucilzyl6] {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}

.btn-sm[b-wuucilzyl6] {
  padding: 4px 8px;
  font-size: 0.75rem;
}

.btn-primary[b-wuucilzyl6] {
  background-color: #007bff;
  color: white;
}

.btn-primary:hover[b-wuucilzyl6] {
  background-color: #0056b3;
}

.btn-secondary[b-wuucilzyl6] {
  background-color: #6c757d;
  color: white;
}

.btn-secondary:hover[b-wuucilzyl6] {
  background-color: #545b62;
}

.btn-info[b-wuucilzyl6] {
  background-color: #17a2b8;
  color: white;
}

.btn-info:hover[b-wuucilzyl6] {
  background-color: #138496;
}

.report-actions[b-wuucilzyl6] {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.no-data[b-wuucilzyl6] {
  text-align: center;
  padding: 50px;
  color: #666;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Modal Styles */
.modal-overlay[b-wuucilzyl6] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content[b-wuucilzyl6] {
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow: hidden;
}

.modal-header[b-wuucilzyl6] {
  padding: 20px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
}

.modal-header h3[b-wuucilzyl6] {
  margin: 0;
  color: #333;
}

.btn-close[b-wuucilzyl6] {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-close:hover[b-wuucilzyl6] {
  color: #333;
}

.modal-body[b-wuucilzyl6] {
  padding: 20px;
  max-height: 60vh;
  overflow-y: auto;
}

.clicks-list[b-wuucilzyl6] {
  max-height: 400px;
  overflow-y: auto;
}

.click-item[b-wuucilzyl6] {
  padding: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.click-item:last-child[b-wuucilzyl6] {
  border-bottom: none;
}

.click-time[b-wuucilzyl6] {
  font-weight: 500;
  color: #333;
}

.click-info[b-wuucilzyl6] {
  display: flex;
  gap: 15px;
  font-size: 0.8rem;
  color: #666;
}

.ip-address[b-wuucilzyl6] {
  background: #e9ecef;
  padding: 2px 6px;
  border-radius: 3px;
}

.user-agent[b-wuucilzyl6] {
  background: #d1ecf1;
  padding: 2px 6px;
  border-radius: 3px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .report-container[b-wuucilzyl6] {
    padding: 10px;
  }

  .report-header h1[b-wuucilzyl6] {
    font-size: 2rem;
  }

  .click-report-table[b-wuucilzyl6] {
    font-size: 0.8rem;
  }

  .click-report-table th[b-wuucilzyl6],
  .click-report-table td[b-wuucilzyl6] {
    padding: 10px 8px;
  }

  .article-title[b-wuucilzyl6] {
    max-width: 200px;
  }

  .modal-content[b-wuucilzyl6] {
    width: 95%;
    margin: 10px;
  }

  .click-item[b-wuucilzyl6] {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .click-info[b-wuucilzyl6] {
    flex-direction: column;
    gap: 5px;
  }
}
/* _content/PoliticoClone2/Components/Pages/BigIdeas.razor.rz.scp.css */
.big-ideas-container[b-tgun1nzbwx] {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
}

.big-ideas-container h1[b-tgun1nzbwx] {
  color: #333;
  margin-bottom: 1rem;
  text-align: center;
}

.big-ideas-container > p[b-tgun1nzbwx] {
  color: #666;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.1rem;
}

.submit-idea-section[b-tgun1nzbwx] {
  background-color: #f8f9fa;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 3rem;
  position: relative;
}

.submit-idea-section h2[b-tgun1nzbwx] {
  color: #333;
  margin: 0 0 1.5rem 0;
  text-align: left;
  font-size: 1.5rem;
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #f8f9fa;
  padding: 0 1rem;
}

.idea-form[b-tgun1nzbwx] {
  margin-top: 1rem;
}

.form-group[b-tgun1nzbwx] {
  margin-bottom: 1.5rem;
}

.form-group label[b-tgun1nzbwx] {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #333;
}

.form-control[b-tgun1nzbwx] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}

.form-control:focus[b-tgun1nzbwx] {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.char-count[b-tgun1nzbwx] {
  text-align: right;
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.25rem;
}

.btn[b-tgun1nzbwx] {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.2s;
}

.btn:hover[b-tgun1nzbwx] {
  background-color: #0056b3;
}

.btn:disabled[b-tgun1nzbwx] {
  background-color: #6c757d;
  cursor: not-allowed;
}

.btn-primary[b-tgun1nzbwx] {
  background-color: #007bff;
}

.btn-primary:hover:not(:disabled)[b-tgun1nzbwx] {
  background-color: #0056b3;
}

.ideas-list-section h2[b-tgun1nzbwx] {
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.8rem;
}

.loading[b-tgun1nzbwx],
.no-ideas[b-tgun1nzbwx] {
  text-align: center;
  padding: 3rem;
  color: #666;
  font-size: 1.1rem;
}

.ideas-list[b-tgun1nzbwx] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.idea-card[b-tgun1nzbwx] {
  background-color: white;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.idea-content[b-tgun1nzbwx] {
  margin-bottom: 1.5rem;
}

.idea-text[b-tgun1nzbwx] {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1rem;
}

.idea-meta[b-tgun1nzbwx] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 0.9rem;
}

.author[b-tgun1nzbwx] {
  font-weight: bold;
}

.date[b-tgun1nzbwx] {
  font-style: italic;
}

.voting-section[b-tgun1nzbwx] {
  border-top: 1px solid #e3e3e3;
  padding-top: 1rem;
}

.voting-buttons[b-tgun1nzbwx] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0;
  width: 100%;
  flex-wrap: nowrap;
  min-height: 50px;
}

/* Support Button Wrapper - contains button and vote count */
.support-button-wrapper[b-tgun1nzbwx] {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

/* Support Button - replaced thumbs up with text button */
.btn-support[b-tgun1nzbwx] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: all 0.2s;
  border: 2px solid #28a745;
  background-color: #fff;
  color: #28a745;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  outline: none;
  user-select: none;
  white-space: nowrap;
  width: 220px;
  box-sizing: border-box;
}

.btn-support:hover:not(.disabled):not(:disabled)[b-tgun1nzbwx] {
  background-color: #28a745;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

.btn-support:focus[b-tgun1nzbwx] {
  outline: 2px solid #28a745;
  outline-offset: 2px;
}

.btn-support:active:not(.disabled):not(:disabled)[b-tgun1nzbwx] {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}

.btn-support.disabled[b-tgun1nzbwx],
.btn-support:disabled[b-tgun1nzbwx] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-support.disabled:hover[b-tgun1nzbwx],
.btn-support:disabled:hover[b-tgun1nzbwx] {
  background-color: #fff;
  color: #28a745;
  transform: none;
  box-shadow: none;
}

.btn-support.active[b-tgun1nzbwx] {
  background-color: #28a745;
  color: #fff;
  border-color: #28a745;
}

.btn-support.active:hover[b-tgun1nzbwx] {
  background-color: #218838;
  border-color: #218838;
}

.support-text[b-tgun1nzbwx] {
  font-weight: 600;
}

.support-button-wrapper .vote-count[b-tgun1nzbwx] {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  min-width: 30px;
  text-align: left;
}

.vote-count[b-tgun1nzbwx] {
  font-size: 1.2rem;
  font-weight: bold;
  color: #666;
}

@media (max-width: 768px) {
  .big-ideas-container[b-tgun1nzbwx] {
    padding: 1rem;
  }

  .submit-idea-section[b-tgun1nzbwx] {
    padding: 1.5rem;
  }

  .idea-card[b-tgun1nzbwx] {
    padding: 1rem;
  }

  .idea-meta[b-tgun1nzbwx] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
/* _content/PoliticoClone2/Components/Pages/ContentManagement.razor.rz.scp.css */
.content-management-page[b-h0cxf37oud] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
}

.admin-header[b-h0cxf37oud] {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.admin-header h1[b-h0cxf37oud] {
  font-size: 3rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.admin-description[b-h0cxf37oud] {
  font-size: 1.2rem;
  color: #7f8c8d;
  margin: 0;
  font-weight: 300;
}

.admin-functions-grid[b-h0cxf37oud] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.function-card[b-h0cxf37oud] {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.function-card[b-h0cxf37oud]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.function-card:hover[b-h0cxf37oud] {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.function-icon[b-h0cxf37oud] {
  text-align: center;
  margin-bottom: 1.5rem;
}

.function-icon i[b-h0cxf37oud] {
  font-size: 3rem;
  color: #667eea;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.function-content h3[b-h0cxf37oud] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  text-align: center;
}

.function-content p[b-h0cxf37oud] {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
  text-align: center;
  font-size: 0.95rem;
}

.function-link[b-h0cxf37oud] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  width: 100%;
  text-align: center;
}

.function-link:hover[b-h0cxf37oud] {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  color: white;
  text-decoration: none;
}

.function-link.disabled[b-h0cxf37oud] {
  background: #bdc3c7;
  color: #7f8c8d;
  cursor: not-allowed;
  box-shadow: none;
}

.function-link.disabled:hover[b-h0cxf37oud] {
  transform: none;
  box-shadow: none;
}

.admin-footer[b-h0cxf37oud] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.quick-stats[b-h0cxf37oud] {
  display: flex;
  gap: 2rem;
}

.stat-item[b-h0cxf37oud] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-label[b-h0cxf37oud] {
  font-size: 0.9rem;
  color: #7f8c8d;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.stat-value[b-h0cxf37oud] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
}

.stat-value.online[b-h0cxf37oud] {
  color: #27ae60;
}

.admin-actions[b-h0cxf37oud] {
  display: flex;
  gap: 1rem;
}

.btn[b-h0cxf37oud] {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.btn-primary[b-h0cxf37oud] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover[b-h0cxf37oud] {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-secondary[b-h0cxf37oud] {
  background: #ecf0f1;
  color: #2c3e50;
  border: 2px solid #bdc3c7;
}

.btn-secondary:hover[b-h0cxf37oud] {
  background: #d5dbdb;
  border-color: #95a5a6;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .content-management-page[b-h0cxf37oud] {
    padding: 1rem;
  }

  .admin-header h1[b-h0cxf37oud] {
    font-size: 2.5rem;
  }

  .admin-functions-grid[b-h0cxf37oud] {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .function-card[b-h0cxf37oud] {
    padding: 1.5rem;
  }

  .admin-footer[b-h0cxf37oud] {
    flex-direction: column;
    text-align: center;
  }

  .quick-stats[b-h0cxf37oud] {
    justify-content: center;
  }

  .admin-actions[b-h0cxf37oud] {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .admin-header h1[b-h0cxf37oud] {
    font-size: 2rem;
  }

  .admin-description[b-h0cxf37oud] {
    font-size: 1rem;
  }

  .function-card[b-h0cxf37oud] {
    padding: 1rem;
  }

  .function-icon i[b-h0cxf37oud] {
    font-size: 2.5rem;
  }

  .function-content h3[b-h0cxf37oud] {
    font-size: 1.25rem;
  }
}

/* _content/PoliticoClone2/Components/Pages/Council.razor.rz.scp.css */
.council-page[b-nwpaa4x68b] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.council-page h1[b-nwpaa4x68b] {
  font-size: 2.5rem;
  margin: 1rem 0;
  color: #333;
}

.no-articles[b-nwpaa4x68b] {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
}

.all-articles-debug[b-nwpaa4x68b] {
  margin: 1rem 0;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 4px;
  border-left: 4px solid #007bff;
}

.debug-article[b-nwpaa4x68b] {
  padding: 0.5rem;
  margin: 0.5rem 0;
  background: white;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

.debug-article strong[b-nwpaa4x68b] {
  color: #333;
}

.debug-article small[b-nwpaa4x68b] {
  color: #666;
}

.test-actions[b-nwpaa4x68b] {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
}

.article-list[b-nwpaa4x68b] {
  margin: 2rem 0;
}

.article-card[b-nwpaa4x68b] {
  background: white;
  padding: 1.5rem;
  margin: 1rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.article-card:hover[b-nwpaa4x68b] {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.article-link[b-nwpaa4x68b] {
  text-decoration: none;
  color: #007bff;
}

.article-link:hover[b-nwpaa4x68b] {
  text-decoration: underline;
  color: #0056b3;
}

.article-title[b-nwpaa4x68b] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #007bff;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
  transition: color 0.2s;
}

.article-link:hover .article-title[b-nwpaa4x68b] {
  color: #0056b3;
}

.article-meta[b-nwpaa4x68b] {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 1rem 0;
}

.article-summary[b-nwpaa4x68b] {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.article-tags[b-nwpaa4x68b] {
  margin-top: 1rem;
}

.article-tags small[b-nwpaa4x68b] {
  color: #888;
  font-size: 0.85rem;
}

.btn[b-nwpaa4x68b] {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.2s;
}

.btn:hover[b-nwpaa4x68b] {
  background-color: #0056b3;
}

.btn-primary[b-nwpaa4x68b] {
  background-color: #dc0228;
}

.btn-primary:hover[b-nwpaa4x68b] {
  background-color: #b3001f;
}

@media (max-width: 768px) {
  .council-page[b-nwpaa4x68b] {
    padding: 1rem;
  }

  .council-page h1[b-nwpaa4x68b] {
    font-size: 2rem;
  }

  .article-card[b-nwpaa4x68b] {
    padding: 1rem;
  }
}
/* _content/PoliticoClone2/Components/Pages/Election2028.razor.rz.scp.css */
.election2028-page[b-femxffln2y] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.election2028-page h1[b-femxffln2y] {
  font-size: 2.5rem;
  margin: 1rem 0;
  color: #333;
}

.election-form-container[b-femxffln2y] {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: 2rem 0;
}

.election-form-container h2[b-femxffln2y] {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: #dc0228;
  font-weight: 600;
}

.election-form[b-femxffln2y] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group[b-femxffln2y] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label[b-femxffln2y] {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

.form-input[b-femxffln2y] {
  padding: 0.75rem;
  border: 2px solid #e3e3e3;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
  font-family: inherit;
}

.form-input:focus[b-femxffln2y] {
  outline: none;
  border-color: #dc0228;
  box-shadow: 0 0 0 3px rgba(220, 2, 40, 0.1);
}

.form-actions[b-femxffln2y] {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e3e3e3;
}

.btn[b-femxffln2y] {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  min-width: 120px;
  justify-content: center;
}

.btn-primary[b-femxffln2y] {
  background-color: #dc0228;
  color: white;
}

.btn-primary:hover[b-femxffln2y] {
  background-color: #b3001f;
}

.issues-header[b-femxffln2y] {
  margin: 2rem 0 1rem 0;
}

.issues-header h2[b-femxffln2y] {
  font-size: 2rem;
  color: #dc0228;
  margin-bottom: 0.5rem;
}

.issues-count[b-femxffln2y] {
  color: #666;
  font-size: 0.9rem;
}

.no-issues[b-femxffln2y] {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
  text-align: center;
}

.issues-list[b-femxffln2y] {
  margin: 2rem 0;
}

.issue-card[b-femxffln2y] {
  background: white;
  padding: 1.5rem;
  margin: 1rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  border-left: 4px solid #dc0228;
}

.issue-card:hover[b-femxffln2y] {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.issue-header[b-femxffln2y] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  gap: 1rem;
}

.issue-title[b-femxffln2y] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  flex: 1;
}

.issue-date[b-femxffln2y] {
  font-size: 0.9rem;
  color: #666;
  white-space: nowrap;
  font-weight: 500;
}

.issue-description[b-femxffln2y] {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin: 1rem 0;
  padding: 0.75rem 0;
  white-space: pre-wrap;
}

.issue-councillor[b-femxffln2y] {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e3e3e3;
}

.issue-councillor strong[b-femxffln2y] {
  color: #dc0228;
}

.pagination[b-femxffln2y] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
  padding: 1.5rem 0;
}

.page-info[b-femxffln2y] {
  font-weight: 600;
  color: #333;
  padding: 0 1rem;
}

.btn-secondary[b-femxffln2y] {
  background-color: #6c757d;
  color: white;
}

.btn-secondary:hover:not(:disabled)[b-femxffln2y] {
  background-color: #5a6268;
}

.btn-secondary:disabled[b-femxffln2y] {
  opacity: 0.5;
  cursor: not-allowed;
}

.no-articles[b-femxffln2y] {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
}

.article-list[b-femxffln2y] {
  margin: 2rem 0;
}

.article-card[b-femxffln2y] {
  background: white;
  padding: 1.5rem;
  margin: 1rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.article-card:hover[b-femxffln2y] {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.article-link[b-femxffln2y] {
  text-decoration: none;
  color: #007bff;
}

.article-link:hover[b-femxffln2y] {
  text-decoration: underline;
  color: #0056b3;
}

.article-title[b-femxffln2y] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #007bff;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
  transition: color 0.2s;
}

.article-link:hover .article-title[b-femxffln2y] {
  color: #0056b3;
}

.article-meta[b-femxffln2y] {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 1rem 0;
}

.article-summary[b-femxffln2y] {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.article-tags[b-femxffln2y] {
  margin-top: 1rem;
}

.article-tags small[b-femxffln2y] {
  color: #888;
  font-size: 0.85rem;
}

.election-form-container[b-femxffln2y] {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: 2rem 0;
}

.election-form-container h2[b-femxffln2y] {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: #dc0228;
  font-weight: 600;
}

.election-form[b-femxffln2y] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group[b-femxffln2y] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label[b-femxffln2y] {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

.form-input[b-femxffln2y] {
  padding: 0.75rem;
  border: 2px solid #e3e3e3;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
  font-family: inherit;
}

.form-input:focus[b-femxffln2y] {
  outline: none;
  border-color: #dc0228;
  box-shadow: 0 0 0 3px rgba(220, 2, 40, 0.1);
}

.form-actions[b-femxffln2y] {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e3e3e3;
}

.btn[b-femxffln2y] {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  min-width: 120px;
  justify-content: center;
}

.btn-primary[b-femxffln2y] {
  background-color: #dc0228;
  color: white;
}

.btn-primary:hover:not(:disabled)[b-femxffln2y] {
  background-color: #b3001f;
}

.btn:disabled[b-femxffln2y] {
  opacity: 0.6;
  cursor: not-allowed;
}

.alert[b-femxffln2y] {
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: 1px solid;
}

.alert-success[b-femxffln2y] {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.alert-error[b-femxffln2y] {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

@media (max-width: 768px) {
  .election2028-page[b-femxffln2y] {
    padding: 1rem;
  }

  .election2028-page h1[b-femxffln2y] {
    font-size: 2rem;
  }

  .issues-header h2[b-femxffln2y] {
    font-size: 1.5rem;
  }

  .issue-card[b-femxffln2y] {
    padding: 1rem;
  }

  .issue-header[b-femxffln2y] {
    flex-direction: column;
    gap: 0.5rem;
  }

  .issue-title[b-femxffln2y] {
    font-size: 1.1rem;
  }

  .pagination[b-femxffln2y] {
    flex-direction: column;
    gap: 0.75rem;
  }

  .page-info[b-femxffln2y] {
    padding: 0.5rem 0;
  }

  .election-form-container[b-femxffln2y] {
    padding: 1.5rem;
  }

  .election-form-container h2[b-femxffln2y] {
    font-size: 1.5rem;
  }
}

.form-textarea[b-femxffln2y] {
  padding: 0.75rem;
  border: 2px solid #e3e3e3;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
  font-family: inherit;
  resize: vertical;
  min-height: 100px;
}

.form-textarea:focus[b-femxffln2y] {
  outline: none;
  border-color: #dc0228;
  box-shadow: 0 0 0 3px rgba(220, 2, 40, 0.1);
}

/* Modal Styles */
.modal-overlay[b-femxffln2y] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeIn-b-femxffln2y 0.2s ease-in;
}

.modal-overlay:has(.modal-content[style*="position: absolute"])[b-femxffln2y] {
  align-items: flex-start;
  justify-content: flex-start;
}

@keyframes fadeIn-b-femxffln2y {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-content[b-femxffln2y] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow: hidden;
  animation: slideIn-b-femxffln2y 0.3s ease-out;
  position: relative;
  box-sizing: border-box;
}

.modal-content[style*="position: absolute"][b-femxffln2y] {
  margin: 0;
  width: auto;
  min-width: 500px;
  max-width: 90vw;
  box-sizing: border-box;
}

.issue-modal-content[b-femxffln2y] {
  max-width: 700px;
}

@keyframes slideIn-b-femxffln2y {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-header[b-femxffln2y] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #e3e3e3;
  background: #f8f9fa;
}

.modal-header h3[b-femxffln2y] {
  margin: 0;
  font-size: 1.5rem;
  color: #dc0228;
  font-weight: 600;
}

.btn-close[b-femxffln2y] {
  background: none;
  border: none;
  font-size: 2rem;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: color 0.2s;
}

.btn-close:hover[b-femxffln2y] {
  color: #dc0228;
}

.modal-body[b-femxffln2y] {
  padding: 2rem;
  overflow-y: auto;
  max-height: calc(80vh - 100px);
}

.issue-detail-section[b-femxffln2y] {
  margin-bottom: 1.5rem;
}

.issue-detail-title[b-femxffln2y] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}

.issue-detail-meta[b-femxffln2y] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e3e3e3;
}

.issue-detail-date[b-femxffln2y],
.issue-detail-councillor[b-femxffln2y] {
  font-size: 1rem;
  color: #555;
}

.issue-detail-date strong[b-femxffln2y],
.issue-detail-councillor strong[b-femxffln2y] {
  color: #dc0228;
  margin-right: 0.5rem;
}

.issue-detail-description[b-femxffln2y] {
  margin-top: 1rem;
}

.issue-detail-description strong[b-femxffln2y] {
  display: block;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0.75rem;
  color: #dc0228;
}

.issue-detail-description p[b-femxffln2y] {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
  white-space: pre-wrap;
}

.issue-detail-description .no-description[b-femxffln2y] {
  font-style: italic;
  color: #999;
}

.modal-actions[b-femxffln2y] {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e3e3e3;
}

@media (max-width: 768px) {
  .modal-content[b-femxffln2y] {
    width: calc(100vw - 20px) !important;
    max-height: 90vh;
    max-width: calc(100vw - 20px) !important;
    min-width: unset !important;
    box-sizing: border-box;
  }

  .modal-content[style*="position: absolute"][b-femxffln2y],
  .modal-content[style*="position: fixed"][b-femxffln2y],
  .modal-content.issue-modal-content[style*="position: absolute"][b-femxffln2y],
  .modal-content.issue-modal-content[style*="position: fixed"][b-femxffln2y],
  .issue-modal-content[style*="position: absolute"][b-femxffln2y],
  .issue-modal-content[style*="position: fixed"][b-femxffln2y] {
    min-width: unset !important;
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    box-sizing: border-box;
  }

  .issue-modal-content[b-femxffln2y] {
    max-width: calc(100vw - 20px) !important;
    width: calc(100vw - 20px) !important;
    min-width: unset !important;
    box-sizing: border-box;
  }
  
  .modal-content.issue-modal-content[b-femxffln2y] {
    max-width: calc(100vw - 20px) !important;
    width: calc(100vw - 20px) !important;
    min-width: unset !important;
    box-sizing: border-box;
  }

  .modal-header[b-femxffln2y] {
    padding: 1rem 1.5rem;
  }

  .modal-header h3[b-femxffln2y] {
    font-size: 1.25rem;
  }

  .modal-body[b-femxffln2y] {
    padding: 1.5rem;
  }

  .issue-detail-title[b-femxffln2y] {
    font-size: 1.25rem;
  }

  .issue-detail-meta[b-femxffln2y] {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* _content/PoliticoClone2/Components/Pages/History.razor.rz.scp.css */
.history-container[b-zctn2bohbg] {
  padding: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

h1[b-zctn2bohbg] {
  font-size: 4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
}
/* _content/PoliticoClone2/Components/Pages/Home.razor.rz.scp.css */
/* Loading states */
.loading-container[b-1mb67dp7jn] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
}

.loading-spinner[b-1mb67dp7jn] {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #dc0228;
  border-radius: 50%;
  animation: spin-b-1mb67dp7jn 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin-b-1mb67dp7jn {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-container p[b-1mb67dp7jn] {
  color: #666;
  font-size: 1.1rem;
  margin: 0;
}

/* Prevent main page scroll - only for home page */
.home-page :root[b-1mb67dp7jn] {
  overflow: hidden;
  height: 100%;
}

.home-page body[b-1mb67dp7jn] {
  overflow: hidden;
  height: 100vh;
}

.news-grid[b-1mb67dp7jn] {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.news-column[b-1mb67dp7jn] {
  background: white;
  padding: 1.5rem;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Latest News specific styles */
.latest-news[b-1mb67dp7jn] {
  position: relative;
}

.latest-news .news-list[b-1mb67dp7jn] {
  height: 700px;
  overflow-y: auto;
  padding-right: 10px;
}

/* Customize scrollbar for Latest News */
.latest-news .news-list[b-1mb67dp7jn]::-webkit-scrollbar {
  width: 6px;
}

.latest-news .news-list[b-1mb67dp7jn]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.latest-news .news-list[b-1mb67dp7jn]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.latest-news .news-list[b-1mb67dp7jn]::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

.news-column h2[b-1mb67dp7jn] {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #dc0228;
}

.news-list[b-1mb67dp7jn] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.news-item[b-1mb67dp7jn] {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e3e3e3;
}

.news-item:last-child[b-1mb67dp7jn] {
  border-bottom: none;
}

.news-item .timestamp[b-1mb67dp7jn] {
  font-size: 0.875rem;
  color: #666;
  display: block;
  margin-bottom: 0.5rem;
}

.article-link[b-1mb67dp7jn] {
  text-decoration: none;
  color: #000000;
}

.article-link:hover[b-1mb67dp7jn] {
  text-decoration: underline;
  color: #007bff;
}

.article-title[b-1mb67dp7jn] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
  transition: color 0.2s;
}

.article-link:hover .article-title[b-1mb67dp7jn] {
  color: #007bff;
}

.news-item h3[b-1mb67dp7jn] {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}

.news-item p[b-1mb67dp7jn] {
  font-size: 0.9375rem;
  color: #444;
  line-height: 1.5;
  margin: 0;
}

.news-item img[b-1mb67dp7jn] {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 1rem;
}

/* Top News specific styles */
.top-news[b-1mb67dp7jn] {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.top-news .news-item h3[b-1mb67dp7jn] {
  font-size: 1.5rem;
}

/* Featured Article styles */
.featured-article[b-1mb67dp7jn] {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e3e3e3;
}

.featured-article .article-image[b-1mb67dp7jn] {
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.featured-article .article-image img[b-1mb67dp7jn] {
  max-width: 250px !important;
  width: 250px !important;
  height: auto !important;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.featured-article .article-content[b-1mb67dp7jn] {
  margin-top: 1rem;
}

.featured-article h3[b-1mb67dp7jn] {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
}

.featured-article .summary[b-1mb67dp7jn] {
  font-size: 1.125rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.featured-article .article-meta[b-1mb67dp7jn] {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  color: #666;
}

.featured-article .byline[b-1mb67dp7jn] {
  font-weight: bold;
  margin: 0;
}

.featured-article .timestamp[b-1mb67dp7jn] {
  color: #888;
  font-size: 0.875rem;
}

.featured-article .article-tags[b-1mb67dp7jn] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.featured-article .tag[b-1mb67dp7jn] {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 4px;
  font-size: 0.875rem;
}

/* Secondary Article styles */
.secondary-article[b-1mb67dp7jn] {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e3e3e3;
}

.secondary-article:last-child[b-1mb67dp7jn] {
  border-bottom: none;
}

.secondary-article h3[b-1mb67dp7jn] {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}

.secondary-article .summary[b-1mb67dp7jn] {
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.secondary-article .article-meta[b-1mb67dp7jn] {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #666;
  font-size: 0.875rem;
}

.secondary-article .byline[b-1mb67dp7jn] {
  font-weight: bold;
  margin: 0;
}

.secondary-article .timestamp[b-1mb67dp7jn] {
  color: #888;
}

/* Latest News specific styles */
.latest-news .news-item[b-1mb67dp7jn] {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* More Headlines specific styles */
.more-headlines .news-item h3[b-1mb67dp7jn] {
  font-size: 1rem;
}

/* Image display styles for different sections */
.article-image[b-1mb67dp7jn] {
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

/* Search results images */
.search-result-image[b-1mb67dp7jn] {
  max-width: 150px;
  width: 150px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

/* Latest news images */
.latest-news-image[b-1mb67dp7jn] {
  max-width: 120px;
  width: 120px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

/* Featured article images (already has existing styles, but adding for ImageData) */
.featured-article-image[b-1mb67dp7jn] {
  max-width: 250px !important;
  width: 250px !important;
  height: auto !important;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

/* Top news images */
.top-news-image[b-1mb67dp7jn] {
  max-width: 200px;
  width: 200px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

/* Headlines images */
.headlines-image[b-1mb67dp7jn] {
  max-width: 100px;
  width: 100px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

/* Layout adjustments for articles with images */
.news-item[b-1mb67dp7jn],
.search-result-item[b-1mb67dp7jn],
.secondary-article[b-1mb67dp7jn] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.news-item .article-content[b-1mb67dp7jn],
.search-result-item .article-content[b-1mb67dp7jn],
.secondary-article .article-content[b-1mb67dp7jn] {
  flex: 1;
}

/* Clickable article-content link styles */
.article-content-link[b-1mb67dp7jn] {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.article-content-link:hover[b-1mb67dp7jn] {
  opacity: 0.95;
  background-color: rgba(0, 0, 0, 0.02);
}

.article-content-link:active[b-1mb67dp7jn] {
  opacity: 0.9;
}

/* Ensure child elements maintain their styling */
.article-content-link .article-title[b-1mb67dp7jn] {
  color: #000000;
  transition: color 0.2s;
}

.article-content-link:hover .article-title[b-1mb67dp7jn] {
  color: #007bff;
}

/* Remove default link styling from nested elements */
.article-content-link a[b-1mb67dp7jn] {
  text-decoration: none;
  color: inherit;
}

/* Mobile performance optimizations */
@media (max-width: 768px) {
  /* Optimize images for mobile */
  .search-result-image[b-1mb67dp7jn] {
    max-width: 100px;
    width: 100px;
    height: auto;
    object-fit: cover;
  }

  .latest-news-image[b-1mb67dp7jn] {
    max-width: 80px;
    width: 80px;
    height: auto;
    object-fit: cover;
  }

  .top-news-image[b-1mb67dp7jn] {
    max-width: 150px;
    width: 150px;
    height: auto;
    object-fit: cover;
  }

  .headlines-image[b-1mb67dp7jn] {
    max-width: 80px;
    width: 80px;
    height: auto;
    object-fit: cover;
  }

  /* Reduce animation complexity on mobile */
  .news-item[b-1mb67dp7jn] {
    transition: none;
  }

  .article-link:hover .article-title[b-1mb67dp7jn] {
    transition: none;
  }

  /* Optimize scrolling performance */
  .latest-news .news-list[b-1mb67dp7jn] {
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
  }

  /* Reduce memory usage */
  .news-grid[b-1mb67dp7jn] {
    contain: layout style paint;
  }

  .news-item[b-1mb67dp7jn] {
    contain: layout style;
  }
}

/* Force image sizing with very specific selectors */
.top-news .featured-article .article-image img[b-1mb67dp7jn],
.top-news .featured-article .article-image img[src][b-1mb67dp7jn] {
  max-width: 250px !important;
  width: 250px !important;
  height: auto !important;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  box-sizing: border-box !important;
}

/* Alternative approach using CSS custom properties */
:root[b-1mb67dp7jn] {
  --featured-image-width: 250px;
}

.top-news .featured-article .article-image img[b-1mb67dp7jn] {
  max-width: var(--featured-image-width) !important;
  width: var(--featured-image-width) !important;
  height: auto !important;
}

@media (max-width: 1024px) {
  .news-grid[b-1mb67dp7jn] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .latest-news[b-1mb67dp7jn] {
    order: 2;
  }

  .top-news[b-1mb67dp7jn] {
    order: 1;
  }

  .more-headlines[b-1mb67dp7jn] {
    order: 3;
  }
}

@media (max-width: 768px) {
  .news-grid[b-1mb67dp7jn] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .latest-news[b-1mb67dp7jn] {
    order: 2;
  }

  .top-news[b-1mb67dp7jn] {
    order: 1;
  }

  .more-headlines[b-1mb67dp7jn] {
    order: 3;
  }

  /* Mobile adjustments for featured articles */
  .featured-article .article-image img[b-1mb67dp7jn] {
    max-width: 100%;
    width: 100%;
  }

  .featured-article h3[b-1mb67dp7jn] {
    font-size: 1.25rem;
  }

  .featured-article .summary[b-1mb67dp7jn] {
    font-size: 1rem;
  }

  .featured-article .article-meta[b-1mb67dp7jn] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
/* _content/PoliticoClone2/Components/Pages/ManageArticles.razor.rz.scp.css */
.manage-articles[b-m61lq2b7v3] {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.manage-articles h1[b-m61lq2b7v3] {
  margin-bottom: 2rem;
  color: #333;
}

.article-actions[b-m61lq2b7v3] {
  margin-bottom: 2rem;
}

.article-form[b-m61lq2b7v3] {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.form-group[b-m61lq2b7v3] {
  margin-bottom: 1.5rem;
}

.form-group label[b-m61lq2b7v3] {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
}

.form-control[b-m61lq2b7v3] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

.form-control:focus[b-m61lq2b7v3] {
  border-color: #dc0228;
  box-shadow: 0 0 0 0.2rem rgba(220, 2, 40, 0.25);
}

.checkbox-group[b-m61lq2b7v3] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.form-check[b-m61lq2b7v3] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.form-check-input[b-m61lq2b7v3] {
  margin-top: 0;
}

.form-actions[b-m61lq2b7v3] {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.articles-list[b-m61lq2b7v3] {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.table[b-m61lq2b7v3] {
  width: 100%;
  border-collapse: collapse;
}

.table th[b-m61lq2b7v3],
.table td[b-m61lq2b7v3] {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.table th[b-m61lq2b7v3] {
  font-weight: 600;
  color: #333;
  background: #f8f9fa;
}

.table tr:hover[b-m61lq2b7v3] {
  background: #f8f9fa;
}

.btn[b-m61lq2b7v3] {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-primary[b-m61lq2b7v3] {
  background: #dc0228;
  color: white;
  border: none;
}

.btn-primary:hover[b-m61lq2b7v3] {
  background: #b3001f;
}

.btn-secondary[b-m61lq2b7v3] {
  background: #6c757d;
  color: white;
  border: none;
}

.btn-secondary:hover[b-m61lq2b7v3] {
  background: #5a6268;
}

.btn-danger[b-m61lq2b7v3] {
  background: #dc3545;
  color: white;
  border: none;
}

.btn-danger:hover[b-m61lq2b7v3] {
  background: #c82333;
}

.btn-sm[b-m61lq2b7v3] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.validation-message[b-m61lq2b7v3] {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.validation-summary[b-m61lq2b7v3] {
  color: #dc3545;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f8d7da;
  border-radius: 4px;
}

/* Drag and Drop Zone Styles */
.test-drop-zone[b-m61lq2b7v3] {
  border: 3px dashed #ddd;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  background-color: #fafafa;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 1rem;
}

.test-drop-zone:hover[b-m61lq2b7v3] {
  border-color: #dc0228;
  background-color: #f8f9fa;
}

.drop-zone-content[b-m61lq2b7v3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.drop-zone-content i[b-m61lq2b7v3] {
  color: #6c757d;
  margin-bottom: 1rem;
}

.drop-zone-content h5[b-m61lq2b7v3] {
  color: #495057;
  margin-bottom: 0.5rem;
}

.drop-zone-content p[b-m61lq2b7v3] {
  margin-bottom: 0.5rem;
}

.image-overlay[b-m61lq2b7v3] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10;
  border-radius: 8px;
}

.image-overlay img[b-m61lq2b7v3] {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  width: auto;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none; /* Hidden by default, shown on load */
}

.remove-image-btn[b-m61lq2b7v3] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  color: #6c757d;
}

.remove-image-btn:hover[b-m61lq2b7v3] {
  background: #f8f9fa;
  color: #495057;
}

.loading-indicator[b-m61lq2b7v3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #007bff;
}

.loading-indicator i[b-m61lq2b7v3] {
  animation: spin-b-m61lq2b7v3 1s linear infinite;
}

.loading-indicator p[b-m61lq2b7v3] {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.9rem;
}

@keyframes spin-b-m61lq2b7v3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.drop-zone-text[b-m61lq2b7v3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #666;
}

.drop-zone-text i[b-m61lq2b7v3] {
  font-size: 2rem;
  color: #dc0228;
}

.drop-zone-text p[b-m61lq2b7v3] {
  margin: 0;
  font-weight: 500;
}

.drop-zone-text small[b-m61lq2b7v3] {
  color: #999;
}

.btn-outline-primary[b-m61lq2b7v3] {
  border: 1px solid #dc0228;
  color: #dc0228;
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-outline-primary:hover[b-m61lq2b7v3] {
  background: #dc0228;
  color: white;
}

/* Image Overlay Styles */
.image-overlay[b-m61lq2b7v3] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  z-index: 10;
}

.image-overlay img[b-m61lq2b7v3] {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: block;
}

.loading-indicator[b-m61lq2b7v3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
}

.loading-indicator i[b-m61lq2b7v3] {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #dc0228;
}

.loading-indicator p[b-m61lq2b7v3] {
  margin: 0;
  font-size: 0.9rem;
}

.image-error[b-m61lq2b7v3] {
  padding: 1rem;
  border: 1px dashed #dc3545;
  border-radius: 4px;
  text-align: center;
  background: #f8d7da;
}

.image-error i[b-m61lq2b7v3] {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.remove-image-btn[b-m61lq2b7v3] {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: rgba(220, 2, 40, 0.9);
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 20;
}

.remove-image-btn:hover[b-m61lq2b7v3] {
  background: rgba(220, 2, 40, 1);
}

.remove-image-btn i[b-m61lq2b7v3] {
  font-size: 0.8rem;
}

/* Rich Text Editor specific styles to prevent scroll issues */
.e-richtexteditor[b-m61lq2b7v3] {
  scroll-behavior: auto !important;
}

.e-richtexteditor .e-content[b-m61lq2b7v3] {
  scroll-behavior: auto !important;
}

.e-richtexteditor .e-rte-content[b-m61lq2b7v3] {
  scroll-behavior: auto !important;
}

/* Prevent any scroll events from bubbling up */
.e-richtexteditor *[b-m61lq2b7v3] {
  scroll-behavior: auto !important;
}
/* _content/PoliticoClone2/Components/Pages/ModsAdmin.razor.rz.scp.css */
.mods-admin-page[b-vuclwuqg2b] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.mods-admin-page h1[b-vuclwuqg2b] {
  font-size: 2.5rem;
  margin: 1rem 0;
  color: #333;
}

.no-articles[b-vuclwuqg2b] {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
}

.all-articles-debug[b-vuclwuqg2b] {
  margin: 1rem 0;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 4px;
  border-left: 4px solid #007bff;
}

.debug-article[b-vuclwuqg2b] {
  padding: 0.5rem;
  margin: 0.5rem 0;
  background: white;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

.debug-article strong[b-vuclwuqg2b] {
  color: #333;
}

.debug-article small[b-vuclwuqg2b] {
  color: #666;
}

.test-actions[b-vuclwuqg2b] {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
}

.article-list[b-vuclwuqg2b] {
  margin: 2rem 0;
}

.article-card[b-vuclwuqg2b] {
  background: white;
  padding: 1.5rem;
  margin: 1rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.article-card:hover[b-vuclwuqg2b] {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.article-link[b-vuclwuqg2b] {
  text-decoration: none;
  color: #007bff;
}

.article-link:hover[b-vuclwuqg2b] {
  text-decoration: underline;
  color: #0056b3;
}

.article-title[b-vuclwuqg2b] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #007bff;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
  transition: color 0.2s;
}

.article-link:hover .article-title[b-vuclwuqg2b] {
  color: #0056b3;
}

.article-meta[b-vuclwuqg2b] {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 1rem 0;
}

.article-summary[b-vuclwuqg2b] {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.article-tags[b-vuclwuqg2b] {
  margin-top: 1rem;
}

.article-tags small[b-vuclwuqg2b] {
  color: #888;
  font-size: 0.85rem;
}

.btn[b-vuclwuqg2b] {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.2s;
}

.btn:hover[b-vuclwuqg2b] {
  background-color: #0056b3;
}

.btn-primary[b-vuclwuqg2b] {
  background-color: #dc0228;
}

.btn-primary:hover[b-vuclwuqg2b] {
  background-color: #b3001f;
}

@media (max-width: 768px) {
  .mods-admin-page[b-vuclwuqg2b] {
    padding: 1rem;
  }

  .mods-admin-page h1[b-vuclwuqg2b] {
    font-size: 2rem;
  }

  .article-card[b-vuclwuqg2b] {
    padding: 1rem;
  }
}
/* _content/PoliticoClone2/Components/Pages/PrivateAdminFunctions.razor.rz.scp.css */
.private-admin-page[b-0zg6b58a16] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
}

.admin-header[b-0zg6b58a16] {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.admin-header h1[b-0zg6b58a16] {
  font-size: 3rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.admin-description[b-0zg6b58a16] {
  font-size: 1.2rem;
  color: #7f8c8d;
  margin: 0;
  font-weight: 300;
}

.admin-functions-grid[b-0zg6b58a16] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.function-card[b-0zg6b58a16] {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.function-card[b-0zg6b58a16]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.function-card:hover[b-0zg6b58a16] {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.function-icon[b-0zg6b58a16] {
  text-align: center;
  margin-bottom: 1.5rem;
}

.function-icon i[b-0zg6b58a16] {
  font-size: 3rem;
  color: #667eea;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.function-content h3[b-0zg6b58a16] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  text-align: center;
}

.function-content p[b-0zg6b58a16] {
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
  text-align: center;
  font-size: 0.95rem;
}

.function-link[b-0zg6b58a16] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  width: 100%;
  justify-content: center;
}

.function-link:hover[b-0zg6b58a16] {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  color: white;
  text-decoration: none;
}

.function-link.disabled[b-0zg6b58a16] {
  background: #bdc3c7;
  color: #7f8c8d;
  cursor: not-allowed;
  box-shadow: none;
}

.function-link.disabled:hover[b-0zg6b58a16] {
  transform: none;
  box-shadow: none;
}

.function-link i[b-0zg6b58a16] {
  font-size: 0.9rem;
}

.admin-footer[b-0zg6b58a16] {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.quick-stats[b-0zg6b58a16] {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.stat-item[b-0zg6b58a16] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.stat-label[b-0zg6b58a16] {
  font-size: 0.85rem;
  color: #7f8c8d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-value[b-0zg6b58a16] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
}

.stat-value.online[b-0zg6b58a16] {
  color: #27ae60;
}

.admin-actions[b-0zg6b58a16] {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn[b-0zg6b58a16] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.btn-primary[b-0zg6b58a16] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover[b-0zg6b58a16] {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-secondary[b-0zg6b58a16] {
  background: #ecf0f1;
  color: #2c3e50;
  border: 2px solid #bdc3c7;
}

.btn-secondary:hover[b-0zg6b58a16] {
  background: #d5dbdb;
  border-color: #95a5a6;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .private-admin-page[b-0zg6b58a16] {
    padding: 1rem;
  }

  .admin-header h1[b-0zg6b58a16] {
    font-size: 2.5rem;
  }

  .admin-functions-grid[b-0zg6b58a16] {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .function-card[b-0zg6b58a16] {
    padding: 1.5rem;
  }

  .admin-footer[b-0zg6b58a16] {
    flex-direction: column;
    text-align: center;
  }

  .quick-stats[b-0zg6b58a16] {
    justify-content: center;
  }

  .admin-actions[b-0zg6b58a16] {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .admin-header h1[b-0zg6b58a16] {
    font-size: 2rem;
  }

  .admin-description[b-0zg6b58a16] {
    font-size: 1rem;
  }

  .function-card[b-0zg6b58a16] {
    padding: 1rem;
  }

  .function-icon i[b-0zg6b58a16] {
    font-size: 2.5rem;
  }

  .function-content h3[b-0zg6b58a16] {
    font-size: 1.25rem;
  }
}

/* Clear User Visits specific styles */
.clear-data-btn[b-0zg6b58a16] {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%) !important;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3) !important;
}

.clear-data-btn:hover[b-0zg6b58a16] {
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4) !important;
  color: white !important;
}

.clear-data-btn:disabled[b-0zg6b58a16] {
  background: #bdc3c7 !important;
  color: #7f8c8d !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

.clear-data-btn:disabled:hover[b-0zg6b58a16] {
  transform: none !important;
  box-shadow: none !important;
}

/* Admin message styles */
.admin-message[b-0zg6b58a16] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.admin-message.success[b-0zg6b58a16] {
  background: linear-gradient(135deg, #d5f4e6 0%, #a8e6cf 100%);
  color: #27ae60;
  border-left: 4px solid #27ae60;
}

.admin-message.error[b-0zg6b58a16] {
  background: linear-gradient(135deg, #fadbd8 0%, #f1948a 100%);
  color: #e74c3c;
  border-left: 4px solid #e74c3c;
}

.admin-message i[b-0zg6b58a16] {
  font-size: 1.25rem;
}

/* Spinner animation */
.fa-spin[b-0zg6b58a16] {
  animation: fa-spin-b-0zg6b58a16 1s infinite linear;
}

@keyframes fa-spin-b-0zg6b58a16 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* _content/PoliticoClone2/Components/Pages/RateYourCouncillor.razor.rz.scp.css */
.rate-councillor-container[b-nixid5a7dc] {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.page-header[b-nixid5a7dc] {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px 0;
    border-bottom: 2px solid #e0e0e0;
}

.page-header h1[b-nixid5a7dc] {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.page-description[b-nixid5a7dc] {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}


.councillor-rating-section[b-nixid5a7dc] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.rating-form h2[b-nixid5a7dc] {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-description[b-nixid5a7dc] {
    color: #666;
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.5;
}

.councillor-rating-item[b-nixid5a7dc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.councillor-rating-item:hover[b-nixid5a7dc] {
    background: #e9ecef;
    border-color: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.1);
}

.councillor-info h3[b-nixid5a7dc] {
    color: #2c3e50;
    font-size: 1.3rem;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.councillor-ward[b-nixid5a7dc] {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    font-weight: 500;
}

.rating-stats[b-nixid5a7dc] {
    margin-top: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #007bff;
}

.total-ratings[b-nixid5a7dc] {
    color: #495057;
    font-size: 0.85rem;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.average-rating[b-nixid5a7dc] {
    color: #007bff;
    font-size: 0.9rem;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.average-stars[b-nixid5a7dc] {
    display: flex;
    gap: 4px;
    font-size: 1.2rem;
}

.average-stars .star[b-nixid5a7dc] {
    color: #ddd;
    transition: color 0.3s ease;
}

.average-stars .star.active[b-nixid5a7dc] {
    color: #ffc107;
}

/* Unsaved ratings warning */
.unsaved-warning[b-nixid5a7dc] {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #856404;
    font-weight: 500;
    animation: slideIn-b-nixid5a7dc 0.3s ease-out;
}

.unsaved-warning i[b-nixid5a7dc] {
    color: #f39c12;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* Rating error message */
.rating-error[b-nixid5a7dc] {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #721c24;
    font-weight: 500;
    animation: slideIn-b-nixid5a7dc 0.3s ease-out;
}

.rating-error i[b-nixid5a7dc] {
    color: #dc3545;
    font-size: 1.1rem;
    flex-shrink: 0;
}

@keyframes slideIn-b-nixid5a7dc {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.rating-control[b-nixid5a7dc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.star-rating[b-nixid5a7dc] {
    display: flex;
    gap: 8px;
    font-size: 2.2rem;
    cursor: pointer;
    padding: 5px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.star-rating:hover[b-nixid5a7dc] {
    background: rgba(255, 193, 7, 0.1);
}

.star[b-nixid5a7dc] {
    color: #ddd;
    transition: all 0.3s ease;
    user-select: none;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.star:hover[b-nixid5a7dc] {
    color: #ffc107;
    transform: scale(1.2);
}

.star.active[b-nixid5a7dc] {
    color: #ffc107 !important;
    transform: scale(1.1);
    font-weight: bold;
}

/* Add a visual indicator for the rating range */
.star-rating[b-nixid5a7dc]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #ffc107 0%, #ffc107 var(--rating-percent, 0%), #e9ecef var(--rating-percent, 0%), #e9ecef 100%);
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.star-rating[b-nixid5a7dc] {
    position: relative;
}

.star[b-nixid5a7dc] {
    position: relative;
    z-index: 1;
}

@keyframes starPulse-b-nixid5a7dc {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }
    50% {
        transform: scale(1.3);
        box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
    }
    100% {
        transform: scale(1.15);
        box-shadow: 0 6px 16px rgba(255, 193, 7, 0.5);
    }
}

.rating-text[b-nixid5a7dc] {
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.rating-label[b-nixid5a7dc] {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 20px;
    background: transparent;
    transition: all 0.3s ease;
}

.rating-label.has-rating[b-nixid5a7dc] {
    background: linear-gradient(135deg, #ffc107, #ff8f00);
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.3);
    animation: labelSlideIn-b-nixid5a7dc 0.4s ease-out;
}

@keyframes labelSlideIn-b-nixid5a7dc {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.rating-visual[b-nixid5a7dc] {
    margin-top: 8px;
    width: 100%;
}

.rating-bar[b-nixid5a7dc] {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.rating-fill[b-nixid5a7dc] {
    height: 100%;
    background: linear-gradient(90deg, #ffc107, #ff8f00);
    border-radius: 3px;
    transition: width 0.6s ease-out;
    position: relative;
}

.rating-fill[b-nixid5a7dc]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer-b-nixid5a7dc 2s infinite;
}

@keyframes shimmer-b-nixid5a7dc {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.form-actions[b-nixid5a7dc] {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
}

.submit-btn[b-nixid5a7dc] {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
    min-height: 44px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.submit-btn:hover:not(:disabled)[b-nixid5a7dc] {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.submit-btn:disabled[b-nixid5a7dc] {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.clear-btn[b-nixid5a7dc] {
    background: #6c757d;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
    min-height: 44px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.clear-btn:hover[b-nixid5a7dc] {
    background: #545b62;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

.loading-container[b-nixid5a7dc] {
    text-align: center;
    padding: 40px;
}

.loading-spinner[b-nixid5a7dc] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-nixid5a7dc 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-nixid5a7dc {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.rating-results[b-nixid5a7dc] {
    text-align: center;
    padding: 40px;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    margin-top: 20px;
}

.rating-results h2[b-nixid5a7dc] {
    color: #155724;
    margin-bottom: 15px;
}

.rating-results p[b-nixid5a7dc] {
    color: #155724;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.rate-again-btn[b-nixid5a7dc] {
    background: #28a745;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rate-again-btn:hover[b-nixid5a7dc] {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .rate-councillor-container[b-nixid5a7dc] {
        padding: 15px;
    }
    
    .page-header h1[b-nixid5a7dc] {
        font-size: 2rem;
    }
    
    .councillor-rating-item[b-nixid5a7dc] {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .rating-control[b-nixid5a7dc] {
        width: 100%;
    }
    
    .star-rating[b-nixid5a7dc] {
        justify-content: center;
    }
    
    .form-actions[b-nixid5a7dc] {
        flex-direction: column;
        align-items: center;
    }
    
    .submit-btn[b-nixid5a7dc],
    .clear-btn[b-nixid5a7dc] {
        width: 100%;
        max-width: 300px;
    }
}

/* Accessibility */
.star:focus[b-nixid5a7dc] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.submit-btn:focus[b-nixid5a7dc],
.clear-btn:focus[b-nixid5a7dc],
.rate-again-btn:focus[b-nixid5a7dc] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Cursor Popup Styles */
.cursor-popup-overlay[b-nixid5a7dc] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1060;
    margin: 0;
    padding: 0;
}

.cursor-popup[b-nixid5a7dc] {
    position: absolute !important;
    z-index: 1070;
    max-width: 400px;
    animation: popupFadeIn-b-nixid5a7dc 0.2s ease-in;
}

@keyframes popupFadeIn-b-nixid5a7dc {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.popover .popover-header[b-nixid5a7dc] {
    font-weight: 600;
    color: #721c24;
    background-color: #f8d7da;
    border-bottom: 1px solid #f5c6cb;
}

.popover .popover-body[b-nixid5a7dc] {
    color: #721c24;
}

.popover .btn[b-nixid5a7dc] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}
/* _content/PoliticoClone2/Components/Pages/SubmitQuestion.razor.rz.scp.css */
.submit-question-page[b-q9sc0o2w9e] {
  min-height: 100vh;
  background-color: #f8f9fa;
}

.page-content[b-q9sc0o2w9e] {
  padding: 2rem 0;
}

.page-content__row[b-q9sc0o2w9e] {
  margin-bottom: 2rem;
}

.page_content-instructions[b-q9sc0o2w9e] {
  background-color: #fff;
  border-bottom: 1px solid #e1e5e9;
}

.instructions-section[b-q9sc0o2w9e] {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-heading[b-q9sc0o2w9e] {
  color: #dc0228;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.section-description[b-q9sc0o2w9e] {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.page_content-form[b-q9sc0o2w9e] {
  padding: 2rem 0;
}

.container[b-q9sc0o2w9e] {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.question-form[b-q9sc0o2w9e] {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}

.form-group[b-q9sc0o2w9e] {
  margin-bottom: 1.5rem;
}

.form-group label[b-q9sc0o2w9e] {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #374151;
  font-size: 1rem;
}

.form-control[b-q9sc0o2w9e] {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.form-control:focus[b-q9sc0o2w9e] {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-control[b-q9sc0o2w9e]::placeholder {
  color: #9ca3af;
}

textarea.form-control[b-q9sc0o2w9e] {
  resize: vertical;
  min-height: 120px;
}

.validation-error[b-q9sc0o2w9e] {
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
}

.form-actions[b-q9sc0o2w9e] {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.btn[b-q9sc0o2w9e] {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
}

.btn:disabled[b-q9sc0o2w9e] {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-primary[b-q9sc0o2w9e] {
  background-color: #3b82f6;
  color: white;
}

.btn-primary:hover:not(:disabled)[b-q9sc0o2w9e] {
  background-color: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
}

.btn-secondary[b-q9sc0o2w9e] {
  background-color: #6b7280;
  color: white;
}

.btn-secondary:hover:not(:disabled)[b-q9sc0o2w9e] {
  background-color: #4b5563;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(107, 114, 128, 0.3);
}

.submit-btn[b-q9sc0o2w9e] {
  background-color: #059669;
}

.submit-btn:hover:not(:disabled)[b-q9sc0o2w9e] {
  background-color: #047857;
  box-shadow: 0 4px 8px rgba(5, 150, 105, 0.3);
}

.cancel-btn[b-q9sc0o2w9e] {
  background-color: #dc2626;
}

.cancel-btn:hover:not(:disabled)[b-q9sc0o2w9e] {
  background-color: #b91c1c;
  box-shadow: 0 4px 8px rgba(220, 38, 38, 0.3);
}

/* Responsive design */
@media (max-width: 768px) {
  .page-heading[b-q9sc0o2w9e] {
    font-size: 2.5rem;
  }

  .page-description[b-q9sc0o2w9e] {
    font-size: 1.1rem;
  }

  .question-form[b-q9sc0o2w9e] {
    padding: 1.5rem;
    margin: 0 1rem;
  }

  .form-actions[b-q9sc0o2w9e] {
    flex-direction: column;
    gap: 0.75rem;
  }

  .btn[b-q9sc0o2w9e] {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .page-heading[b-q9sc0o2w9e] {
    font-size: 2rem;
  }

  .page-content[b-q9sc0o2w9e] {
    padding: 1rem 0;
  }

  .question-form[b-q9sc0o2w9e] {
    padding: 1rem;
  }
}
/* _content/PoliticoClone2/Components/Pages/TermsOfService.razor.rz.scp.css */
.terms-page[b-ljfdu2wajs] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.page-header[b-ljfdu2wajs] {
    text-align: center;
    margin-bottom: 3rem;
}

.page-header h1[b-ljfdu2wajs] {
    color: #dc0228;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.page-description[b-ljfdu2wajs] {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.terms-content[b-ljfdu2wajs] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    line-height: 1.6;
    color: #333;
    border-left: 4px solid #dc0228;
}

.terms-content h2[b-ljfdu2wajs] {
    color: #dc0228;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.terms-content h2:first-child[b-ljfdu2wajs] {
    margin-top: 0;
}

.terms-content p[b-ljfdu2wajs] {
    margin-bottom: 1rem;
    color: #555;
}

.terms-content ul[b-ljfdu2wajs] {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.terms-content li[b-ljfdu2wajs] {
    margin-bottom: 0.5rem;
    color: #555;
}

.terms-footer[b-ljfdu2wajs] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid #e3e3e3;
    text-align: center;
}

.terms-updated[b-ljfdu2wajs] {
    font-style: italic;
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.btn[b-ljfdu2wajs] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    min-width: 120px;
    justify-content: center;
}

.btn-primary[b-ljfdu2wajs] {
    background: #dc0228;
    color: white;
}

.btn-primary:hover[b-ljfdu2wajs] {
    background: #b8011f;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .terms-page[b-ljfdu2wajs] {
        padding: 1rem 0.5rem;
    }
    
    .page-header h1[b-ljfdu2wajs] {
        font-size: 2rem;
    }
    
    .terms-content[b-ljfdu2wajs] {
        padding: 1.5rem;
    }
    
    .terms-content h2[b-ljfdu2wajs] {
        font-size: 1.2rem;
    }
}
/* _content/PoliticoClone2/Components/Pages/UserArticle.razor.rz.scp.css */
.user-article-page[b-xyp4jfq4fm] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    background: #f8f9fa;
    min-height: 100vh;
}

.article-header[b-xyp4jfq4fm] {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.article-header h1[b-xyp4jfq4fm] {
    color: #dc0228;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.article-description[b-xyp4jfq4fm] {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

.article-form-container[b-xyp4jfq4fm] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.article-form[b-xyp4jfq4fm] {
    max-width: 800px;
    margin: 0 auto;
}

.form-group[b-xyp4jfq4fm] {
    margin-bottom: 1.5rem;
}


.form-group label[b-xyp4jfq4fm] {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.form-control[b-xyp4jfq4fm] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e1e5e9;
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus[b-xyp4jfq4fm] {
    outline: none;
    border-color: #dc0228;
    box-shadow: 0 0 0 3px rgba(220, 2, 40, 0.1);
}

.form-control[b-xyp4jfq4fm]::placeholder {
    color: #999;
}

.form-text[b-xyp4jfq4fm] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #666;
}

.rich-text-editor[b-xyp4jfq4fm] {
    border: 2px solid #e1e5e9;
    border-radius: 4px;
    min-height: 300px;
}

.rich-text-editor:focus-within[b-xyp4jfq4fm] {
    border-color: #dc0228;
    box-shadow: 0 0 0 3px rgba(220, 2, 40, 0.1);
}

/* Rich Text Editor specific styles to prevent scroll issues */
.e-richtexteditor[b-xyp4jfq4fm] {
  scroll-behavior: auto !important;
}

.e-richtexteditor .e-content[b-xyp4jfq4fm] {
  scroll-behavior: auto !important;
}

.e-richtexteditor .e-rte-content[b-xyp4jfq4fm] {
  scroll-behavior: auto !important;
}

/* Prevent any scroll events from bubbling up */
.e-richtexteditor *[b-xyp4jfq4fm] {
  scroll-behavior: auto !important;
}


.form-actions[b-xyp4jfq4fm] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e1e5e9;
}

.btn[b-xyp4jfq4fm] {
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
}

.btn:disabled[b-xyp4jfq4fm] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary[b-xyp4jfq4fm] {
    background: #dc0228;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-xyp4jfq4fm] {
    background: #b8011f;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(220, 2, 40, 0.3);
}

.btn-secondary[b-xyp4jfq4fm] {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-xyp4jfq4fm] {
    background: #5a6268;
    transform: translateY(-1px);
}

.btn-outline-danger[b-xyp4jfq4fm] {
    background: transparent;
    color: #dc3545;
    border: 2px solid #dc3545;
}

/* Checkbox styling for Terms of Service */
.checkbox-label[b-xyp4jfq4fm] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"][b-xyp4jfq4fm] {
    margin: 0;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-label a[b-xyp4jfq4fm] {
    color: #dc0228;
    text-decoration: none;
}

.checkbox-label a:hover[b-xyp4jfq4fm] {
    text-decoration: underline;
}

.btn-outline-danger:hover[b-xyp4jfq4fm] {
    background: #dc3545;
    color: white;
}

.spinner-border-sm[b-xyp4jfq4fm] {
    width: 1rem;
    height: 1rem;
}

.validation-message[b-xyp4jfq4fm] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.validation-summary-errors[b-xyp4jfq4fm] {
    background: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    border: 1px solid #f5c6cb;
}

.validation-summary-errors ul[b-xyp4jfq4fm] {
    margin: 0;
    padding-left: 1.5rem;
}

.alert[b-xyp4jfq4fm] {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger[b-xyp4jfq4fm] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Responsive design */
@media (max-width: 768px) {
    .user-article-page[b-xyp4jfq4fm] {
        padding: 1rem;
    }
    
    .article-header[b-xyp4jfq4fm] {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .article-header h1[b-xyp4jfq4fm] {
        font-size: 2rem;
    }
    
    .article-form-container[b-xyp4jfq4fm] {
        padding: 1.5rem;
    }
    
    
    .form-actions[b-xyp4jfq4fm] {
        flex-direction: column;
        align-items: center;
    }
    
    .btn[b-xyp4jfq4fm] {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .article-header h1[b-xyp4jfq4fm] {
        font-size: 1.75rem;
    }
    
    .article-description[b-xyp4jfq4fm] {
        font-size: 1rem;
    }
}
/* _content/PoliticoClone2/Components/Pages/VoteOnQuestions.razor.rz.scp.css */
/* Vote on Questions Page Styles - Exactly Matching Ask Council */
.vote-questions-page[b-aji18m7qa8] {
  background-color: #f8f9fa;
  min-height: 100vh;
}

.page-content[b-aji18m7qa8] {
  background-color: #fff;
}

.page-content__row[b-aji18m7qa8] {
  padding: 2rem 0;
}

.page_content-instructions[b-aji18m7qa8] {
  background-color: #fff;
  border-bottom: 1px solid #e1e5e9;
}

.page_content-questions[b-aji18m7qa8] {
  background-color: #fff;
}

.container[b-aji18m7qa8] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.instructions-section[b-aji18m7qa8] {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-heading[b-aji18m7qa8] {
  color: #dc0228;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.section-description[b-aji18m7qa8] {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.section-heading[b-aji18m7qa8] {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 2rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #dc0228;
}

/* Loading and Error States */
.loading-text[b-aji18m7qa8] {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  padding: 2rem 0;
}

.no-questions[b-aji18m7qa8] {
  text-align: center;
  padding: 2rem 0;
}

.no-questions p[b-aji18m7qa8] {
  font-size: 1.1rem;
  color: #666;
  margin: 0 0 1.5rem 0;
}

.submit-question-btn[b-aji18m7qa8] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(5, 150, 105, 0.3);
}

.submit-question-btn:hover[b-aji18m7qa8] {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(5, 150, 105, 0.4);
  background: linear-gradient(135deg, #047857 0%, #059669 100%);
}

.submit-question-btn i[b-aji18m7qa8] {
  font-size: 1.2rem;
}

/* Questions List - Exactly matching Ask Council */
.questions-list[b-aji18m7qa8] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.question-card[b-aji18m7qa8] {
  background: #fff;
  border: 1px solid #e1e5e9;
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.question-card:hover[b-aji18m7qa8] {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-color: #dc0228;
}

.question-header[b-aji18m7qa8] {
  margin-bottom: 1.5rem;
}

.question-title[b-aji18m7qa8] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
}

.question-meta[b-aji18m7qa8] {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.question-content[b-aji18m7qa8] {
  margin-bottom: 2rem;
}

.question-content p[b-aji18m7qa8] {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

/* Voting Buttons - Exactly matching Ask Council */
.question-voting[b-aji18m7qa8] {
  display: flex;
  gap: 1rem;
  align-items: center;
}

/* Support Button Wrapper - contains button and vote count */
.support-button-wrapper[b-aji18m7qa8] {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

/* Support Button - replaced thumbs up with text button */
.btn-support[b-aji18m7qa8] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: all 0.2s;
  border: 2px solid #28a745;
  background-color: #fff;
  color: #28a745;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  outline: none;
  user-select: none;
  white-space: nowrap;
  width: 220px;
  box-sizing: border-box;
}

.btn-support:hover:not(.disabled)[b-aji18m7qa8] {
  background-color: #28a745;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

.btn-support:focus[b-aji18m7qa8] {
  outline: 2px solid #28a745;
  outline-offset: 2px;
}

.btn-support:active:not(.disabled)[b-aji18m7qa8] {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}

.btn-support.disabled[b-aji18m7qa8] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-support.disabled:hover[b-aji18m7qa8] {
  background-color: #fff;
  color: #28a745;
  transform: none;
  box-shadow: none;
}

.btn-support.active[b-aji18m7qa8] {
  background-color: #28a745;
  color: #fff;
  border-color: #28a745;
}

.btn-support.active:hover[b-aji18m7qa8] {
  background-color: #218838;
  border-color: #218838;
}

.support-text[b-aji18m7qa8] {
  font-weight: 600;
}

.support-button-wrapper .vote-count[b-aji18m7qa8] {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  min-width: 30px;
  text-align: left;
}

/* btn-vote class for the actual HTML elements - exactly matching Ask Council */
.btn-vote[b-aji18m7qa8] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  cursor: pointer;
  transition: transform 0.2s;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  user-select: none;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: fit-content;
}

.btn-vote:hover[b-aji18m7qa8] {
  transform: scale(1.1);
}

.btn-vote:focus[b-aji18m7qa8] {
  outline: none;
}

.btn-vote:active[b-aji18m7qa8] {
  transform: scale(1.05);
}

.btn-vote.disabled[b-aji18m7qa8] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-vote.disabled:hover[b-aji18m7qa8] {
  transform: none;
}

.btn-vote i[b-aji18m7qa8] {
  font-size: 2.5rem;
}

.btn-vote.active[b-aji18m7qa8] {
  background: none;
  border-radius: 0;
  padding: 0.5rem;
  border: none;
  box-shadow: none;
}

.btn-vote.active i[b-aji18m7qa8] {
  transform: scale(1.1);
}

.vote-count[b-aji18m7qa8] {
  font-weight: 700;
  min-width: 20px;
  text-align: center;
}

/* Flag Button Wrapper - contains button and flag count */
.flag-button-wrapper[b-aji18m7qa8] {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

/* Flag Button - replaced flag icon with text button */
.btn-flag[b-aji18m7qa8] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: all 0.2s;
  border: 2px solid #dc3545;
  background-color: #fff;
  color: #dc3545;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  outline: none;
  user-select: none;
  white-space: nowrap;
  width: 220px;
  box-sizing: border-box;
}

.btn-flag:hover:not(.disabled)[b-aji18m7qa8] {
  background-color: #dc3545;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

.btn-flag:focus[b-aji18m7qa8] {
  outline: 2px solid #dc3545;
  outline-offset: 2px;
}

.btn-flag:active:not(.disabled):not(:disabled)[b-aji18m7qa8] {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
}

.btn-flag.disabled[b-aji18m7qa8],
.btn-flag:disabled[b-aji18m7qa8] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-flag.disabled:hover[b-aji18m7qa8],
.btn-flag:disabled:hover[b-aji18m7qa8] {
  background-color: #fff;
  color: #dc3545;
  transform: none;
  box-shadow: none;
}

.btn-flag.active[b-aji18m7qa8] {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.btn-flag.active:hover[b-aji18m7qa8] {
  background-color: #c82333;
  border-color: #c82333;
}

.flag-text[b-aji18m7qa8] {
  font-weight: 600;
}

.flag-button-wrapper .flag-count[b-aji18m7qa8] {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  min-width: 30px;
  text-align: left;
}

/* Specific icon styles to match Ask Council exactly */

/* Mobile/Touch devices - simulate hover with :active */
@media (hover: none) and (pointer: coarse) {
  .btn-support:active:not(.disabled)[b-aji18m7qa8] {
    background-color: #28a745;
    color: #fff;
    transform: translateY(0);
  }

  .btn-flag:active:not(.disabled)[b-aji18m7qa8] {
    background-color: #dc3545;
    color: #fff;
    transform: translateY(0);
  }
}

/* Responsive Design - exactly matching Ask Council */
@media (max-width: 768px) {
  .container[b-aji18m7qa8] {
    padding: 0 1rem;
  }

  .page-heading[b-aji18m7qa8] {
    font-size: 2rem;
  }

  .section-heading[b-aji18m7qa8] {
    font-size: 1.75rem;
  }

  .page-description[b-aji18m7qa8] {
    font-size: 1rem;
  }

  .question-card[b-aji18m7qa8] {
    padding: 1.5rem;
  }

  .question-voting[b-aji18m7qa8] {
    flex-direction: column;
    align-items: stretch;
  }

  .support-button-wrapper[b-aji18m7qa8] {
    width: 100%;
    justify-content: space-between;
  }

  .btn-support[b-aji18m7qa8] {
    flex: 1;
    justify-content: center;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    width: auto;
  }

  .support-button-wrapper .vote-count[b-aji18m7qa8] {
    font-size: 1rem;
  }

  .flag-button-wrapper[b-aji18m7qa8] {
    width: 100%;
    justify-content: space-between;
  }

  .btn-flag[b-aji18m7qa8] {
    flex: 1;
    justify-content: center;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    width: auto;
  }

  .flag-button-wrapper .flag-count[b-aji18m7qa8] {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .page-heading[b-aji18m7qa8] {
    font-size: 1.75rem;
  }

  .section-heading[b-aji18m7qa8] {
    font-size: 1.5rem;
  }

  .question-card[b-aji18m7qa8] {
    padding: 1rem;
  }
}
/* _content/PoliticoClone2/Components/Pages/WriteLetter.razor.rz.scp.css */
.write-letter-page[b-1plve75010] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.page-header[b-1plve75010] {
    text-align: center;
    margin-bottom: 3rem;
}

.page-header h1[b-1plve75010] {
    color: #dc0228;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.page-description[b-1plve75010] {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.letter-form-container[b-1plve75010] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
}

.letter-form[b-1plve75010] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-1plve75010] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-1plve75010] {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

.form-input[b-1plve75010],
.form-select[b-1plve75010],
.form-textarea[b-1plve75010] {
    padding: 0.75rem;
    border: 2px solid #e3e3e3;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s ease;
    font-family: inherit;
}

.form-input:focus[b-1plve75010],
.form-select:focus[b-1plve75010],
.form-textarea:focus[b-1plve75010] {
    outline: none;
    border-color: #dc0228;
    box-shadow: 0 0 0 3px rgba(220, 2, 40, 0.1);
}

.form-textarea[b-1plve75010] {
    resize: vertical;
    min-height: 200px;
}

.character-count[b-1plve75010] {
    text-align: right;
    font-size: 0.875rem;
    color: #666;
}

.character-count .over-limit[b-1plve75010] {
    color: #dc0228;
    font-weight: 600;
}

.form-help[b-1plve75010] {
    color: #666;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.checkbox-label[b-1plve75010] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"][b-1plve75010] {
    margin: 0;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-label a[b-1plve75010] {
    color: #dc0228;
    text-decoration: none;
}

.checkbox-label a:hover[b-1plve75010] {
    text-decoration: underline;
}

.form-actions[b-1plve75010] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e3e3e3;
}

.btn[b-1plve75010] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    min-width: 120px;
    justify-content: center;
}

.btn:disabled[b-1plve75010] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary[b-1plve75010] {
    background: #dc0228;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-1plve75010] {
    background: #b8011f;
    transform: translateY(-1px);
}

.btn-secondary[b-1plve75010] {
    background: #f8f9fa;
    color: #333;
    border: 2px solid #e3e3e3;
}

.btn-secondary:hover[b-1plve75010] {
    background: #e9ecef;
    border-color: #dc0228;
}

.spinner[b-1plve75010] {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-1plve75010 1s linear infinite;
}

@keyframes spin-b-1plve75010 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Modal Dialog Styles */
.modal-overlay[b-1plve75010] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn-b-1plve75010 0.2s ease-in;
}

@keyframes fadeIn-b-1plve75010 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-content[b-1plve75010] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow: hidden;
    animation: slideIn-b-1plve75010 0.3s ease-out;
}

@keyframes slideIn-b-1plve75010 {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-1plve75010] {
    padding: 1.5rem;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.modal-header h3[b-1plve75010] {
    margin: 0;
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
}

.btn-close[b-1plve75010] {
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.btn-close:hover[b-1plve75010] {
    color: #333;
    background: #e9ecef;
}

.modal-body[b-1plve75010] {
    padding: 2rem;
    text-align: center;
}

.modal-icon-container[b-1plve75010] {
    margin-bottom: 1.5rem;
}

.success-icon[b-1plve75010],
.error-icon[b-1plve75010] {
    font-size: 4rem;
}

.success-icon[b-1plve75010] {
    color: #28a745;
}

.error-icon[b-1plve75010] {
    color: #dc3545;
}

.modal-message[b-1plve75010] {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 1.1rem;
}

.modal-actions[b-1plve75010] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .write-letter-page[b-1plve75010] {
        padding: 1rem 0.5rem;
    }
    
    .page-header h1[b-1plve75010] {
        font-size: 2rem;
    }
    
    .letter-form-container[b-1plve75010] {
        padding: 1.5rem;
    }
    
    .form-actions[b-1plve75010] {
        flex-direction: column;
    }
    
    .btn[b-1plve75010] {
        width: 100%;
    }

    .modal-content[b-1plve75010] {
        width: 95%;
        margin: 1rem;
    }

    .modal-header[b-1plve75010] {
        padding: 1rem;
    }

    .modal-header h3[b-1plve75010] {
        font-size: 1.25rem;
    }

    .modal-body[b-1plve75010] {
        padding: 1.5rem;
    }

    .modal-actions[b-1plve75010] {
        flex-direction: column;
    }

    .modal-actions .btn[b-1plve75010] {
        width: 100%;
    }
}
/* _content/PoliticoClone2/Components/Pages/YourFeedback.razor.rz.scp.css */
.feedback-container[b-2ax070ctuf] {
  padding: 2rem 0;
  background-color: #f8f9fa;
  min-height: 80vh;
}

.feedback-header[b-2ax070ctuf] {
  text-align: center;
  margin-bottom: 3rem;
}

.feedback-header h1[b-2ax070ctuf] {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 1rem;
}

.feedback-header .lead[b-2ax070ctuf] {
  color: #6c757d;
  font-size: 1.1rem;
}

.feedback-form[b-2ax070ctuf] {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.feedback-info .card[b-2ax070ctuf] {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.feedback-info .card-title[b-2ax070ctuf] {
  color: #2c3e50;
  font-weight: 600;
}

.feedback-info h6[b-2ax070ctuf] {
  color: #495057;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.feedback-info h6:first-child[b-2ax070ctuf] {
  margin-top: 0;
}

.form-label[b-2ax070ctuf] {
  font-weight: 600;
  color: #495057;
}

.form-control:focus[b-2ax070ctuf],
.form-select:focus[b-2ax070ctuf] {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-primary[b-2ax070ctuf] {
  background-color: #007bff;
  border-color: #007bff;
  font-weight: 600;
}

.btn-primary:hover[b-2ax070ctuf] {
  background-color: #0056b3;
  border-color: #0056b3;
}

.alert-success[b-2ax070ctuf] {
  background-color: #d1edff;
  border-color: #b8daff;
  color: #0c5460;
}

.spinner-border-sm[b-2ax070ctuf] {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 768px) {
  .feedback-form[b-2ax070ctuf] {
    padding: 1.5rem;
  }

  .feedback-header[b-2ax070ctuf] {
    margin-bottom: 2rem;
  }
}
/* _content/PoliticoClone2/Components/SocialSharing.razor.rz.scp.css */
.social-sharing[b-cg4b9j0ghf] {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.social-sharing h4[b-cg4b9j0ghf] {
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  font-family: "Georgia", "Times New Roman", serif;
}

.social-buttons[b-cg4b9j0ghf] {
  display: flex;
  gap: 0.75rem;
}

.social-btn[b-cg4b9j0ghf] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  color: white;
  min-width: 120px;
  justify-content: center;
}

.social-btn:hover[b-cg4b9j0ghf] {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.social-btn:active[b-cg4b9j0ghf] {
  transform: translateY(0);
}

.social-btn i[b-cg4b9j0ghf] {
  font-size: 1rem;
}

.social-btn.facebook[b-cg4b9j0ghf] {
  background-color: #1877f2;
}

.social-btn.facebook:hover[b-cg4b9j0ghf] {
  background-color: #166fe5;
}

.social-btn.copy-link[b-cg4b9j0ghf] {
  background-color: #28a745;
}

.social-btn.copy-link:hover[b-cg4b9j0ghf] {
  background-color: #218838;
}

/* Responsive design */
@media (max-width: 480px) {
  .social-sharing[b-cg4b9j0ghf] {
    padding: 1rem;
  }

  .social-btn[b-cg4b9j0ghf] {
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
    flex: 1;
  }

  .social-btn span[b-cg4b9j0ghf] {
    display: none;
  }

  .social-btn[b-cg4b9j0ghf] {
    min-width: 50px;
    justify-content: center;
  }
}
