/*
 * THECM.IN — Supplemental Styles
 * (Additional styles beyond style.css)
 */

/* Print styles */
@media print {
  .site-header, .site-footer, .btn, .filters-bar, .breadcrumb { display: none !important; }
  .profile-hero { background: #fff !important; color: #000 !important; }
  .profile-hero * { color: #000 !important; }
  .content-card { box-shadow: none !important; border-color: #ccc !important; }
}

/* Focus styles for accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 2px;
}

/* WordPress alignment classes */
.alignleft { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.aligncenter { display: block; margin: 0 auto 16px; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; color: #6b7280; text-align: center; margin-top: 6px; }

/* Smooth page load */
body { opacity: 1; transition: opacity 0.15s ease; }

/* Selection color */
::selection { background: rgba(249, 115, 22, 0.2); color: inherit; }

/* Scrollbar (Chromium) */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #9ca3af; }

/* Table styles for CM content */
.biography-text table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 0.9375rem; }
.biography-text th, .biography-text td { padding: 10px 14px; border: 1px solid var(--color-border); text-align: left; }
.biography-text th { background: #f8fafc; font-weight: 600; }
.biography-text tr:nth-child(even) td { background: #fafafa; }

/* Highlight cards on home page */
.hero-search .btn { flex-shrink: 0; }

/* Party color dot indicator */
.party-color-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
