.elementor-4631 .elementor-element.elementor-element-2dbaa779{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--padding-top:8%;--padding-bottom:8%;--padding-left:3%;--padding-right:3%;}.elementor-4631 .elementor-element.elementor-element-2dbaa779:not(.elementor-motion-effects-element-type-background), .elementor-4631 .elementor-element.elementor-element-2dbaa779 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a185853 );}.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-4631 .elementor-element.elementor-element-151200a7{text-align:center;}.elementor-4631 .elementor-element.elementor-element-151200a7 .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:73px;font-weight:600;line-height:87px;letter-spacing:0.1px;color:var( --e-global-color-a291686 );}.elementor-4631 .elementor-element.elementor-element-78ac20fc .elementor-heading-title{font-family:var( --e-global-typography-83682a1-font-family ), Sans-serif;font-size:var( --e-global-typography-83682a1-font-size );font-weight:var( --e-global-typography-83682a1-font-weight );line-height:var( --e-global-typography-83682a1-line-height );color:var( --e-global-color-a291686 );}.elementor-4631 .elementor-element.elementor-element-c1b649c{--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;--padding-top:50px;--padding-bottom:050px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4631 .elementor-element.elementor-element-c1b649c{--content-width:1051px;}}@media(max-width:1024px){.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-4631 .elementor-element.elementor-element-78ac20fc .elementor-heading-title{font-size:var( --e-global-typography-83682a1-font-size );line-height:var( --e-global-typography-83682a1-line-height );}.elementor-4631 .elementor-element.elementor-element-c1b649c{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.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-4631 .elementor-element.elementor-element-78ac20fc{text-align:center;}.elementor-4631 .elementor-element.elementor-element-78ac20fc .elementor-heading-title{font-size:var( --e-global-typography-83682a1-font-size );line-height:var( --e-global-typography-83682a1-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-e3fc9f3 *//* Link colors inside job rows */
.cats-jobs a {
  color: #004080;
  font-weight: bold; /* keep links bold */
  text-decoration: none; /* optional: remove underline */
}

.cats-jobs a:hover {
  color: #00A0DE;
}

/* Job row styling */
div.cats-job {
  background-color: #ffffff;   /* default white background */
  border-radius: 6px;          /* rounded corners */
  padding-left: 16px;          /* space on the left side */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for the entire row */
div.cats-job:hover {
  background-color: #f5f5f5;   /* light gray highlight */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* subtle shadow */
  cursor: pointer;             /* shows it's interactive */
}/* End custom CSS */