.elementor-kit-10{--e-global-color-primary:#050505;--e-global-color-secondary:#54595F;--e-global-color-text:#666666;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-primary );font-weight:600;}.elementor-kit-10 h1{color:#1F2937;font-family:"Inter", Sans-serif;font-size:56px;font-weight:800;}.elementor-kit-10 h2{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-weight:700;}.elementor-kit-10 h3{color:var( --e-global-color-primary );}.elementor-kit-10 h4{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:32px;font-weight:800;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-10 h1{font-size:51px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 h1{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Dark Gradient Text (White to Grey) */
.dark-gradient-text .elementor-heading-title {
    background: linear-gradient(to right, #fff, #444) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    font-weight: 800 !important;
}

/* Boring News Logo Styles - Hue Rotation Animation */
.boring-news-logo .elementor-heading-title,
.boring-news-effect {
    font-weight: 800 !important;
    letter-spacing: -0.05em !important;
    background: linear-gradient(90deg, #ff0000, #ff8c00, #ffff00, #00ff00, #00bfff, #8a2be2) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    animation: boringnews-hue 10s linear infinite !important;
    padding-right: 0.1em !important;
    padding-bottom: 0.1em !important; /* Add space for descenders */
    line-height: 1.2 !important; /* Increase line height */
    display: inline-block !important; /* Prevent clipping */
}

@keyframes boringnews-hue { 
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}

/* Don't display header nav label on homepage */

body.elementor-page-189 #community-label {
  display: none !important;
}

#physics-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.collider {
    display: block;
    position: relative;
    z-index: 1;
    padding: 5px;
    margin: -5px;
    background: rgba(255,255,255,0.9);
}

.province-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.province-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}

.province-item:last-child {
  border-bottom: none;
}

.province-name {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

.province-count {
  background: #e8e8e8;
  padding: 6px 18px;
  border-radius: 8px;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  min-width: 55px;
  text-align: center;
}

@media (max-width: 767px) {
  .province-list:nth-child(2) .province-item:first-child {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
  }
}

/* Added Abbreviated Provinces byline to Category Lists */
.local-news-heading {
    color: #050505;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    margin: 0;
}

.local-news-byline {
    color: #6b7280;
    font-family: 'Roboto Mono', monospace;
    font-weight: 700;
}

.local-news-byline .rainbow-text {
    background: linear-gradient(90deg, #ff0000 0%, #ff7f00 16.67%, #ffff00 33.33%, #00ff00 50%, #0000ff 66.67%, #4b0082 83.33%, #9400d3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* City Navigation Accordion */
.city-nav-accordion {
    padding: 0 24px;
}

.city-nav-header {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0 0 24px 0;
    padding: 0;
}

.accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-trigger {
    width: 100%;
    padding: 16px 0;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1F2937;
    text-align: left;
}

.accordion-trigger:hover,
.accordion-trigger:focus {
    background: none !important;
    color: #1F2937 !important;
    outline: none;
}

.accordion-arrow {
    width: 18px;
    height: 18px;
    color: #737373;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.accordion-item.open .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-cities {
    display: none;
    padding-bottom: 12px;
}

.accordion-item.open .accordion-cities {
    display: block;
}

.accordion-city-link {
    display: block;
    padding: 12px 14px;
    text-decoration: none;
    color: #1F2937;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
}

.accordion-city-link.current {
    color: #9ca3af;
    background-color: #f5f5f4;
    pointer-events: none;
}/* End custom CSS */