.elementor-kit-145{--e-global-color-primary:#000000;--e-global-color-secondary:#0E0E0E;--e-global-color-text:#E3E3E3;--e-global-color-accent:#E04823;--e-global-color-86b4fcd:#02010100;--e-global-color-f234fb5:#27EF06;--e-global-color-66704d8:#FFFFFFF7;--e-global-color-9a54679:#29332F;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-size:90px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:-0.02em;--e-global-typography-primary-word-spacing:0em;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-secondary-word-spacing:0em;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-text-word-spacing:0em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:0em;--e-global-typography-accent-word-spacing:0em;background-color:transparent;color:#000000;background-image:linear-gradient(180deg, #FFFFFFF7 0%, #FFFFFFFA 100%);}.elementor-kit-145 e-page-transition{background-color:#FFBC7D;}.elementor-kit-145 a{color:var( --e-global-color-accent );}.elementor-kit-145 a:hover{color:var( --e-global-color-primary );}.elementor-kit-145 h4{color:var( --e-global-color-primary );}.elementor-kit-145 button,.elementor-kit-145 input[type="button"],.elementor-kit-145 input[type="submit"],.elementor-kit-145 .elementor-button{font-family:"Roboto", Sans-serif;color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-145{--e-global-typography-primary-font-size:80px;--e-global-typography-secondary-font-size:32px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-145{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Overall page */
body.forums, .page-id-xxx { /* replace xxx with your forums page ID if needed */
  background: #fff;
  color: #111;
}

/* Hero / banner */
.forum-hero {
  background: #000;
  color: #fff;
  padding: 60px 0;
}
.forum-hero .btn-primary {
  background-color: #27ef06;
  color: #000;
  border: none;
}
.forum-hero .btn-primary:hover {
  background-color: #1cd405; /* a darker green for hover */
}

/* Search bar */
.bbp-search-form input[type="text"], .bbp-search-form input[type="search"] {
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
}
.bbp-search-form input[type="submit"] {
  background: #27ef06;
  color: #000;
  border: none;
}
.bbp-search-form input[type="submit"]:hover {
  background: #1cd405;
}

/* Forum list / index */
.bbp-forums .bbp-topic-title a {
  color: #111;
}
.bbp-forums .bbp-topic-title a:hover {
  color: #27ef06;
}
.bbp-forums .bbp-forum-info {
  color: #666;
}
.bbp-forums .bbp-forum-title {
  background: #f9f9f9;
  padding: 12px;
  border-bottom: 1px solid #ddd;
}
.bbp-forums .bbp-topic, .bbp-forums .bbp-forum {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.bbp-forums .bbp-topic:nth-child(even), .bbp-forums .bbp-forum:nth-child(even) {
  background: #f5f5f5;
}

/* “New / unread” indicator */
.bbp-forums .bbp-admin-links .bbp-topic-new, .bbp-forums .bbp-forum-new {
  background: #27ef06;
  color: #000;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 0.85em;
}

/* Pagination */
.bbp-pagination a {
  color: #111;
  border: 1px solid #ccc;
  padding: 6px 12px;
  margin: 0 2px;
}
.bbp-pagination .current {
  background: #27ef06;
  color: #000;
  border-color: #27ef06;
}

/* Buttons / links */
a, .btn, button {
  color: #111;
}
a:hover, .btn:hover, button:hover {
  color: #27ef06;
}
.btn-primary {
  background-color: #27ef06;
  color: #000;
}
.btn-primary:hover {
  background-color: #1cd405;
  color: #fff;
}
/* Top row: two columns */
.grid.top-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

/* Bottom row: one centered column */
.grid.bottom-row.single-centered {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center; /* centers the free plan card */
  margin-top: 2.5rem;
}

/* Free plan styling */
.free-plan {
  max-width: 500px;
  width: 100%;
}
/* Make the Free Subscriber card visually match Monthly & Annual */

/* 1. Match the basic card box style */
.plan.free-plan {
  /* Match padding of other .plan/.featured cards */
  padding: 2.5rem 2.25rem;
  
  /* Match border radius */
  border-radius: 18px;

  /* Force the green border + glow */
  border: 2px solid #27ef06 !important;
  box-shadow: 0 0 25px rgba(39, 239, 6, 0.6) !important;

  /* Ensure nothing gets clipped */
  overflow: visible !important;

  /* Optional: constrain width similar to others */
  max-width: 500px;
  width: 100%;
  box-sizing: border-box;
}

/* 2. Make all three plans share the same minimum height (so they feel consistent) */
.plan.featured,
.plan.free-plan {
  min-height: 100%;
}

/* 3. Just in case the row itself was clipping the glow */
.grid.bottom-row.single-centered {
  overflow: visible !important;
}
/* Make sure the cards can host a pseudo-element */
.au-join .plan.featured {
  position: relative;
}

/* Add a green bottom line to all featured plan boxes */
.au-join .plan.featured::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;               /* thickness of the line */
  background: #27ef06;       /* your neon green */
  border-radius: 0 0 16px 16px; /* optional: soften the corners */
  pointer-events: none;
}/* End custom CSS */