.elementor-kit-5{--e-global-color-primary:#F68B1E;--e-global-color-secondary:#FBC232;--e-global-color-text:#3B3B3B;--e-global-color-accent:#4E44A4;--e-global-color-a084ce2:#292170;--e-global-color-a8e717f:#F3E8DD;--e-global-color-84eee7c:#F8F4F2;--e-global-color-6e5aef6:#C74646;--e-global-color-45ab0e9:#79D88A;--e-global-color-a0d0387:#FFE556;--e-global-color-26fa3c4:#66D9C0;--e-global-typography-primary-font-family:"Hammersmith One";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Geist Mono";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-84eee7c );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-84eee7c );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );border-radius:15px 15px 15px 15px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#5C73DF;color:var( --e-global-color-84eee7c );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-size:3rem;}.elementor-kit-5 h2{font-size:2.5rem;}.e-con{--container-default-padding-top:28px;--container-default-padding-right:16px;--container-default-padding-bottom:17px;--container-default-padding-left:16px;}.elementor-widget:not(:last-child){--kit-widget-spacing:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .header-inner{width:100vw;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-primary );}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:var( --e-global-color-text );}.site-header .site-navigation-toggle{background-color:var( --e-global-color-text );}.site-header .site-navigation .menu li{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}@media(max-width:1200px){.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 *//* 🔸 Base Card Style */
.elementor-posts .elementor-post__card {
  border: 2px solid #000;
  border-radius: 15px;
  box-shadow: 2px 2px 0 #000;
  padding: 1rem;
  transition: all 0.2s ease-in-out;
}

/* 🔸 Badge Style */
.elementor-posts .elementor-post__badge {
  color:#424242;
  background-color: #FBC232;
  border: 1px solid #000;
  border-radius: 15px;
  box-shadow: 2px 2px 0 #000;
  font-size: 0.9rem;
  padding: 0.3rem 0.6rem;
}

/* 🔸 Thumbnail Style */
.elementor-post__thumbnail__link .elementor-post__thumbnail {
  border: 1px solid #000;
  border-radius: 15px;
  box-shadow: 2px 2px 0 #000;
  overflow: hidden;
}

/* 🔸 Hover Effect */
.elementor-posts .elementor-post__card:hover {
  transform: translateY(-4px);
  box-shadow: 4px 4px 0 #000;
}

/* 🔹 Tablet Breakpoint (≤1025px) */
@media (max-width: 1025px) {
  .elementor-posts .elementor-post__card {
    padding: 0.85rem;
    box-shadow: 1.5px 1.5px 0 #000;
  }
  .elementor-posts .elementor-post__badge {
    font-size: 0.85rem;
  }
}

/* 🔹 Mobile Landscape (≤768px) */
@media (max-width: 768px) {
  .elementor-posts .elementor-post__card {
    padding: 0.75rem;
    border-radius: 12px;
    box-shadow: 1px 1px 0 #000;
  }
  .elementor-posts .elementor-post__badge {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
  }
}

/* 🔹 Mobile Portrait (≤480px) */
@media (max-width: 480px) {
  .elementor-posts .elementor-post__card {
    padding: 0.6rem;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 1px 1px 0 #000;
  }
  .elementor-posts .elementor-post__badge {
    font-size: 0.75rem;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://pecoandco.com.au/wp-content/uploads/2025/09/GeistMono-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://pecoandco.com.au/wp-content/uploads/2025/09/GeistMono-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://pecoandco.com.au/wp-content/uploads/2025/09/GeistMono-ExtraLight.ttf') format('truetype');
}
/* End Custom Fonts CSS */