:root {
  --ea-primary: #12a072;
  --ea-primary-2: #20bf89;
  --ea-deep: #053f32;
  --ea-deeper: #032d24;
  --ea-dark: #06281f;
  --ea-ink: #10241e;
  --ea-muted: #667a73;
  --ea-line: rgba(12, 105, 78, .14);
  --ea-cream: #f5fbf8;
  --ea-white: #fff;
  --ea-accent: #ffd44f;
  --ea-accent-2: #ffb92e;
  --ea-red: #ee2737;
  --ea-shadow: 0 18px 50px rgba(0, 58, 42, .13);
  --ea-radius: 24px;
}

body {
  background: #f7fbf9;
  color: var(--ea-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

body, button, input, textarea, select { font-family: inherit; }
a { color: inherit; }
.ea88-site-wrapper { overflow: clip; }
.ea88-container { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.ea88-main { min-height: 60vh; }

/* Header */
.ea88-header { position: relative; z-index: 100; background: var(--ea-deeper); color: #fff; box-shadow: 0 10px 30px rgba(0, 43, 31, .18); }
.ea88-topbar { border-bottom: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.ea88-topbar-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; opacity: .9; }
.ea88-top-links { display: flex; align-items: center; gap: 22px; }
.ea88-top-links a { display: inline-flex; gap: 7px; align-items: center; text-decoration: none; }
.ea88-top-links svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.ea88-nav-shell { background: linear-gradient(90deg, #04392d 0%, #075944 50%, #04392d 100%); }
.ea88-nav-inner { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.ea88-brand { width: 178px; flex: 0 0 178px; display: block; }
.ea88-brand img { width: 100%; height: auto; display: block; filter: drop-shadow(0 8px 14px rgba(0,0,0,.18)); }
.ea88-primary-nav { flex: 1; min-width: 0; }
.ea88-menu { display: flex; justify-content: center; align-items: stretch; gap: 4px; list-style: none; margin: 0; padding: 0; }
.ea88-menu > li { position: relative; margin: 0; }
.ea88-menu > li > a { min-height: 78px; padding: 0 13px; display: flex; align-items: center; font-size: 13px; font-weight: 800; letter-spacing: .01em; text-transform: uppercase; color: #fff; text-decoration: none; border-bottom: 3px solid transparent; transition: .2s ease; white-space: nowrap; }
.ea88-menu > li > a:hover, .ea88-menu > li.current-menu-item > a, .ea88-menu > li.current-menu-ancestor > a { color: var(--ea-accent); border-bottom-color: var(--ea-accent); background: rgba(255,255,255,.045); }
.ea88-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 220px; padding: 10px; margin: 0; list-style: none; background: #fff; color: var(--ea-ink); border-radius: 0 0 14px 14px; box-shadow: var(--ea-shadow); }
.ea88-menu li:hover > .sub-menu { display: block; }
.ea88-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 9px; text-decoration: none; font-weight: 700; }
.ea88-menu .sub-menu a:hover { background: #edf8f3; color: var(--ea-primary); }
.ea88-header-actions { display: flex; align-items: center; gap: 10px; }
.ea88-btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 42px; padding: 0 18px; border-radius: 11px; border: 1px solid transparent; text-decoration: none!important; font-weight: 800; font-size: 14px; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.ea88-btn:hover { transform: translateY(-2px); }
.ea88-btn-ghost { color: #fff!important; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.ea88-btn-ghost:hover { background: rgba(255,255,255,.12); }
.ea88-btn-accent { color: #342800!important; background: linear-gradient(135deg, var(--ea-accent), var(--ea-accent-2)); box-shadow: 0 10px 22px rgba(255,190,37,.24); }
.ea88-btn-accent:hover { box-shadow: 0 14px 30px rgba(255,190,37,.35); }
.ea88-btn-light { color: var(--ea-deep)!important; background: #fff; }
.ea88-btn-lg { min-height: 52px; padding-inline: 24px; border-radius: 14px; }
.ea88-menu-toggle { display: none; width: 46px; height: 46px; padding: 9px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); border-radius: 12px; color: #fff; }
.ea88-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; border-radius: 2px; }
.ea88-menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* Hero */
.ea88-hero-section { padding: 30px 0 26px; background: radial-gradient(circle at 15% 0%, rgba(32,191,137,.18), transparent 36%), linear-gradient(180deg, #eaf8f2 0%, #f7fbf9 100%); }
.ea88-hero { min-height: 500px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; overflow: hidden; position: relative; border-radius: 32px; color: #fff; background: linear-gradient(115deg, #063b2f 0%, #075b46 50%, #0c7f5d 100%); box-shadow: 0 28px 80px rgba(0, 67, 48, .22); isolation: isolate; }
.ea88-hero:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, #000, transparent 80%); z-index: -1; }
.ea88-hero-copy { padding: 68px 36px 62px 68px; display: flex; flex-direction: column; justify-content: center; }
.ea88-kicker, .ea88-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--ea-accent); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ea88-kicker:before, .ea88-eyebrow:before { content: ""; width: 24px; height: 2px; border-radius: 2px; background: currentColor; }
.ea88-hero h1 { max-width: 670px; margin: 18px 0 18px; color: #fff; font-size: clamp(40px, 5vw, 68px); line-height: 1.04; letter-spacing: -.04em; }
.ea88-hero-copy > p { max-width: 590px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; }
.ea88-hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.ea88-text-link { color: #fff!important; text-decoration: none!important; font-weight: 800; }
.ea88-text-link span { color: var(--ea-accent); margin-left: 6px; }
.ea88-hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: rgba(255,255,255,.75); font-size: 12px; font-weight: 700; }
.ea88-hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.ea88-hero-points svg { width: 18px; height: 18px; fill: none; stroke: var(--ea-accent); stroke-width: 2.2; }
.ea88-hero-art { position: relative; min-height: 500px; overflow: hidden; }
.ea88-hero-art:before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; left: 50%; top: 54%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.13); box-shadow: inset 0 0 80px rgba(255,255,255,.05), 0 0 0 38px rgba(255,255,255,.025), 0 0 0 76px rgba(255,255,255,.018); }
.ea88-glow { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .8; }
.ea88-glow-one { width: 260px; height: 260px; right: -40px; top: -50px; background: radial-gradient(circle, rgba(255,212,79,.45), transparent 68%); }
.ea88-glow-two { width: 300px; height: 300px; left: -80px; bottom: -100px; background: radial-gradient(circle, rgba(39,233,167,.5), transparent 70%); }
.ea88-slot-machine { position: absolute; width: 315px; height: 312px; left: 49%; top: 52%; transform: translate(-50%,-50%) rotate(-2deg); padding: 26px 24px 24px; border: 8px solid #f6bf31; border-radius: 46px 46px 35px 35px; background: linear-gradient(145deg, #f5cf55, #b56c00); box-shadow: inset 0 0 0 4px #7b4500, inset 0 0 28px rgba(255,255,255,.5), 0 30px 60px rgba(0,0,0,.35); }
.ea88-slot-top { height: 58px; display: flex; justify-content: center; align-items: center; margin: -6px auto 18px; width: 70%; border-radius: 22px; color: #fff; background: linear-gradient(180deg,#ee2b37,#a9000b); border: 4px solid #ffde65; font-size: 30px; font-weight: 1000; letter-spacing: .05em; text-shadow: 0 3px 0 rgba(0,0,0,.2); }
.ea88-slot-screen { height: 126px; display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; padding: 12px; border-radius: 18px; background: #3f2600; box-shadow: inset 0 0 12px #000; }
.ea88-slot-screen b { display: flex; justify-content: center; align-items: center; border-radius: 10px; color: #e20d1c; background: linear-gradient(#fff,#f8eee1); font-size: 58px; line-height: 1; text-shadow: 0 3px 0 #ffc55c; }
.ea88-slot-foot { height: 34px; display: flex; justify-content: center; gap: 14px; margin-top: 17px; }
.ea88-slot-foot span { width: 18px; height: 18px; border-radius: 50%; background: #0a523e; border: 3px solid #f7df72; box-shadow: 0 0 0 2px #7d4800; }
.ea88-jackpot-disc { position: absolute; right: 8%; bottom: 11%; width: 128px; height: 128px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #25c990, #07533f 70%); border: 9px solid #f3c84c; color: #fff; box-shadow: 0 20px 34px rgba(0,0,0,.32), inset 0 0 0 5px #074131; transform: rotate(8deg); z-index: 4; }
.ea88-jackpot-disc small { font-weight: 900; font-size: 16px; color: var(--ea-accent); }
.ea88-jackpot-disc strong { font-size: 42px; line-height: .9; }
.ea88-floating-card { position: absolute; width: 92px; height: 128px; padding: 12px; border-radius: 15px; background: #fff; color: #151515; font: 900 34px/1 Georgia,serif; box-shadow: 0 18px 34px rgba(0,0,0,.25); z-index: 3; }
.ea88-floating-card span { display: block; color: var(--ea-red); font-size: 26px; }
.card-one { left: 5%; top: 10%; transform: rotate(-16deg); }
.card-two { right: 8%; top: 12%; transform: rotate(13deg); color: #0b5b44; }
.ea88-coin { position: absolute; width: 58px; height: 58px; display: flex; justify-content: center; align-items: center; border-radius: 50%; color: #704200; background: radial-gradient(circle at 35% 28%, #fff3a4, #ffc23b 60%, #a65a00); border: 5px solid #ffe06d; box-shadow: 0 12px 22px rgba(0,0,0,.25); font-style: normal; font-weight: 1000; z-index: 6; }
.coin-a { left: 10%; bottom: 8%; transform: rotate(-14deg); }
.coin-b { right: 14%; top: 37%; width: 46px; height: 46px; transform: rotate(20deg); }
.coin-c { right: 37%; bottom: 3%; width: 42px; height: 42px; }

/* Headings and sections */
.ea88-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 26px; }
.ea88-section-heading h2, .ea88-feature-grid h2, .ea88-seo-box h2 { margin: 6px 0 0; color: var(--ea-deep); font-size: clamp(28px, 3vw, 40px); letter-spacing: -.03em; }
.ea88-section-heading > p { max-width: 560px; margin: 0; color: var(--ea-muted); line-height: 1.7; }
.ea88-eyebrow { color: var(--ea-primary); }
.ea88-section-heading-inline { align-items: center; }
.ea88-more-link { color: var(--ea-primary)!important; text-decoration: none!important; font-weight: 900; }

/* Categories */
.ea88-category-section { padding: 46px 0 56px; }
.ea88-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.ea88-category-card { min-height: 182px; padding: 24px 18px 20px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; border: 1px solid var(--ea-line); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(0,50,36,.055); text-decoration: none!important; transition: .25s ease; }
.ea88-category-card:before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(145deg, var(--ea-deep), var(--ea-primary)); transition: .25s ease; }
.ea88-category-card > * { position: relative; z-index: 1; }
.ea88-category-card:hover { transform: translateY(-7px); box-shadow: var(--ea-shadow); }
.ea88-category-card:hover:before { opacity: 1; }
.ea88-category-card:hover, .ea88-category-card:hover small { color: #fff; }
.ea88-category-icon { width: 62px; height: 62px; display: flex; justify-content: center; align-items: center; border-radius: 19px; color: var(--ea-primary); background: #eaf8f2; }
.ea88-category-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.ea88-category-card b { display: block; margin-bottom: 4px; font-size: 18px; }
.ea88-category-card small { display: block; color: var(--ea-muted); font-size: 12px; line-height: 1.4; }
.ea88-category-card i { position: absolute; top: 24px; right: 18px; color: var(--ea-primary); font-style: normal; font-size: 20px; }
.ea88-category-card:hover .ea88-category-icon { color: var(--ea-deep); background: var(--ea-accent); }
.ea88-category-card:hover i { color: var(--ea-accent); }

/* Feature cards */
.ea88-feature-section { padding: 26px 0 64px; }
.ea88-feature-grid { display: grid; grid-template-columns: 1.15fr 1fr .85fr; gap: 18px; }
.ea88-feature-grid > article { min-height: 390px; position: relative; overflow: hidden; border-radius: var(--ea-radius); box-shadow: var(--ea-shadow); }
.ea88-promo-main { padding: 38px; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(255,214,79,.27), transparent 32%), linear-gradient(145deg, #06382c, #0c795a); }
.ea88-promo-main .ea88-eyebrow { color: var(--ea-accent); }
.ea88-promo-main h2 { max-width: 430px; color: #fff; font-size: 32px; }
.ea88-promo-main p { max-width: 470px; color: rgba(255,255,255,.75); line-height: 1.7; }
.ea88-promo-icon { width: 72px; height: 72px; display: flex; justify-content: center; align-items: center; margin-bottom: 34px; border-radius: 22px; color: var(--ea-deep); background: var(--ea-accent); transform: rotate(-5deg); }
.ea88-promo-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.ea88-promo-orbit { position: absolute; width: 210px; height: 210px; right: -58px; bottom: -58px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.ea88-promo-orbit:before, .ea88-promo-orbit:after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: inherit; }
.ea88-promo-orbit:after { inset: 58px; }
.ea88-promo-orbit span { position: absolute; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; color: #674000; background: var(--ea-accent); font-weight: 1000; }
.ea88-promo-orbit span:nth-child(1) { top: 0; left: 82px; }.ea88-promo-orbit span:nth-child(2) { left: 0; top: 102px; }.ea88-promo-orbit span:nth-child(3) { right: 12px; bottom: 16px; }
.ea88-info-card { padding: 34px; background: #fff; border: 1px solid var(--ea-line); }
.ea88-card-head { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.ea88-card-head h2 { font-size: 28px; }
.ea88-card-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; flex: 0 0 60px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--ea-primary), var(--ea-deep)); }
.ea88-card-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2; }
.ea88-step-list { display: grid; gap: 8px; }
.ea88-step-list a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; min-height: 61px; padding: 8px 12px; border-radius: 14px; text-decoration: none!important; transition: .2s ease; }
.ea88-step-list a:hover { background: #eff9f4; transform: translateX(4px); }
.ea88-step-list b { width: 34px; height: 34px; display: flex; justify-content: center; align-items: center; border-radius: 11px; color: var(--ea-primary); background: #e9f8f2; font-size: 12px; }
.ea88-step-list strong, .ea88-step-list small { display: block; }
.ea88-step-list strong { color: var(--ea-ink); font-size: 14px; }
.ea88-step-list small { margin-top: 2px; color: var(--ea-muted); font-size: 11px; }
.ea88-step-list i { color: var(--ea-primary); font-style: normal; }
.ea88-app-card { padding: 34px; color: #fff; background: linear-gradient(155deg, #10a675, #06503d); }
.ea88-app-card .ea88-eyebrow { color: var(--ea-accent); }
.ea88-app-card h2 { max-width: 280px; color: #fff; font-size: 30px; }
.ea88-app-card p { max-width: 260px; color: rgba(255,255,255,.76); line-height: 1.65; }
.ea88-phone-art { position: absolute; right: -35px; bottom: -70px; width: 190px; height: 330px; padding: 10px; border-radius: 35px; background: #102620; border: 5px solid #1d342e; box-shadow: 0 25px 50px rgba(0,0,0,.3); transform: rotate(12deg); }
.ea88-phone-art > div { height: 100%; display: flex; justify-content: center; align-items: center; border-radius: 23px; background: radial-gradient(circle at 35% 30%, #24bd88, #063d30 68%); }
.ea88-phone-art img { width: 110px; filter: drop-shadow(0 8px 12px rgba(0,0,0,.25)); }

/* Posts */
.ea88-posts-section { padding: 62px 0; background: #edf7f2; }
.ea88-post-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ea88-post-card { overflow: hidden; border-radius: 20px; background: #fff; border: 1px solid var(--ea-line); box-shadow: 0 12px 32px rgba(0,54,39,.07); transition: .25s ease; }
.ea88-post-card:hover { transform: translateY(-6px); box-shadow: var(--ea-shadow); }
.ea88-post-thumb { display: block; height: 185px; overflow: hidden; background: linear-gradient(145deg,#0f9d70,#063d30); }
.ea88-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ea88-post-card:hover .ea88-post-thumb img { transform: scale(1.05); }
.ea88-thumb-placeholder { height: 100%; display: flex; justify-content: center; align-items: center; color: rgba(255,255,255,.92); background: radial-gradient(circle at 70% 20%, rgba(255,212,79,.42), transparent 28%); }
.ea88-thumb-placeholder svg { width: 80px; height: 80px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.ea88-post-body { padding: 21px; }
.ea88-post-cat { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: var(--ea-primary)!important; background: #eaf8f2; text-decoration: none!important; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ea88-post-body h3 { margin: 13px 0 12px; color: var(--ea-ink); font-size: 17px; line-height: 1.45; }
.ea88-post-body h3 a { text-decoration: none!important; }
.ea88-post-body time { color: var(--ea-muted); font-size: 12px; }

/* SEO/editor content */
.ea88-seo-section { padding: 66px 0 80px; }
.ea88-seo-box { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; padding: 48px; border: 1px solid var(--ea-line); border-radius: 28px; background: #fff; box-shadow: 0 15px 45px rgba(0,60,43,.07); }
.ea88-seo-intro p, .ea88-editor-content { color: var(--ea-muted); line-height: 1.85; }
.ea88-editor-content h2, .ea88-editor-content h3 { color: var(--ea-deep); }
.ea88-empty-page { margin: 44px auto; max-width: 900px; padding: 24px; border: 1px dashed var(--ea-line); border-radius: 16px; background: #f0f9f5; text-align: center; color: var(--ea-muted); }

/* Generic Flatsome content pages */
body:not(.home) .ea88-main { padding: 44px 0 64px; }
body:not(.home) #main > .page-wrapper, body:not(.home) #main > .row, body:not(.home) #main > .container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
body:not(.home) .page-title, body:not(.home) .entry-title { color: var(--ea-deep); }
.entry-content a { color: var(--ea-primary); }

/* Footer */
.ea88-footer { color: rgba(255,255,255,.78); background: #032a21; }
.ea88-trust-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; position: relative; top: -1px; border-radius: 0 0 20px 20px; overflow: hidden; background: rgba(255,255,255,.08); }
.ea88-trust-strip > div { min-height: 98px; display: flex; align-items: center; gap: 14px; padding: 20px; background: rgba(255,255,255,.035); }
.ea88-trust-strip svg { width: 32px; height: 32px; flex: 0 0 32px; fill: none; stroke: var(--ea-accent); stroke-width: 2; }
.ea88-trust-strip b, .ea88-trust-strip small { display: block; }
.ea88-trust-strip b { color: #fff; font-size: 13px; }
.ea88-trust-strip small { margin-top: 3px; color: rgba(255,255,255,.56); font-size: 10px; }
.ea88-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 56px; padding: 62px 0 44px; }
.ea88-footer-brand img { width: 190px; margin-bottom: 16px; }
.ea88-footer-brand p { max-width: 360px; line-height: 1.7; font-size: 13px; }
.ea88-footer h3 { margin: 0 0 18px; color: #fff; font-size: 16px; }
.ea88-footer ul { margin: 0; padding: 0; list-style: none; }
.ea88-footer li { margin: 0 0 10px; }
.ea88-footer li a { color: rgba(255,255,255,.7); text-decoration: none!important; font-size: 13px; }
.ea88-footer li a:hover { color: var(--ea-accent); }
.ea88-copyright { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.5); font-size: 11px; }

@media (max-width: 1180px) {
  .ea88-nav-inner { gap: 14px; }
  .ea88-brand { width: 145px; flex-basis: 145px; }
  .ea88-menu > li > a { padding-inline: 8px; font-size: 11px; }
  .ea88-header-actions .ea88-btn { padding-inline: 13px; }
  .ea88-category-grid { grid-template-columns: repeat(3,1fr); }
  .ea88-feature-grid { grid-template-columns: 1fr 1fr; }
  .ea88-app-card { grid-column: 1 / -1; min-height: 300px!important; }
  .ea88-post-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1080px) {
  .ea88-topbar-inner > span { display: none; }
  .ea88-topbar-inner { justify-content: flex-end; }
  .ea88-nav-inner { min-height: 72px; }
  .ea88-menu-toggle { display: block; margin-left: auto; }
  .ea88-primary-nav { display: none; position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); padding: 12px; border-radius: 18px; background: #fff; color: var(--ea-ink); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
  .ea88-primary-nav.is-open { display: block; }
  .ea88-menu { display: grid; grid-template-columns: repeat(2,1fr); gap: 4px; }
  .ea88-menu > li > a { min-height: 45px; padding: 0 13px; color: var(--ea-ink); border: 0; border-radius: 10px; }
  .ea88-menu > li > a:hover, .ea88-menu > li.current-menu-item > a { color: var(--ea-deep); background: #eaf8f2; }
  .ea88-menu .sub-menu { position: static; display: block; box-shadow: none; padding: 0 0 8px 10px; }
  .ea88-header-actions { display: none; }
  .ea88-hero { grid-template-columns: 1fr; }
  .ea88-hero-copy { padding: 58px 52px 28px; text-align: center; align-items: center; }
  .ea88-hero-art { min-height: 410px; }
  .ea88-seo-box { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 760px) {
  .ea88-container { width: min(100% - 24px, 1240px); }
  .ea88-topbar { display: none; }
  .ea88-nav-inner { min-height: 64px; }
  .ea88-brand { width: 132px; flex-basis: 132px; }
  .ea88-menu-toggle { width: 42px; height: 42px; }
  .ea88-primary-nav { left: 12px; right: 12px; top: calc(100% + 5px); }
  .ea88-menu { grid-template-columns: 1fr; max-height: 70vh; overflow: auto; }
  .ea88-hero-section { padding-top: 14px; }
  .ea88-hero { min-height: auto; border-radius: 22px; }
  .ea88-hero-copy { padding: 42px 22px 10px; }
  .ea88-hero h1 { font-size: 38px; }
  .ea88-hero-copy > p { font-size: 14px; }
  .ea88-hero-actions { flex-direction: column; gap: 14px; width: 100%; }
  .ea88-hero-actions .ea88-btn { width: 100%; }
  .ea88-hero-points { justify-content: center; gap: 10px; }
  .ea88-hero-art { min-height: 330px; transform: scale(.86); transform-origin: center top; margin-bottom: -38px; }
  .ea88-slot-machine { width: 270px; height: 280px; }
  .ea88-slot-screen b { font-size: 48px; }
  .ea88-jackpot-disc { width: 104px; height: 104px; right: 2%; }
  .ea88-jackpot-disc strong { font-size: 34px; }
  .ea88-floating-card { width: 72px; height: 102px; font-size: 27px; }
  .ea88-category-section, .ea88-posts-section, .ea88-seo-section { padding-block: 42px; }
  .ea88-section-heading { display: block; }
  .ea88-section-heading > p { margin-top: 12px; }
  .ea88-section-heading h2, .ea88-feature-grid h2, .ea88-seo-box h2 { font-size: 28px; }
  .ea88-category-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .ea88-category-card { min-height: 160px; padding: 18px 14px; }
  .ea88-feature-grid { grid-template-columns: 1fr; }
  .ea88-feature-grid > article { min-height: auto; }
  .ea88-promo-main, .ea88-info-card, .ea88-app-card { padding: 26px; }
  .ea88-app-card { grid-column: auto; min-height: 340px!important; }
  .ea88-post-grid { grid-template-columns: 1fr; }
  .ea88-post-thumb { height: 210px; }
  .ea88-seo-box { padding: 28px 22px; }
  .ea88-trust-strip { grid-template-columns: 1fr 1fr; }
  .ea88-trust-strip > div { min-height: 86px; padding: 15px; }
  .ea88-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 22px; padding-top: 44px; }
  .ea88-footer-brand { grid-column: 1 / -1; }
  .ea88-copyright { flex-direction: column; justify-content: center; padding-block: 18px; text-align: center; }
}

@media (max-width: 420px) {
  .ea88-category-grid { grid-template-columns: 1fr 1fr; }
  .ea88-category-card { min-height: 145px; }
  .ea88-category-icon { width: 52px; height: 52px; }
  .ea88-category-icon svg { width: 31px; height: 31px; }
  .ea88-footer-grid { grid-template-columns: 1fr; }
  .ea88-footer-brand { grid-column: auto; }
  .ea88-trust-strip { grid-template-columns: 1fr; }
}


/* ===== EA88 v1.0.1 clean templates ===== */
.ea88-seo-box-content-only{
	display:block;
	max-width:1120px;
	margin-inline:auto;
	padding:48px 54px;
}
.ea88-seo-box-content-only .ea88-editor-content{
	color:var(--ea-ink);
}
.ea88-seo-box-content-only .ea88-editor-content > :first-child{
	margin-top:0;
}
.ea88-seo-box-content-only .ea88-editor-content > :last-child{
	margin-bottom:0;
}

.ea88-archive-hero,
.ea88-inner-hero{
	padding:58px 0 48px;
	background:
		radial-gradient(circle at 85% 20%, rgba(20,173,121,.16), transparent 30%),
		linear-gradient(135deg,#042f25,#075744);
	border-bottom:1px solid rgba(255,212,79,.26);
}
.ea88-archive-hero .ea88-eyebrow,
.ea88-inner-hero .ea88-eyebrow{
	color:#70e0b8;
}
.ea88-archive-hero h1,
.ea88-inner-hero h1{
	max-width:980px;
	margin:8px 0 0;
	color:#fff;
	font-size:clamp(34px,5vw,58px);
	line-height:1.08;
	letter-spacing:-.035em;
}
.ea88-archive-description{
	max-width:880px;
	margin-top:16px;
	color:rgba(255,255,255,.72);
	font-size:16px;
	line-height:1.8;
}
.ea88-archive-description p{margin:0}

.ea88-archive-section,
.ea88-inner-section{
	padding:54px 0 74px;
	background:#f6faf8;
}
.ea88-archive-grid{
	grid-template-columns:repeat(3,1fr);
}
.ea88-archive-card-title{
	margin:13px 0 10px!important;
	font-size:19px!important;
	line-height:1.42!important;
}
.ea88-archive-card-title a{
	color:var(--ea-ink)!important;
	text-decoration:none!important;
}
.ea88-archive-card-title a:hover{
	color:var(--ea-primary)!important;
}
.ea88-post-excerpt{
	margin:0 0 13px;
	color:var(--ea-muted);
	font-size:13px;
	line-height:1.72;
}
.ea88-pagination{
	margin-top:34px;
}
.ea88-pagination .nav-links{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:8px;
}
.ea88-pagination .page-numbers{
	min-width:40px;
	height:40px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0 12px;
	border:1px solid var(--ea-line);
	border-radius:11px;
	background:#fff;
	color:var(--ea-deep);
	text-decoration:none!important;
	font-weight:800;
}
.ea88-pagination .page-numbers.current,
.ea88-pagination a.page-numbers:hover{
	color:#fff;
	background:var(--ea-primary);
	border-color:var(--ea-primary);
}
.ea88-empty-archive{
	padding:46px 28px;
	border:1px solid var(--ea-line);
	border-radius:22px;
	background:#fff;
	text-align:center;
	box-shadow:0 12px 34px rgba(0,54,39,.06);
}
.ea88-empty-archive h2{
	margin:0 0 8px;
	color:var(--ea-deep);
}
.ea88-empty-archive p{
	margin:0;
	color:var(--ea-muted);
}

.ea88-content-shell{
	max-width:1000px;
	margin-inline:auto;
	padding:46px 54px;
	border:1px solid var(--ea-line);
	border-radius:26px;
	background:#fff;
	box-shadow:0 15px 42px rgba(0,58,42,.07);
	color:var(--ea-ink);
}
.ea88-content-shell > :first-child{margin-top:0}
.ea88-content-shell > :last-child{margin-bottom:0}
.ea88-content-shell h2,
.ea88-content-shell h3,
.ea88-content-shell h4{
	color:var(--ea-deep);
	line-height:1.28;
}
.ea88-content-shell h2{font-size:32px;margin-top:34px}
.ea88-content-shell h3{font-size:24px;margin-top:28px}
.ea88-content-shell p,
.ea88-content-shell li{
	font-size:16px;
	line-height:1.85;
}
.ea88-content-shell a{
	color:var(--ea-primary)!important;
	font-weight:700;
}
.ea88-content-shell img{
	border-radius:16px;
}
.ea88-single-meta{
	margin-top:14px;
	color:rgba(255,255,255,.66);
	font-size:13px;
}
.ea88-single-featured{
	margin-bottom:30px;
}
.ea88-single-featured img{
	display:block;
	width:100%;
	height:auto;
	border-radius:18px;
}

/* Custom templates take full control: no inherited Flatsome sidebars/wrappers. */
body.category .ea88-main,
body.archive .ea88-main,
body.single-post .ea88-main,
body.page:not(.home) .ea88-main{
	padding:0;
}
body.category .widget-area,
body.archive .widget-area,
body.single-post .widget-area,
body.page:not(.home) .widget-area{
	display:none!important;
}

@media (max-width:980px){
	.ea88-archive-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
	.ea88-seo-box-content-only{padding:28px 22px}
	.ea88-archive-hero,
	.ea88-inner-hero{padding:42px 0 36px}
	.ea88-archive-section,
	.ea88-inner-section{padding:38px 0 54px}
	.ea88-archive-grid{grid-template-columns:1fr}
	.ea88-content-shell{padding:28px 21px;border-radius:20px}
	.ea88-content-shell h2{font-size:27px}
	.ea88-content-shell h3{font-size:22px}
	.ea88-content-shell p,
	.ea88-content-shell li{font-size:15px}
}


/* ===== EA88 v1.0.2 article/page polish ===== */
.ea88-container-narrow{width:min(920px,calc(100% - 40px));margin-inline:auto}
.ea88-inner-hero,
.ea88-archive-hero{background:linear-gradient(135deg,#06382d 0%,#075442 55%,#0a6a51 100%)}
.ea88-inner-hero h1,
.ea88-archive-hero h1{font-size:clamp(32px,4.4vw,54px);line-height:1.12;letter-spacing:-.03em;max-width:900px}
.ea88-inner-section{background:#f3f8f5}
.ea88-content-shell-article{max-width:100%;padding:36px 38px;border-radius:24px}
.ea88-article-prose{max-width:820px;margin:0 auto;color:var(--ea-ink)}
.ea88-article-prose > :first-child{margin-top:0!important}
.ea88-article-prose > :last-child{margin-bottom:0!important}
.ea88-article-prose h2,
.ea88-article-prose h3,
.ea88-article-prose h4{color:var(--ea-deep);letter-spacing:-.02em}
.ea88-article-prose h2{font-size:clamp(28px,3vw,38px);line-height:1.25;margin:30px 0 14px}
.ea88-article-prose h3{font-size:clamp(22px,2.5vw,30px);line-height:1.3;margin:26px 0 12px}
.ea88-article-prose h4{font-size:20px;line-height:1.35;margin:22px 0 10px}
.ea88-article-prose p,
.ea88-article-prose li{font-size:18px;line-height:1.85;color:#21483d}
.ea88-article-prose p{margin:0 0 18px}
.ea88-article-prose ul,
.ea88-article-prose ol{margin:0 0 20px 1.3em}
.ea88-article-prose strong{color:var(--ea-deep)}
.ea88-article-prose a{color:var(--ea-primary)!important;font-weight:700;text-decoration:none}
.ea88-article-prose a:hover{text-decoration:underline}
.ea88-article-prose img,
.ea88-article-prose .wp-block-image img{display:block;max-width:100%;height:auto;margin:0 auto;border-radius:18px;box-shadow:0 16px 38px rgba(0,55,40,.12)}
.ea88-single-featured{margin:0 auto 24px;max-width:820px}
.ea88-single-featured img{display:block;width:100%;height:auto;border-radius:20px;box-shadow:0 18px 42px rgba(0,56,41,.14)}
.ea88-article-prose figure,
.ea88-article-prose .wp-block-image,
.ea88-article-prose .wp-caption,
.ea88-article-prose img.aligncenter{margin:26px auto!important;text-align:center;max-width:100%!important}
.ea88-article-prose .wp-caption-text,
.ea88-article-prose figcaption,
.ea88-article-prose .blocks-gallery-caption{margin-top:10px;color:#61766f;font-size:14px;line-height:1.6;text-align:center;font-style:italic}
.ea88-article-prose blockquote{margin:24px 0;padding:18px 22px;border-left:4px solid var(--ea-primary);background:#eef8f4;border-radius:0 14px 14px 0;color:#174437}
.ea88-article-prose table{width:100%;border-collapse:collapse;margin:22px 0;overflow:hidden;border-radius:14px;background:#fff}
.ea88-article-prose th,
.ea88-article-prose td{padding:12px 14px;border:1px solid rgba(6,72,55,.12);text-align:left;font-size:15px;line-height:1.6}
.ea88-article-prose th{background:#eaf6f1;color:var(--ea-deep)}
.ea88-content-shell-article .wp-block-spacer{height:18px!important}

@media (max-width:760px){
  .ea88-container-narrow{width:min(100% - 24px,920px)}
  .ea88-inner-hero h1,
  .ea88-archive-hero h1{font-size:34px}
  .ea88-content-shell-article{padding:24px 18px;border-radius:20px}
  .ea88-article-prose p,
  .ea88-article-prose li{font-size:16px;line-height:1.8}
  .ea88-article-prose h2{font-size:28px}
  .ea88-article-prose h3{font-size:24px}
}


/* ===== EA88 v1.0.2 — centered article / category reading layout ===== */

/* Prevent inherited Flatsome layout from pushing article content to the left. */
body.single-post .ea88-main,
body.page:not(.home) .ea88-main{
	width:100%!important;
	max-width:none!important;
	margin:0!important;
	padding:0!important;
	float:none!important;
	background:#eef5f1!important;
}

.ea88-single-heading{
	text-align:center;
}
.ea88-single-heading .ea88-eyebrow{
	display:inline-flex;
	justify-content:center;
}
.ea88-single-heading h1{
	max-width:1040px!important;
	margin:10px auto 0!important;
	text-align:center!important;
	font-size:clamp(34px,4.1vw,52px)!important;
	line-height:1.12!important;
	letter-spacing:-.035em!important;
}
.ea88-single-heading .ea88-single-meta{
	text-align:center;
}

.ea88-reading-section{
	padding:50px 0 76px!important;
	background:#eef5f1!important;
}
.ea88-reading-container{
	width:min(1120px,calc(100% - 36px));
	margin:0 auto!important;
	padding:0!important;
	float:none!important;
}

.ea88-reading-card{
	width:100%!important;
	max-width:1120px!important;
	margin:0 auto!important;
	padding:52px 62px!important;
	border:1px solid #dce9e3!important;
	border-radius:26px!important;
	background:#fff!important;
	box-shadow:0 18px 52px rgba(0,64,45,.09)!important;
	color:#243b32!important;
	float:none!important;
	overflow:hidden;
}

/* Create a consistent readable column inside the white article card. */
.ea88-article-content{
	width:100%!important;
	max-width:none!important;
	margin:0!important;
	padding:0!important;
	color:#243b32!important;
	background:transparent!important;
}

.ea88-article-content > p,
.ea88-article-content > h2,
.ea88-article-content > h3,
.ea88-article-content > h4,
.ea88-article-content > ul,
.ea88-article-content > ol,
.ea88-article-content > blockquote,
.ea88-article-content > table,
.ea88-article-content > .wp-block-group,
.ea88-article-content > .wp-block-columns{
	width:100%!important;
	max-width:900px!important;
	margin-left:auto!important;
	margin-right:auto!important;
}

.ea88-article-content p,
.ea88-article-content li{
	color:#314a40!important;
	font-size:17px!important;
	line-height:1.9!important;
}
.ea88-article-content p{
	margin-top:0!important;
	margin-bottom:19px!important;
}
.ea88-article-content h2{
	margin-top:36px!important;
	margin-bottom:16px!important;
	color:#064b39!important;
	font-size:30px!important;
	line-height:1.3!important;
	letter-spacing:-.02em!important;
}
.ea88-article-content h3{
	margin-top:30px!important;
	margin-bottom:13px!important;
	color:#0a5b45!important;
	font-size:23px!important;
	line-height:1.35!important;
}
.ea88-article-content h4{
	color:#0a5b45!important;
}
.ea88-article-content a{
	color:var(--ea-primary)!important;
	text-decoration:none!important;
	font-weight:700!important;
}
.ea88-article-content a:hover{
	text-decoration:underline!important;
}

/* Center all normal WordPress images/figures and prevent odd left offsets. */
.ea88-article-content > img,
.ea88-article-content > a > img,
.ea88-article-content figure,
.ea88-article-content .wp-caption,
.ea88-article-content .wp-block-image{
	display:block!important;
	width:auto!important;
	max-width:900px!important;
	margin:28px auto!important;
	float:none!important;
	text-align:center!important;
}
.ea88-article-content figure img,
.ea88-article-content .wp-caption img,
.ea88-article-content .wp-block-image img{
	display:block!important;
	width:auto!important;
	max-width:100%!important;
	height:auto!important;
	margin:0 auto!important;
	float:none!important;
	border-radius:15px!important;
}
.ea88-article-content figcaption,
.ea88-article-content .wp-caption-text{
	max-width:900px!important;
	margin:9px auto 0!important;
	color:#718079!important;
	font-size:14px!important;
	font-style:italic!important;
	text-align:center!important;
}

/* Featured image uses the same visual width as the article. */
.ea88-single-featured{
	width:100%!important;
	max-width:900px!important;
	margin:0 auto 34px!important;
	text-align:center!important;
}
.ea88-single-featured img{
	display:block!important;
	width:100%!important;
	max-width:900px!important;
	height:auto!important;
	margin:0 auto!important;
	border-radius:18px!important;
}

/* Neutralise old editor/Flatsome rows if they occur inside imported posts. */
.ea88-article-content .row,
.ea88-article-content .row.row-main,
.ea88-article-content .col,
.ea88-article-content .col-inner,
.ea88-article-content .section,
.ea88-article-content .section-content{
	width:100%!important;
	max-width:900px!important;
	margin-left:auto!important;
	margin-right:auto!important;
	float:none!important;
}
.ea88-article-content .row{
	display:block!important;
}

/* Archive/category page: centered title and neat article cards. */
body.category .ea88-archive-hero,
body.archive .ea88-archive-hero{
	text-align:center;
}
body.category .ea88-archive-hero h1,
body.archive .ea88-archive-hero h1,
body.category .ea88-archive-description,
body.archive .ea88-archive-description{
	margin-left:auto!important;
	margin-right:auto!important;
}
body.category .ea88-archive-section > .ea88-container,
body.archive .ea88-archive-section > .ea88-container{
	width:min(1180px,calc(100% - 36px))!important;
	margin:0 auto!important;
	float:none!important;
}
body.category .ea88-archive-grid,
body.archive .ea88-archive-grid{
	width:100%!important;
	margin:0 auto!important;
}

/* Hard stop for the old default sidebar. */
body.single-post #secondary,
body.single-post .sidebar,
body.single-post .widget-area,
body.category #secondary,
body.category .sidebar,
body.category .widget-area,
body.archive #secondary,
body.archive .sidebar,
body.archive .widget-area{
	display:none!important;
}

@media (max-width:760px){
	.ea88-single-heading h1{
		font-size:32px!important;
		line-height:1.18!important;
	}
	.ea88-reading-section{
		padding:26px 0 48px!important;
	}
	.ea88-reading-container{
		width:min(100% - 20px,1120px);
	}
	.ea88-reading-card{
		padding:26px 20px!important;
		border-radius:19px!important;
	}
	.ea88-article-content p,
	.ea88-article-content li{
		font-size:16px!important;
		line-height:1.82!important;
	}
	.ea88-article-content h2{
		font-size:25px!important;
		margin-top:30px!important;
	}
	.ea88-article-content h3{
		font-size:21px!important;
	}
	.ea88-article-content > img,
	.ea88-article-content > a > img,
	.ea88-article-content figure,
	.ea88-article-content .wp-caption,
	.ea88-article-content .wp-block-image{
		margin:22px auto!important;
	}
}


/* ===== EA88 v1.0.3 — premium compact category pages ===== */

.ea88-category-banner{
	padding:34px 0;
	background:
		radial-gradient(circle at 82% 35%,rgba(38,200,143,.12),transparent 28%),
		linear-gradient(135deg,#042b22 0%,#064535 58%,#07513e 100%);
	border-top:1px solid rgba(255,212,79,.14);
	border-bottom:1px solid rgba(255,212,79,.22);
}
.ea88-category-banner__inner{
	min-height:150px;
	display:flex;
	align-items:center;
	gap:26px;
	max-width:1120px;
	margin:0 auto;
	padding:26px 32px;
	border:1px solid rgba(255,255,255,.10);
	border-radius:24px;
	background:rgba(255,255,255,.035);
	box-shadow:0 20px 55px rgba(0,0,0,.13);
}
.ea88-category-banner__icon{
	width:84px;
	height:84px;
	flex:0 0 84px;
	display:grid;
	place-items:center;
	border-radius:22px;
	color:#fff;
	background:linear-gradient(145deg,#0aa979,#087b5d);
	border:1px solid rgba(255,212,79,.35);
	box-shadow:0 14px 34px rgba(0,0,0,.16);
}
.ea88-category-banner__icon svg{
	width:48px;
	height:48px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.45;
}
.ea88-category-banner__copy{
	min-width:0;
	flex:1;
}
.ea88-category-breadcrumb{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:8px;
	margin-bottom:8px;
	color:rgba(255,255,255,.62);
	font-size:12px;
	font-weight:700;
}
.ea88-category-breadcrumb a{
	color:#7be4bd!important;
	text-decoration:none!important;
}
.ea88-category-breadcrumb strong{
	color:rgba(255,255,255,.75);
}
.ea88-category-banner h1{
	margin:0!important;
	max-width:850px!important;
	color:#fff!important;
	font-size:clamp(32px,4vw,48px)!important;
	line-height:1.08!important;
	letter-spacing:-.035em!important;
	text-align:left!important;
	text-transform:none!important;
}
.ea88-category-banner__meta{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:8px;
	margin-top:16px;
}
.ea88-category-banner__meta span{
	display:inline-flex;
	align-items:center;
	min-height:30px;
	padding:0 11px;
	border-radius:999px;
	color:#d9f3e9;
	background:rgba(255,255,255,.07);
	border:1px solid rgba(255,255,255,.10);
	font-size:11px;
	font-weight:800;
}

.ea88-category-intro-section{
	padding:34px 0 0;
	background:#f6faf8;
}
.ea88-category-intro{
	max-width:1120px;
	margin:0 auto;
	padding:34px 40px;
	border:1px solid #dbe9e3;
	border-radius:24px;
	background:#fff;
	box-shadow:0 14px 38px rgba(0,59,42,.065);
}
.ea88-category-intro__label{
	display:inline-flex;
	align-items:center;
	gap:8px;
	margin-bottom:16px;
	color:var(--ea-primary);
	font-size:11px;
	font-weight:900;
	letter-spacing:1.15px;
}
.ea88-category-intro__label:before{
	content:"";
	width:26px;
	height:2px;
	border-radius:99px;
	background:var(--ea-primary);
}
.ea88-category-intro__content{
	color:#3f554c;
	font-size:15px;
	line-height:1.85;
}
.ea88-category-intro__content > :first-child{
	margin-top:0!important;
}
.ea88-category-intro__content > :last-child{
	margin-bottom:0!important;
}
.ea88-category-intro__content h1,
.ea88-category-intro__content h2,
.ea88-category-intro__content h3,
.ea88-category-intro__content h4{
	color:#07513d!important;
	letter-spacing:-.02em!important;
	line-height:1.3!important;
	text-align:left!important;
}
.ea88-category-intro__content h1{
	font-size:30px!important;
	margin:0 0 15px!important;
}
.ea88-category-intro__content h2{
	font-size:27px!important;
	margin:26px 0 12px!important;
}
.ea88-category-intro__content h3{
	font-size:21px!important;
	margin:22px 0 10px!important;
}
.ea88-category-intro__content p,
.ea88-category-intro__content li{
	color:#43584f!important;
	font-size:15px!important;
	line-height:1.85!important;
}
.ea88-category-intro__content img,
.ea88-category-intro__content figure{
	max-width:900px!important;
	height:auto!important;
	margin-left:auto!important;
	margin-right:auto!important;
}

.ea88-archive-section{
	padding-top:42px!important;
}
.ea88-archive-heading{
	max-width:1120px;
	margin:0 auto 24px;
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:20px;
}
.ea88-archive-heading h2{
	margin:5px 0 0!important;
	color:#063f31!important;
	font-size:clamp(25px,3vw,34px)!important;
	line-height:1.2!important;
	letter-spacing:-.025em!important;
}
.ea88-archive-grid{
	max-width:1120px;
	margin:0 auto!important;
	gap:20px!important;
}
.ea88-archive-grid .ea88-post-card{
	border-radius:18px;
	box-shadow:0 10px 30px rgba(0,54,39,.065);
}
.ea88-archive-grid .ea88-post-thumb{
	height:190px;
}
.ea88-archive-grid .ea88-post-body{
	padding:20px 20px 17px;
}
.ea88-archive-card-title{
	min-height:54px;
	margin:12px 0 9px!important;
	font-size:18px!important;
	line-height:1.48!important;
}
.ea88-post-excerpt{
	min-height:67px;
}
.ea88-post-footer{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	padding-top:13px;
	border-top:1px solid #edf2ef;
}
.ea88-post-footer time{
	color:#829289;
	font-size:11px;
}
.ea88-post-footer a{
	color:var(--ea-primary)!important;
	font-size:11px;
	font-weight:900;
	text-decoration:none!important;
}

/* Disable previous large centered archive hero rules. */
body.category .ea88-archive-hero,
body.archive .ea88-archive-hero{
	display:none!important;
}

@media (max-width:760px){
	.ea88-category-banner{
		padding:18px 0;
	}
	.ea88-category-banner__inner{
		min-height:auto;
		gap:15px;
		padding:20px 18px;
		border-radius:18px;
	}
	.ea88-category-banner__icon{
		width:58px;
		height:58px;
		flex-basis:58px;
		border-radius:16px;
	}
	.ea88-category-banner__icon svg{
		width:34px;
		height:34px;
	}
	.ea88-category-banner h1{
		font-size:30px!important;
	}
	.ea88-category-banner__meta span:nth-child(3){
		display:none;
	}
	.ea88-category-intro-section{
		padding-top:20px;
	}
	.ea88-category-intro{
		padding:24px 20px;
		border-radius:18px;
	}
	.ea88-category-intro__content h1{
		font-size:25px!important;
	}
	.ea88-category-intro__content h2{
		font-size:23px!important;
	}
	.ea88-archive-heading{
		margin-bottom:18px;
	}
	.ea88-archive-heading h2{
		font-size:25px!important;
	}
	.ea88-archive-card-title,
	.ea88-post-excerpt{
		min-height:0;
	}
}
