@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Oswald:wght@500;600;700&display=swap');
.edp-counter-dashboard{--edp-navy:#021A37;--edp-gold:#D5A537;--edp-green:#1A4D3A;font-family:Lora,serif;color:var(--edp-navy);background:#fff;border:1px solid rgba(213,165,55,.45);border-radius:18px;box-shadow:0 18px 48px rgba(2,26,55,.14);overflow:hidden;max-width:1180px;margin:24px auto}
.edp-counter-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 32px;background:linear-gradient(135deg,var(--edp-navy),#483332);color:#fff;border-bottom:4px solid var(--edp-gold)}
.edp-counter-kicker{display:block;color:var(--edp-gold);font:600 11px Oswald,sans-serif;letter-spacing:2.4px;margin-bottom:6px}.edp-counter-header h2{color:#fff!important;font:700 clamp(25px,3vw,38px) Oswald,sans-serif!important;margin:0 0 4px!important}.edp-counter-header p{margin:0;color:rgba(255,255,255,.72);font-size:14px}.edp-live{display:flex;align-items:center;gap:7px;white-space:nowrap;font:600 11px Oswald,sans-serif;letter-spacing:1px;text-transform:uppercase}.edp-live i{width:9px;height:9px;border-radius:50%;background:#45d483;box-shadow:0 0 0 5px rgba(69,212,131,.15)}
.edp-header-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.edp-account-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 22px;background:var(--edp-gold);color:var(--edp-navy)!important;text-decoration:none!important;font:700 13px Oswald,sans-serif;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 8px 20px rgba(0,0,0,.18)}.edp-account-button:hover{filter:brightness(1.06);transform:translateY(-1px)}.edp-account-button .dashicons{font-size:25px;width:25px;height:25px}
.edp-counter-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:26px}.edp-counter-card{position:relative;text-align:center;padding:28px 10px;border-right:1px solid #ece7dc}.edp-counter-card:last-child{border-right:0}.edp-counter-card>.dashicons{display:flex;width:48px;height:48px;margin:0 auto 14px;border-radius:50%;align-items:center;justify-content:center;background:rgba(213,165,55,.13);color:var(--edp-gold);font-size:25px}.edp-counter-number{display:block;color:var(--edp-navy);font:700 clamp(34px,4.5vw,60px)/1 Oswald,sans-serif;font-variant-numeric:tabular-nums}.edp-counter-label{display:block;margin-top:8px;color:#665a52;font:600 12px Oswald,sans-serif;letter-spacing:1px;text-transform:uppercase}.edp-questions .edp-counter-number{color:var(--edp-green)}
.edp-counter-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 26px;background:#faf8f3;border-top:1px solid #ece7dc;color:#82756b;font-size:12px}.edp-refresh{display:inline-flex;align-items:center;gap:6px;border:0;border-radius:8px;padding:9px 15px;background:var(--edp-gold);color:var(--edp-navy);font:700 11px Oswald,sans-serif;letter-spacing:.7px;text-transform:uppercase;cursor:pointer}.edp-refresh:hover{filter:brightness(1.05);transform:translateY(-1px)}.edp-refresh.is-loading .dashicons{animation:edp-spin .8s linear infinite}@keyframes edp-spin{to{transform:rotate(360deg)}}
@media(max-width:760px){.edp-counter-header{align-items:flex-start;flex-direction:column;padding:24px}.edp-counter-grid{grid-template-columns:repeat(2,1fr);padding:14px}.edp-counter-card:nth-child(2){border-right:0}.edp-counter-card:nth-child(-n+2){border-bottom:1px solid #ece7dc}.edp-counter-footer{align-items:flex-start;flex-direction:column}}
@media(max-width:420px){.edp-counter-grid{grid-template-columns:1fr}.edp-counter-card{border-right:0;border-bottom:1px solid #ece7dc}.edp-counter-card:last-child{border-bottom:0}}
@media(prefers-reduced-motion:reduce){.edp-counter-dashboard *{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}

.edp-align-left .edp-counter-header{text-align:left}.edp-align-center .edp-counter-header{text-align:center}.edp-align-center .edp-counter-header>div:first-child{margin-inline:auto}.edp-align-center .edp-header-actions{justify-content:center}.edp-align-right .edp-counter-header{text-align:right;flex-direction:row-reverse}.edp-align-right .edp-header-actions{justify-content:flex-end}
.edp-style-bubbles .edp-counter-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:18px}.edp-align-left.edp-style-bubbles .edp-counter-grid{justify-content:flex-start}.edp-align-right.edp-style-bubbles .edp-counter-grid{justify-content:flex-end}.edp-style-bubbles .edp-counter-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:148px;height:148px;padding:12px;border:2px solid var(--edp-gold)!important;border-radius:50%;background:rgba(2,26,55,.62);backdrop-filter:blur(3px)}.edp-style-bubbles .edp-counter-card>.dashicons{display:none}.edp-style-bubbles .edp-counter-number{color:var(--edp-gold);font-size:52px}.edp-style-bubbles .edp-counter-label{color:#fff}
.edp-layout-banner{max-width:none;min-height:430px;border:0;border-radius:0;background-color:var(--edp-navy);background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;padding:42px clamp(24px,6vw,90px);box-shadow:none}.edp-layout-banner .edp-counter-header{padding:0 0 28px;background:none;border:0}.edp-layout-banner .edp-counter-header h2{font-size:clamp(36px,5vw,66px)!important;text-transform:uppercase;max-width:760px}.edp-layout-banner .edp-counter-header p{font-size:16px}.edp-layout-banner .edp-counter-grid{padding:0}.edp-layout-banner.edp-style-cards .edp-counter-card{background:rgba(255,255,255,.92);border-radius:12px;margin:5px}.edp-layout-banner .edp-counter-footer{margin-top:24px;border:0;border-radius:10px;background:rgba(2,26,55,.65);color:#fff}.edp-layout-banner .edp-live{color:#fff}
@media(max-width:980px){.edp-counter-grid{grid-template-columns:repeat(3,1fr)}.edp-counter-card:nth-child(3){border-right:0}.edp-counter-card:nth-child(-n+3){border-bottom:1px solid #ece7dc}}
@media(max-width:760px){.edp-counter-grid{grid-template-columns:repeat(2,1fr)}.edp-align-right .edp-counter-header{flex-direction:column}.edp-header-actions{align-items:flex-start;flex-direction:column}.edp-align-center .edp-header-actions{align-items:center}.edp-align-right .edp-header-actions{align-items:flex-end}.edp-style-bubbles .edp-counter-card{width:125px;height:125px}.edp-style-bubbles .edp-counter-number{font-size:43px}.edp-layout-banner{padding:34px 18px}}
