.elementor-kit-6{--e-global-color-primary:#2F218D;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#102472;--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-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#11C4F0;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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);}@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 */a.aheto-btn--primary,
button.aheto-btn--primary,
.aheto-btn--primary input[type="submit"] {
  padding: 15px 55px;
  color: #ffffff !important; /* white text */
  font-family: 'Prata', serif;
  font-size: 15px;
}

a.aheto-btn--primary:hover,
button.aheto-btn--primary:hover,
.aheto-btn--primary input[type="submit"]:hover {
  color: #52A185 !important; /* green text on hover */
}


-------
/* 1) Make the list a strict 3-column grid */
.aheto-cpt__list.js-isotope,
.aheto-cpt__list.aheto-cpt__list--static-height {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  position: static !important;
  height: auto !important;
}

/* 2) Reset every article so it can't fight the grid */
.aheto-cpt__list .aheto-cpt-article {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  margin: 0 !important;
  transform: none !important;   /* kills any translate from the script */
  grid-column: auto !important; /* ensure it only takes 1 column */
}

/* 3) Hide the isotope sizer/ghost item so it doesn't take a grid cell */
.aheto-cpt-article--size { 
  display: none !important;
}

/* Optional: tidy card internals + image crop */
.aheto-cpt-article__inner { display:flex; flex-direction:column; height:100%; }
.aheto-cpt-article__img { aspect-ratio: 4/3; background-size:cover; background-position:center; }
.aheto-cpt-article__content { flex:1; }

/* Responsive */
@media (max-width: 1024px) { .aheto-cpt__list { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 600px)  { .aheto-cpt__list { grid-template-columns: 1fr !important; } }

.aheto-cpt-article__date {
  display: none !important;
}/* End custom CSS */