.elementor-147 .elementor-element.elementor-element-b7a41ad{--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;}.elementor-widget-posts .elementor-post__title, .elementor-widget-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-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-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-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-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-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-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-posts .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-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-147 .elementor-element.elementor-element-ac40825 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-147 .elementor-element.elementor-element-ac40825:after{content:"0.66";}.elementor-147 .elementor-element.elementor-element-ac40825 .elementor-post__thumbnail__link{width:100%;}.elementor-147 .elementor-element.elementor-element-ac40825{--grid-column-gap:30px;--grid-row-gap:35px;}.elementor-147 .elementor-element.elementor-element-ac40825.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-147 .elementor-element.elementor-element-ac40825.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-147 .elementor-element.elementor-element-ac40825.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}@media(max-width:767px){.elementor-147 .elementor-element.elementor-element-ac40825 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-147 .elementor-element.elementor-element-ac40825:after{content:"0.5";}.elementor-147 .elementor-element.elementor-element-ac40825 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for container, class: .elementor-element-b7a41ad *//* ============================================================
   MMG BLOG PAGE — ELEMENTOR CUSTOM CSS
   Typography Update v2:
   Heading:     Poppins ExtraBold (800)
   Sub Heading: Poppins Medium (500)
   Paragraph:   Open Sans Regular (400)
   Colors: #ebb445 (yellow) | #1a1a1a (black) | #fff (white)
   Paste in: Elementor > Site Settings > Custom CSS
            OR Appearance > Customize > Additional CSS
   ============================================================ */

/* ── GOOGLE FONT IMPORT ── */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;800&family=Open+Sans:wght@400;600;700&display=swap');

/* ══════════════════════════════════════════
   1. BLOG PAGE WRAPPER — dotted background
══════════════════════════════════════════ */
.elementor-posts-container,
.elementor-section.blog-section,
body.blog,
body.archive,
body.category,
body.tag,
.site-main {
  font-family: 'Open Sans', sans-serif !important;
  background: #fff;
  background-image: radial-gradient(circle, #c4c4c4 1px, transparent 1px) !important;
  background-size: 26px 26px !important;
}

/* ══════════════════════════════════════════
   2. BLOG PAGE TITLE / ARCHIVE TITLE — Poppins ExtraBold
══════════════════════════════════════════ */
.elementor-archive-title,
.page-title,
.archive-title,
h1.entry-title,
.elementor-heading-title {
  font-family: 'Poppins', sans-serif !important;
}

.elementor-archive-title,
.page-title {
  font-size: clamp(28px, 5vw, 52px) !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  letter-spacing: -0.5px !important;
  position: relative;
  display: inline-block;
}

/* Yellow underline on page title */
.elementor-archive-title::after,
.page-title::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -8px;
  height: 6px;
  background: #ebb445;
  border-radius: 3px;
  transform: rotate(-0.5deg);
}

/* ══════════════════════════════════════════
   3. POSTS GRID / LOOP CONTAINER
══════════════════════════════════════════ */
.elementor-posts-container {
  gap: 28px !important;
}

/* ══════════════════════════════════════════
   4. SINGLE POST CARD
══════════════════════════════════════════ */
.elementor-post,
.elementor-post__card,
article.post,
.post-card {
  background: #ffffff !important;
  border: 2.5px solid #1a1a1a !important;
  border-radius: 18px !important;
  box-shadow: 6px 6px 0 #ebb445, 6px 6px 0 1px #1a1a1a !important;
  overflow: hidden !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  font-family: 'Open Sans', sans-serif !important;
}

/* Hover lift */
.elementor-post:hover,
.elementor-post__card:hover,
article.post:hover {
  transform: translate(-3px, -3px) !important;
  box-shadow: 9px 9px 0 #ebb445, 9px 9px 0 1px #1a1a1a !important;
}

/* ══════════════════════════════════════════
   5. POST THUMBNAIL / FEATURED IMAGE
══════════════════════════════════════════ */
.elementor-post__thumbnail,
.elementor-post__thumbnail__link,
.elementor-post .elementor-post__thumbnail img,
article.post .post-thumbnail img,
.wp-post-image {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  border-bottom: 2.5px solid #1a1a1a !important;
  border-radius: 0 !important;
  display: block !important;
}

.elementor-post__thumbnail,
.elementor-post__thumbnail__link {
  border-radius: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}

/* Category badge on image — Open Sans SemiBold */
.elementor-post__badge,
.cat-links {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  background: #ebb445 !important;
  color: #1a1a1a !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 4px 12px !important;
  border-radius: 100px !important;
  border: 2px solid #1a1a1a !important;
  box-shadow: 2px 2px 0 #1a1a1a !important;
  letter-spacing: 0.6px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  z-index: 2 !important;
}

/* ══════════════════════════════════════════
   6. POST CARD BODY / TEXT AREA
══════════════════════════════════════════ */
.elementor-post__text,
.elementor-post__card .elementor-post__text,
.entry-content-wrapper {
  padding: 18px 20px 20px !important;
}

/* ── Post Title — Poppins Medium ── */
.elementor-post__title,
.elementor-post__title a,
h2.entry-title,
h2.entry-title a,
.post-title,
.post-title a {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(16px, 2.2vw, 20px) !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
  line-height: 1.35 !important;
  margin-bottom: 10px !important;
  text-decoration: none !important;
  display: block !important;
  position: relative !important;
  letter-spacing: 0.1px !important;
}

/* Hover: yellow underline on title */
.elementor-post__title a:hover,
h2.entry-title a:hover {
  color: #1a1a1a !important;
  text-decoration: none !important;
}
.elementor-post__title a::after,
h2.entry-title a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 3px;
  background: #ebb445;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.elementor-post__title a:hover::after,
h2.entry-title a:hover::after {
  width: 100%;
}

/* ── Post Excerpt — Open Sans Regular ── */
.elementor-post__excerpt,
.elementor-post__excerpt p,
.entry-summary,
.post-excerpt {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #555 !important;
  line-height: 1.7 !important;
  margin-bottom: 14px !important;
}

/* ── Post Meta (date, author) — Open Sans Regular ── */
.elementor-post__meta-data,
.posted-on,
.byline,
.entry-meta,
.post-meta {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #888 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
  flex-wrap: wrap !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
}

.elementor-post__meta-data span,
.posted-on a,
.byline a {
  font-family: 'Open Sans', sans-serif !important;
  color: #888 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

/* Meta divider dots */
.elementor-post__meta-data span + span::before {
  content: '·';
  margin-right: 10px;
  color: #ebb445;
}

/* ══════════════════════════════════════════
   7. READ MORE BUTTON — Poppins Medium
══════════════════════════════════════════ */
.elementor-post__read-more,
.elementor-post__read-more a,
a.read-more,
.more-link,
.read-more-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #ebb445 !important;
  color: #1a1a1a !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 9px 20px !important;
  border-radius: 8px !important;
  border: 2px solid #1a1a1a !important;
  box-shadow: 3px 3px 0 #1a1a1a !important;
  text-decoration: none !important;
  transition: all 0.18s ease !important;
  letter-spacing: 0.2px !important;
}

.elementor-post__read-more:hover,
.elementor-post__read-more a:hover,
a.read-more:hover,
.more-link:hover {
  background: #d4a030 !important;
  transform: translate(-2px, -2px) !important;
  box-shadow: 5px 5px 0 #1a1a1a !important;
  color: #1a1a1a !important;
}

/* Arrow on read more */
.elementor-post__read-more a::after,
a.read-more::after,
.more-link::after {
  content: ' →' !important;
  font-size: 14px !important;
}

/* ══════════════════════════════════════════
   8. PAGINATION — Poppins Medium
══════════════════════════════════════════ */
.elementor-pagination,
.elementor-pagination .page-numbers,
nav.navigation.pagination,
.page-numbers {
  font-family: 'Poppins', sans-serif !important;
}

.elementor-pagination .page-numbers a,
.page-numbers a,
.page-numbers span.current {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
  color: #1a1a1a !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 2.5px solid #1a1a1a !important;
  border-radius: 8px !important;
  box-shadow: 3px 3px 0 #ebb445, 3px 3px 0 1px #1a1a1a !important;
  text-decoration: none !important;
  margin: 0 4px !important;
  transition: all 0.15s !important;
}

.page-numbers span.current,
.page-numbers a:hover {
  background: #ebb445 !important;
  transform: translate(-2px, -2px) !important;
  box-shadow: 5px 5px 0 #1a1a1a !important;
  color: #1a1a1a !important;
}

/* ══════════════════════════════════════════
   9. SIDEBAR WIDGETS
══════════════════════════════════════════ */
.widget,
.elementor-widget-wp-widget-search,
.elementor-widget-wp-widget-categories,
.elementor-widget-wp-widget-recent-posts {
  background: #fff !important;
  border: 2.5px solid #1a1a1a !important;
  border-radius: 16px !important;
  box-shadow: 5px 5px 0 #ebb445, 5px 5px 0 1px #1a1a1a !important;
  padding: 20px 18px !important;
  margin-bottom: 22px !important;
  font-family: 'Open Sans', sans-serif !important;
}

/* Widget title — Poppins Medium */
.widget-title,
.widgettitle {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
  padding-bottom: 12px !important;
  margin-bottom: 14px !important;
  border-bottom: 2px dashed #ebb445 !important;
  letter-spacing: 0.1px !important;
}

/* Widget list items — Open Sans Regular */
.widget ul li,
.widget ol li {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #555 !important;
  padding: 6px 0 !important;
  border-bottom: 1px dashed #f0f0f0 !important;
}

.widget ul li a {
  color: #1a1a1a !important;
  text-decoration: none !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  transition: color 0.15s !important;
}
.widget ul li a:hover { color: #ebb445 !important; }

/* Search widget — Open Sans */
.widget .search-field,
input[type="search"] {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  width: 100% !important;
  padding: 10px 14px !important;
  border: 2.5px solid #1a1a1a !important;
  border-radius: 8px !important;
  box-shadow: 3px 3px 0 #ebb445 !important;
  outline: none !important;
  background: #fff !important;
  color: #1a1a1a !important;
}

/* Search submit — Poppins Medium */
.widget .search-submit,
input[type="submit"] {
  background: #ebb445 !important;
  color: #1a1a1a !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  border: 2.5px solid #1a1a1a !important;
  border-radius: 8px !important;
  box-shadow: 3px 3px 0 #1a1a1a !important;
  cursor: pointer !important;
  transition: all 0.15s !important;
  margin-top: 8px !important;
  width: 100% !important;
  letter-spacing: 0.1px !important;
}
.widget .search-submit:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 #1a1a1a !important; }

/* ══════════════════════════════════════════
   10. CATEGORY / TAG CHIPS — Open Sans SemiBold
══════════════════════════════════════════ */
.tags-links a,
.cat-links a,
.elementor-post-info__terms-list-item a {
  display: inline-flex !important;
  align-items: center !important;
  background: #fff !important;
  color: #1a1a1a !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 3px 11px !important;
  border-radius: 100px !important;
  border: 2px solid #1a1a1a !important;
  box-shadow: 2px 2px 0 #ebb445, 2px 2px 0 1px #1a1a1a !important;
  text-decoration: none !important;
  margin: 2px !important;
  transition: all 0.15s !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
}
.tags-links a:hover,
.cat-links a:hover {
  background: #ebb445 !important;
  transform: translate(-1px,-1px) !important;
}

/* ══════════════════════════════════════════
   11. SINGLE POST PAGE
══════════════════════════════════════════ */

/* Single post H1 — Poppins ExtraBold */
body.single .entry-title,
body.single h1.entry-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(26px, 4vw, 44px) !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.5px !important;
}

/* Single post body — Open Sans Regular */
body.single .entry-content,
body.single .entry-content p,
body.single .elementor-post-content p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #333 !important;
  line-height: 1.85 !important;
}

/* Single post H2 — Poppins ExtraBold */
body.single .entry-content h2 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  font-size: clamp(20px,3vw,28px) !important;
  margin: 28px 0 12px !important;
  padding-bottom: 6px !important;
  border-bottom: 2px dashed #ebb445 !important;
  letter-spacing: -0.3px !important;
}

/* Single post H3 — Poppins Medium */
body.single .entry-content h3 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
  font-size: clamp(17px,2.5vw,22px) !important;
  margin: 22px 0 10px !important;
  padding-bottom: 6px !important;
  border-bottom: 2px dashed #ebb445 !important;
  letter-spacing: 0.1px !important;
}

/* Single post H4 — Poppins Medium */
body.single .entry-content h4 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
  font-size: clamp(15px,2vw,19px) !important;
  margin: 18px 0 10px !important;
}

/* Featured image on single post */
body.single .post-thumbnail,
body.single .wp-post-image {
  width: 100% !important;
  max-height: 460px !important;
  object-fit: cover !important;
  border: 2.5px solid #1a1a1a !important;
  border-radius: 18px !important;
  box-shadow: 6px 6px 0 #ebb445, 6px 6px 0 1px #1a1a1a !important;
  margin-bottom: 28px !important;
  display: block !important;
}

/* ══════════════════════════════════════════
   12. ELEMENTOR LOOP GRID (newer Elementor)
══════════════════════════════════════════ */
.e-loop-item {
  font-family: 'Open Sans', sans-serif !important;
}

/* Loop meta — Open Sans Regular */
.e-loop-item .elementor-widget-post-info .elementor-icon-list-text,
.e-loop-item .elementor-widget-post-info .elementor-icon-list-item a {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #888 !important;
}

/* ══════════════════════════════════════════
   13. NO RESULTS PAGE
══════════════════════════════════════════ */
.no-results,
.not-found {
  background: #fff !important;
  border: 2.5px solid #1a1a1a !important;
  border-radius: 18px !important;
  box-shadow: 6px 6px 0 #ebb445, 6px 6px 0 1px #1a1a1a !important;
  padding: 48px 32px !important;
  text-align: center !important;
  font-family: 'Open Sans', sans-serif !important;
}

/* No results title — Poppins ExtraBold */
.no-results .page-title {
  color: #1a1a1a !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: -0.3px !important;
}

/* ══════════════════════════════════════════
   14. RESPONSIVE — MOBILE
══════════════════════════════════════════ */
@media (max-width: 767px) {
  .elementor-post,
  article.post {
    border-radius: 14px !important;
    box-shadow: 4px 4px 0 #ebb445, 4px 4px 0 1px #1a1a1a !important;
  }
  .elementor-post:hover,
  article.post:hover {
    transform: translate(-2px,-2px) !important;
    box-shadow: 6px 6px 0 #ebb445, 6px 6px 0 1px #1a1a1a !important;
  }
  .elementor-post__thumbnail img,
  .wp-post-image {
    height: 180px !important;
  }
}/* End custom CSS */