.elementor-3072 .elementor-element.elementor-element-7334f34a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:15px 15px 15px 15px;box-shadow:0px 20px 50px -25px rgba(0, 0, 0, 0.3);--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3072 .elementor-element.elementor-element-7334f34a.e-con:hover{--e-con-transform-scale:1.015;}.elementor-3072 .elementor-element.elementor-element-2107bafe{--display:flex;--min-height:225px;--border-radius:15px 15px 0px 0px;}.elementor-3072 .elementor-element.elementor-element-2107bafe:not(.elementor-motion-effects-element-type-background), .elementor-3072 .elementor-element.elementor-element-2107bafe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-3072 .elementor-element.elementor-element-16396cd0{--display:flex;--min-height:80px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:0px 0px 15px 15px;--padding-top:1.25rem;--padding-bottom:1.25rem;--padding-left:1.25rem;--padding-right:1.25rem;}.elementor-3072 .elementor-element.elementor-element-16396cd0.e-con{--flex-grow:1;--flex-shrink:0;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-3072 .elementor-element.elementor-element-7d8bbb56.elementor-element{--align-self:center;}.elementor-3072 .elementor-element.elementor-element-7d8bbb56{text-align:center;}.elementor-3072 .elementor-element.elementor-element-7d8bbb56 .elementor-heading-title{font-family:var( --e-global-typography-9f712b7-font-family ), Sans-serif;font-size:var( --e-global-typography-9f712b7-font-size );font-weight:var( --e-global-typography-9f712b7-font-weight );line-height:var( --e-global-typography-9f712b7-line-height );letter-spacing:var( --e-global-typography-9f712b7-letter-spacing );}@media(max-width:1145px){.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-3072 .elementor-element.elementor-element-7d8bbb56 .elementor-heading-title{font-size:var( --e-global-typography-9f712b7-font-size );line-height:var( --e-global-typography-9f712b7-line-height );letter-spacing:var( --e-global-typography-9f712b7-letter-spacing );}}@media(max-width:767px){.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-3072 .elementor-element.elementor-element-7d8bbb56 .elementor-heading-title{font-size:var( --e-global-typography-9f712b7-font-size );line-height:var( --e-global-typography-9f712b7-line-height );letter-spacing:var( --e-global-typography-9f712b7-letter-spacing );}}/* Start custom CSS for container, class: .elementor-element-2107bafe */.elementor-3072 .elementor-element.elementor-element-2107bafe {
    background-position: center center;
    background-size: cover;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7334f34a *//* Make the whole container act as a block-level link (usually already is in Elementor) */
.news-post-link {
  display: block;
  text-decoration: none; /* prevents underline on the whole card */
}

/* Default colors (optional, if not already set in Elementor styles) */
.post-title-background {
  background-color: #ffffff;
  transition: background-color 220ms ease-in-out;
}

.post-title,
.post-title .elementor-heading-title {
  color: #00492b;
  transition: color 220ms ease-in-out;
}

/* Hover: when hovering anywhere over the entire container */
.news-post-link:hover .post-title-background,
.news-post-link:focus-within .post-title-background {
  background-color: #00492b;
}

.news-post-link:hover .post-title,
.news-post-link:hover .post-title .elementor-heading-title,
.news-post-link:focus-within .post-title,
.news-post-link:focus-within .post-title .elementor-heading-title {
  color: #ffffff;
}

/* Keyboard accessibility: show a visible focus ring on the card */
.news-post-link:focus-visible {
  outline: 2px solid #00492b;
  outline-offset: 3px;
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .post-title-background,
  .post-title,
  .post-title .elementor-heading-title {
    transition: none;
  }
}/* End custom CSS */