.elementor-354 .elementor-element.elementor-element-033d541{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-354 .elementor-element.elementor-element-65fe8eb{--display:flex;}.elementor-354 .elementor-element.elementor-element-3e4d18a{--spacer-size:15px;}.elementor-widget-archive-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-archive-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-archive-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-archive-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-posts-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-354 .elementor-element.elementor-element-026e343{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-354 .elementor-element.elementor-element-026e343 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.41 * 100% );}.elementor-354 .elementor-element.elementor-element-026e343:after{content:"0.41";}.elementor-354 .elementor-element.elementor-element-026e343 .elementor-post__thumbnail__link{width:100%;}.elementor-354 .elementor-element.elementor-element-026e343 .elementor-post__meta-data span + span:before{content:"|";}.elementor-354 .elementor-element.elementor-element-026e343.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-354 .elementor-element.elementor-element-026e343.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-354 .elementor-element.elementor-element-026e343.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-354 .elementor-element.elementor-element-026e343 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-354 .elementor-element.elementor-element-026e343 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-354 .elementor-element.elementor-element-026e343 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-354 .elementor-element.elementor-element-026e343 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-354 .elementor-element.elementor-element-026e343 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}.elementor-354 .elementor-element.elementor-element-4337155{--spacer-size:15px;}@media(max-width:767px){.elementor-354 .elementor-element.elementor-element-026e343 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-354 .elementor-element.elementor-element-026e343:after{content:"0.5";}.elementor-354 .elementor-element.elementor-element-026e343 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for archive-posts, class: .elementor-element-026e343 *//* =========================================
   MaxHunt – Archive Posts Widget Styling
   Applies to Elementor Archive / Posts widget
========================================= */

/* Target only MaxHunt content archive */
.maxhunt-archive .elementor-posts-container{
  gap: 32px;
}

/* Card */
.maxhunt-archive .elementor-post{
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}

.maxhunt-archive .elementor-post:hover{
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  transform: translateY(-3px);
}

/* Thumbnail */
.maxhunt-archive .elementor-post__thumbnail{
  margin-bottom: 0;
}

.maxhunt-archive .elementor-post__thumbnail img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Content wrapper */
.maxhunt-archive .elementor-post__text{
  padding: 22px 22px 26px;
}

/* Meta (category / date) */
.maxhunt-archive .elementor-post__meta-data{
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #6b7280;
}

/* Title */
.maxhunt-archive .elementor-post__title{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 12px;
}

.maxhunt-archive .elementor-post__title a{
  color: #111827;
  text-decoration: none;
}

.maxhunt-archive .elementor-post__title a:hover{
  color: #2563eb;
}

/* Excerpt */
.maxhunt-archive .elementor-post__excerpt{
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 18px;
}

/* Read more */
.maxhunt-archive .elementor-post__read-more{
  font-size: 14px;
  font-weight: 600;
  color: #2563eb;
}

.maxhunt-archive .elementor-post__read-more:hover{
  text-decoration: underline;
}

/* Pagination */
.maxhunt-archive .elementor-pagination{
  margin-top: 48px;
  text-align: center;
}

.maxhunt-archive .elementor-pagination a,
.maxhunt-archive .elementor-pagination span{
  padding: 10px 14px;
  margin: 0 4px;
  border-radius: 6px;
  font-weight: 600;
}

/* Responsive tweaks */
@media (max-width: 768px){
  .maxhunt-archive .elementor-post__thumbnail img{
    height: 180px;
  }
}/* End custom CSS */