.elementor-kit-5{--e-global-color-primary:#38393A;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:1em;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-text-font-family:"Open Sans";--e-global-typography-accent-font-family:"Raleway";background-color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Open Sans", Sans-serif;font-weight:700;}.elementor-kit-5 h3{font-size:1.3em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Nunito", Sans-serif;font-size:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */footer a:visited {
    color: #2c3e50; /* Consistent with unvisited links */
}

footer a:hover {
    color: #2980b9; /* Lighter blue on hover */
}

footer a:focus {
    outline: none; /* Removes default outline */
    background-color: #bdc3c7; /* Light grey background for visibility */
}

footer a:active {
    color: #34495e; /* Darker color when link is clicked */
}



/* Wrap for all meta pills */
.resource-meta { margin: 0 0 12px; }

/* Base pill styling */
.pill {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 14px;
  margin-right: 6px;
  margin-bottom: 6px;
  line-height: 1.5;
}

/* Variations */
.pill-free     { background: #e8f5e9; color: #2e7d32; }
.pill-optional { background: #fff3e0; color: #ef6c00; }
.pill-update   { background: #e3f2fd; color: #1565c0; }



/* Your existing .pill, .pill-free, .pill-optional, .pill-update styles remain */

/* --- ADD NEW STYLES BELOW --- */

/* For pills indicating no account is needed, or primarily free access */
.pill-no-account,
.pill-many-free-games,
.pill-free-games-available,
.pill-tool-no-account,
.pill-ad-supported { /* Ad-supported often implies free access */
  background: #e8f5e9; /* Light green like your .pill-free */
  color: #2e7d32;     /* Dark green text */
}

/* For pills indicating an account or specific action is needed (even if free) */
.pill-account-required,
.pill-account-free,
.pill-account-save,
.pill-account-download,
.pill-account-features {
  background: #fff3e0; /* Light orange like your .pill-optional */
  color: #ef6c00;     /* Dark orange text */
}

/* For pills indicating subscription, paid features, or limitations */
.pill-subscription,
.pill-subscription-option,
.pill-limited-practice,
.pill-freemium,        /* Freemium often has limitations or paid upgrades */
.pill-freemium-ads {
  background: #ffebee; /* Example: A light red/pinkish for caution/paid */
  color: #c62828;     /* Example: A darker red text */
  /* OR you could use a different shade of orange/yellow */
  /* background: #fff9c4; color: #f57f17; */
}

/* For the 'Reviewed 2025' pill */
.pill-reviewed {
  background: #e3f2fd; /* Light blue like your .pill-update */
  color: #1565c0;     /* Dark blue text */
}/* End custom CSS */