/*
Theme Name: Beera Service Marketplace
Theme URI: https://beera.ug
Author: Beera Uganda
Description: A modern Uganda service marketplace theme for Beera Uganda.
Version: 3.6.119
Text Domain: logon-services
*/


:root{
  --rivo-blue:#2563EB;
  --rivo-orange:#F97316;
  --rivo-dark:#1F2937;
  --rivo-light:#F9FAFB;
  --rivo-border:#E5E7EB;
}

html,body{background:var(--rivo-light);color:var(--rivo-dark)}
button,input,select,textarea{font:inherit}
:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}

*{box-sizing:border-box}

html,body{
  margin:0;
  padding:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  background:#FFFFFF;
  color:#1F2937;
  overflow-x:hidden;
}

a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}

.lp-container{
  width:min(1280px,calc(100% - 32px));
  margin:0 auto;
}

/* HEADER - JIJI STYLE */
.lp-header{
  position:sticky;
  top:0;
  z-index:99999;
  background:#FFFFFF;
  color:#1F2937;
  border-bottom:1px solid rgba(18,18,18,.12);
  box-shadow:0 4px 18px rgba(18,18,18,.10);
}

.lp-header-inner{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.lp-logo{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.lp-logo strong{
  font-size:30px;
  font-weight:1000;
  letter-spacing:-1px;
  color:#1F2937;
}

.lp-logo span{
  font-size:12px;
  font-weight:800;
  opacity:.85;
  margin-top:6px;
}

.lp-nav{
  display:flex;
  align-items:center;
  gap:18px;
  font-size:15px;
  font-weight:900;
}

.lp-nav a{
  color:#1F2937;
  opacity:.95;
}

.lp-nav .lp-btn,
.lp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 28px;
  border-radius:12px;
  background:#2563EB;
  color:#FFFFFF;
  font-weight:1000;
  border:0;
  box-shadow:none;
}

.lp-btn-dark{
  background:#1F2937;
  color:#1F2937;
}

.lp-menu-toggle{
  display:none;
  width:46px;
  height:46px;
  border:0;
  border-radius:12px;
  background:rgba(255,253,248,.18);
  color:#FFFFFF;
  font-size:25px;
}

/* HERO */
.lp-hero{
  padding:84px 0 105px;
  background:linear-gradient(135deg,#2563EB 0%,#1D4ED8 100%);
  color:#FFFFFF;
  border-radius:0 0 30px 30px;
}

.lp-hero-grid{
  display:block;
  text-align:center;
}

.lp-kicker{
  display:none;
}

.lp-hero h1{
  margin:0 0 28px;
  font-size:32px;
  line-height:1.2;
  font-weight:1000;
  letter-spacing:-1px;
  color:#FFFFFF;
}

.lp-hero p{
  display:none;
}

.lp-search-card{
  width:min(760px,100%);
  margin:0 auto;
  padding:0;
  background:transparent;
  box-shadow:none;
}

.lp-search-grid{
  display:grid;
  grid-template-columns:180px 1fr 120px;
  gap:10px;
}

.lp-field{
  width:100%;
  height:68px;
  border:0;
  border-radius:12px;
  background:#FFFFFF;
  color:#64748B;
  padding:0 22px;
  font-size:20px;
  font-weight:700;
}

.lp-search-grid .lp-btn{
  height:68px;
  border-radius:12px;
  background:#2563EB;
  color:#1F2937;
  font-size:18px;
}

.lp-hero-card{
  display:none;
}

/* SECTIONS */
.lp-section{
  padding:30px 0;
}

.lp-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.lp-section h2{
  margin:0;
  font-size:25px;
  line-height:1.2;
  font-weight:1000;
  color:#1F2937;
}

.lp-muted{
  color:#64748B;
  font-size:16px;
}

/* PROPERTY GRID */
.lp-grid,
.lp-home-responsive-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:20px !important;
}

.lp-service-card{
  background:#FFFFFF;
  border:0;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 2px 12px rgba(18,18,18,.08);
}

.lp-service-img{
  position:relative;
  height:270px;
  background:#64748B;
}

.lp-service-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.lp-badges{
  position:absolute;
  top:10px;
  right:10px;
  left:auto;
  display:flex;
  flex-direction:column;
  gap:7px;
  align-items:flex-end;
}

.lp-badge{
  display:inline-flex;
  align-items:center;
  padding:7px 11px;
  border-radius:999px;
  background:#FFFFFF;
  color:#1F2937;
  font-size:12px;
  font-weight:1000;
  box-shadow:0 6px 18px rgba(18,18,18,.14);
}

.lp-badge-featured{
  background:#2563EB;
  color:#1F2937;
}

.lp-badge-boosted{
  background:#1F2937;
  color:#FFFFFF;
}

.lp-badge-verified{
  background:#2563EB;
  color:#1F2937;
}

.lp-service-body{
  padding:15px;
}

.lp-price{
  color:#1F2937;
  font-size:24px;
  font-weight:1000;
  margin-bottom:8px;
}

.lp-service-title{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.3;
  font-weight:800;
  color:#1F2937;
}

.lp-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px 12px;
  color:#64748B;
  font-size:14px;
  font-weight:800;
}

.lp-card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}

.lp-small-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border-radius:10px;
  background:#64748B;
  color:#FFFFFF;
  font-size:14px;
  font-weight:1000;
}

.lp-small-btn.primary{
  background:#2563EB;
  color:#1F2937;
}

/* PROPERTY TYPES */
.lp-type-grid,
.lp-home-type-grid{
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:14px !important;
}

.lp-type-card{
  background:#FFFFFF;
  border:0;
  border-radius:12px;
  padding:18px 12px;
  text-align:center;
  font-weight:1000;
  color:#1F2937;
  box-shadow:0 2px 12px rgba(18,18,18,.08);
}

.lp-type-card span{
  display:block;
  font-size:30px;
  margin-bottom:8px;
}

/* FOOTER */
.lp-footer{
  background:#1F2937;
  color:#FFFFFF;
  padding:40px 0 100px;
}

.lp-footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:24px;
}

.lp-footer h3{
  margin:0 0 12px;
  color:#F97316;
}

.lp-footer p,
.lp-footer a{
  color:rgba(255,253,248,.78);
  line-height:1.7;
}

/* MOBILE BOTTOM NAV */
.lp-bottom-nav{
  display:none;
}

@media(min-width:1500px){
  .lp-grid,
  .lp-home-responsive-grid{
    grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  }
}

@media(max-width:1180px){
  .lp-grid,
  .lp-home-responsive-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }

  .lp-type-grid,
  .lp-home-type-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:760px){
  .lp-container{
    width:calc(100% - 20px);
  }

  .lp-header-inner{
    min-height:64px;
  }

  .lp-logo strong{
    font-size:23px;
  }

  .lp-logo span{
    font-size:10px;
  }

  .lp-menu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .lp-nav{
    position:fixed;
    top:72px;
    left:10px;
    right:10px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px;
    background:#1F2937;
    border-radius:16px;
    box-shadow:0 20px 50px rgba(18,18,18,.22);
  }

  .lp-nav.is-open{
    display:flex;
  }

  .lp-nav a{
    padding:14px;
    border-radius:10px;
  }

  .lp-hero{
    padding:54px 0 74px;
    border-radius:0 0 28px 28px;
  }

  .lp-hero h1{
    font-size:24px;
    margin-bottom:22px;
  }

  .lp-search-grid{
    grid-template-columns:1fr;
  }

  .lp-field,
  .lp-search-grid .lp-btn{
    height:56px;
    font-size:16px;
  }

  .lp-section{
    padding:24px 0;
  }

  .lp-section-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .lp-grid,
  .lp-home-responsive-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .lp-service-img{
    height:150px;
  }

  .lp-service-body{
    padding:10px;
  }

  .lp-price{
    font-size:17px;
  }

  .lp-service-title{
    font-size:14px;
  }

  .lp-meta{
    font-size:11px;
  }

  .lp-card-actions{
    grid-template-columns:1fr;
    gap:7px;
  }

  .lp-small-btn{
    min-height:38px;
    font-size:12px;
  }

  .lp-badge{
    font-size:9px;
    padding:5px 7px;
  }

  .lp-type-grid,
  .lp-home-type-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .lp-footer-grid{
    grid-template-columns:1fr;
  }

  .lp-bottom-nav{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:999999;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    background:#FFFFFF;
    border-top:1px solid rgba(94,104,120,.28);
    box-shadow:0 -8px 25px rgba(18,18,18,.14);
  }

  .lp-bottom-nav a{
    padding:8px 2px;
    text-align:center;
    font-size:11px;
    font-weight:900;
    color:#1F2937;
  }

  .lp-bottom-nav span{
    display:block;
    font-size:20px;
    margin-bottom:2px;
  }
}
/* BEERA BRAND OVERRIDES */
:root{--rivo-ink:#1F2937;--rivo-dark:#1F2937;--rivo-accent:#F97316;--rivo-accent-dark:#F97316;--rivo-bg:#F9FAFB;--rivo-muted:#64748B;--rivo-white:#fff}
body{background:var(--rivo-bg)!important;color:var(--rivo-ink)!important}
.lp-header{background:var(--rivo-ink)!important}.lp-btn,.lpc-btn{background:var(--rivo-accent)!important;color:var(--rivo-dark)!important}.lp-btn-dark,.lpc-btn.dark{background:var(--rivo-ink)!important;color:#fff!important}


/* BEERA 2.1 — CLASSIC MARKETPLACE DESIGN */
:root{
  --rivo-primary:#2563EB;
  --rivo-primary-dark:#1D4ED8;
  --rivo-accent:#f59e0b;
  --rivo-ink:#1F2937;
  --rivo-muted:#64748b;
  --rivo-line:#E5E7EB;
  --rivo-bg:#F9FAFB;
  --rivo-card:#ffffff;
}
html,body{background:var(--rivo-bg)!important;color:var(--rivo-ink)!important}
.lp-header{background:#fff!important;color:var(--rivo-ink)!important;border-bottom:1px solid var(--rivo-line)!important;box-shadow:0 8px 28px rgba(15,23,42,.07)!important}
.lp-logo strong{color:var(--rivo-primary)!important}.lp-logo span{color:var(--rivo-muted)!important}
.lp-nav a{color:var(--rivo-ink)!important}.lp-nav .lp-btn,.lp-btn{background:var(--rivo-primary)!important;color:#fff!important;border-radius:12px!important}
.lp-btn:hover{background:var(--rivo-primary-dark)!important}.lp-btn-dark{background:var(--rivo-ink)!important;color:#fff!important}
.lp-menu-toggle{background:#F9FAFB!important;color:var(--rivo-primary)!important}
.lp-hero{background:linear-gradient(135deg,#F9FAFB 0%,#ffffff 58%,#fff7ed 100%)!important;color:var(--rivo-ink)!important;border-radius:0 0 34px 34px!important}
.lp-hero h1{color:var(--rivo-ink)!important}.lp-field{border:1px solid var(--rivo-line)!important;box-shadow:0 8px 24px rgba(15,23,42,.06)!important}
.lp-search-grid .lp-btn{background:var(--rivo-accent)!important;color:var(--rivo-ink)!important}
.lp-service-card,.lp-type-card{border:1px solid var(--rivo-line)!important;box-shadow:0 10px 28px rgba(15,23,42,.07)!important}
.lp-price{color:var(--rivo-primary)!important}.lp-small-btn.primary{background:var(--rivo-primary)!important;color:#fff!important}
.lp-small-btn{background:#F9FAFB!important;color:var(--rivo-ink)!important}
.lp-badge-featured{background:var(--rivo-accent)!important}.lp-badge-boosted{background:var(--rivo-primary)!important}.lp-badge-verified{background:#dcfce7!important;color:#166534!important}
.lp-footer{background:#102a2a!important;color:#fff!important}.lp-footer h3{color:#fbbf24!important}.lp-footer a{color:#E5E7EB!important}
.lp-bottom-nav{background:#fff!important;border-top:1px solid var(--rivo-line)!important}.lp-post-nav{background:var(--rivo-primary)!important;color:#fff!important}

/* provider pages */
.lpc-providers-hero{background:#fff!important;color:#1F2937!important;border:1px solid rgba(10,155,86,.18)!important;box-shadow:0 12px 34px rgba(15,35,49,.08)!important;text-align:center!important;justify-content:center!important}
.lpc-provider-card{border:1px solid var(--rivo-line)!important;box-shadow:0 10px 28px rgba(15,23,42,.07)!important}
.lpc-provider-tabs a.active{background:#0A9B56!important;border-color:#0A9B56!important;color:#fff!important}

@media(max-width:900px){
 .lp-header-inner{min-height:68px!important}.lp-nav{background:#fff!important}.lp-nav a{color:var(--rivo-ink)!important}
}

/* ======================================================
   BEERA MARKETPLACE — HUMAN-CENTRED FIVERR-INSPIRED UI
   ====================================================== */
:root{--beera:#1dbf73;--beera-dark:#0f9f5f;--ink:#222325;--muted:#62646a;--soft:#f5f5f5;--line:#e4e5e7;--white:#fff;--featured:#f59e0b;--boost:#2563eb}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.beera-site{margin:0;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}.lp-container{width:min(1240px,calc(100% - 40px));margin:auto}.lp-header{position:fixed;inset:0 0 auto;z-index:9999;background:#fff;border-bottom:1px solid var(--line);box-shadow:none}.admin-bar .lp-header{top:32px}.lp-header-spacer{height:72px}.admin-bar .lp-header-spacer{height:104px}.lp-header-inner{height:72px;display:flex;align-items:center;gap:34px}.lp-logo{display:flex;flex-direction:column;justify-content:center;width:auto!important;height:auto!important;overflow:visible!important}.lp-logo strong{font-size:34px;line-height:.9;font-weight:900;letter-spacing:-2px;color:var(--ink)}.lp-logo strong:after{content:".";color:var(--beera)}.lp-logo span{font-size:10px;color:var(--muted);font-weight:700;margin-top:6px;letter-spacing:.2px}.lp-logo .custom-logo{max-height:46px;width:auto}.lp-nav{margin-left:auto;display:flex;align-items:center;gap:26px;font-size:15px;font-weight:650}.lp-nav a:hover{color:var(--beera)}.lp-btn{min-height:44px;padding:0 22px;border:1px solid var(--beera);border-radius:6px;background:var(--beera);color:#fff!important;display:inline-flex;align-items:center;justify-content:center;font-weight:750;transition:.18s}.lp-btn:hover{background:var(--beera-dark);border-color:var(--beera-dark);transform:translateY(-1px)}.lp-btn-outline{background:#fff;color:var(--ink)!important;border-color:var(--ink)}.lp-menu-toggle{display:none;margin-left:auto;background:#fff;border:0;font-size:25px;color:var(--ink)}
.lp-hero{background:#0d3b2e;color:#fff;padding:74px 0 68px;border:0;border-radius:0}.lp-hero-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.55fr);gap:70px;align-items:center;text-align:left}.lp-kicker{display:block;font-size:12px;font-weight:800;letter-spacing:1.8px;color:#8ff0bd;margin-bottom:18px}.lp-hero h1{max-width:760px;margin:0 0 18px;font-size:58px;line-height:1.02;letter-spacing:-2.8px;color:#fff;font-weight:800}.lp-hero p{display:block;max-width:650px;margin:0 0 28px;color:rgba(255,255,255,.82);font-size:19px;line-height:1.55}.lp-search-card{margin:0;width:min(760px,100%)}.lp-search-grid{display:grid;grid-template-columns:1fr 118px;gap:0}.lp-search-input{height:62px;background:#fff;border-radius:6px 0 0 6px;display:flex;align-items:center;padding-left:18px;color:var(--muted)}.lp-search-input span{font-size:24px}.lp-field{height:62px;border:0;background:#fff;width:100%;padding:0 16px;font-size:17px;color:var(--ink);outline:none}.lp-search-grid .lp-btn{height:62px;border-radius:0 6px 6px 0;font-size:16px}.lp-popular-searches{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-top:16px;font-size:13px;font-weight:650}.lp-popular-searches a{border:1px solid rgba(255,255,255,.55);border-radius:999px;padding:5px 12px}.lp-hero-panel{border-left:1px solid rgba(255,255,255,.18);padding-left:34px;display:grid;gap:24px}.lp-hero-stat strong{display:block;font-size:28px;color:#fff}.lp-hero-stat span{display:block;margin-top:4px;color:rgba(255,255,255,.68);font-size:14px}
.lp-section{padding:64px 0}.lp-section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.lp-section-head h2,.lp-trust-section h2,.lp-seller-cta h2{font-size:32px;letter-spacing:-1px;margin:0;color:var(--ink)}.lp-muted{margin:8px 0 0;color:var(--muted)}.lp-section-head>a{font-weight:700;color:var(--ink);white-space:nowrap}.lp-section-head>a:hover{color:var(--beera)}.lp-categories-section{padding-bottom:34px}.lp-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.lp-category-card{min-height:170px;padding:24px;border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;flex-direction:column;transition:.18s}.lp-category-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.lp-category-card>span{font-size:28px;margin-bottom:auto;color:var(--beera)}.lp-category-card strong{font-size:17px;margin-top:20px}.lp-category-card small{color:var(--muted);line-height:1.4;margin-top:5px}.lp-home-market{background:#fafafa}.lp-home-responsive-grid,.lp-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}.lp-service-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:none;display:flex;flex-direction:column;min-width:0;transition:.18s}.lp-service-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.lp-service-card.is-featured{border-color:#f2c66d}.lp-service-card.is-boosted{border-color:#a9c3ff}.lp-service-img{position:relative;height:190px;display:block;background:#eee;overflow:hidden}.lp-service-img img{width:100%;height:100%;object-fit:cover;transition:.3s}.lp-service-card:hover .lp-service-img img{transform:scale(1.03)}.lp-no-img{height:100%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;color:#aaa}.lp-save-btn{position:absolute;right:12px;top:10px;z-index:3;border:0;background:transparent;color:#fff;font-size:30px;text-shadow:0 2px 8px rgba(0,0,0,.5);cursor:pointer}.lp-img-promo-badges{position:absolute;left:10px;bottom:10px;z-index:3}.lp-img-promo-badge{font-size:11px;font-weight:800;color:#fff;padding:6px 9px;border-radius:4px;text-transform:uppercase;letter-spacing:.4px}.lp-img-featured{background:var(--featured)}.lp-img-boosted{background:var(--boost)}.lp-service-body{padding:13px 14px 14px;display:flex;flex:1;flex-direction:column}.lp-provider-line{display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;margin-bottom:11px}.lp-provider-line img{width:34px;height:34px;border-radius:50%}.lp-provider-line strong,.lp-provider-line small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-provider-line strong{font-size:13px}.lp-provider-line small{font-size:11px;color:var(--muted);margin-top:2px}.lp-verified-dot{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--beera);color:#fff;font-size:11px}.lp-service-title{font-size:15px;line-height:1.45;font-weight:500;margin:0 0 18px;min-height:44px}.lp-service-title a:hover{text-decoration:underline}.lp-card-footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:8px}.lp-card-footer span{font-size:11px;color:var(--muted);text-transform:uppercase}.lp-card-footer strong{font-size:14px}.lp-empty-box{text-align:center;border:1px solid var(--line);padding:50px;border-radius:10px;background:#fff}.lp-trust-section{background:#fff}.lp-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.lp-trust-section p{color:var(--muted);font-size:17px;line-height:1.7}.lp-trust-points{display:grid;gap:0}.lp-trust-points article{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.lp-trust-points b{font-size:13px;color:var(--beera)}.lp-trust-points strong,.lp-trust-points span{display:block}.lp-trust-points strong{font-size:18px}.lp-trust-points span{color:var(--muted);margin-top:5px;line-height:1.5}.lp-seller-cta{padding:0 0 70px}.lp-seller-cta>.lp-container{background:#f0fdf6;border-radius:14px;padding:44px 50px;display:flex;align-items:center;justify-content:space-between;gap:30px}.lp-seller-cta span{font-size:12px;font-weight:800;letter-spacing:1.5px;color:var(--beera-dark)}.lp-seller-cta p{color:var(--muted);margin-bottom:0}.lp-footer{background:#fff;border-top:1px solid var(--line);padding:54px 0 22px;color:var(--ink)}.lp-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px}.lp-footer-brand{display:inline-block;font-size:32px;font-weight:900;letter-spacing:-2px;margin-bottom:12px}.lp-footer-brand:after{content:".";color:var(--beera)}.lp-footer p{max-width:380px;color:var(--muted);line-height:1.65}.lp-footer h3{font-size:14px;margin:0 0 16px}.lp-footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start}.lp-footer a{font-size:14px;color:var(--muted);margin-bottom:12px}.lp-footer a:hover{color:var(--beera)}.lp-footer-bottom{border-top:1px solid var(--line);margin-top:38px;padding-top:20px;color:var(--muted);font-size:13px}.lp-bottom-nav{display:none}
/* Core plugin and account pages */
.lpc-wrap{width:min(1180px,calc(100% - 40px))!important;margin:36px auto 80px!important}.lpc-hero-box,.lpc-form-card,.lpc-box,.lpc-stat,.lpc-card,.lpc-agent-card{border:1px solid var(--line)!important;border-radius:10px!important;box-shadow:none!important;background:#fff!important}.lpc-hero-box{padding:28px!important}.lpc-hero-box:before{background:var(--beera)!important}.lpc-btn{background:var(--beera)!important;border-radius:6px!important}.lpc-form-card input,.lpc-form-card select,.lpc-form-card textarea{background:#fff!important;border-color:var(--line)!important;border-radius:6px!important}.lpc-form-card input:focus,.lpc-form-card select:focus,.lpc-form-card textarea:focus{border-color:var(--beera)!important;box-shadow:0 0 0 3px rgba(29,191,115,.12)!important}.lpc-stat strong{color:var(--beera)!important}
@media(max-width:1000px){.lp-nav{gap:16px}.lp-hero h1{font-size:48px}.lp-home-responsive-grid,.lp-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lp-category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.admin-bar .lp-header{top:46px}.lp-container{width:min(100% - 24px,1240px)}.lp-header-inner{height:62px}.lp-header-spacer{height:62px}.admin-bar .lp-header-spacer{height:108px}.lp-logo strong{font-size:29px}.lp-logo span{display:none}.lp-menu-toggle{display:block}.lp-nav{position:fixed;top:62px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:14px 18px 20px;display:none;flex-direction:column;align-items:stretch;gap:0}.admin-bar .lp-nav{top:108px}.lp-nav.is-open{display:flex}.lp-nav a{padding:13px 4px}.lp-nav .lp-btn{margin-top:6px}.lp-hero{padding:44px 0 36px}.lp-hero-grid{grid-template-columns:1fr;gap:0}.lp-hero h1{font-size:36px;letter-spacing:-1.5px}.lp-hero p{font-size:16px}.lp-hero-panel{display:none}.lp-search-grid{grid-template-columns:1fr}.lp-search-input{border-radius:6px}.lp-search-grid .lp-btn{border-radius:6px;margin-top:9px}.lp-popular-searches{display:none}.lp-section{padding:40px 0}.lp-section-head{align-items:flex-start}.lp-section-head h2,.lp-trust-section h2,.lp-seller-cta h2{font-size:25px}.lp-section-head .lp-muted{font-size:14px}.lp-section-head>a{font-size:13px}.lp-category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.lp-category-card{min-height:145px;padding:17px}.lp-category-card small{display:none}.lp-home-responsive-grid,.lp-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.lp-service-img{height:135px}.lp-service-body{padding:10px}.lp-provider-line{grid-template-columns:28px 1fr auto}.lp-provider-line img{width:28px;height:28px}.lp-provider-line strong{font-size:11px}.lp-provider-line small{font-size:9px}.lp-service-title{font-size:12px;min-height:36px;margin-bottom:12px}.lp-card-footer{display:block}.lp-card-footer span{display:block;margin-bottom:3px}.lp-card-footer strong{font-size:12px}.lp-trust-grid{grid-template-columns:1fr;gap:24px}.lp-seller-cta{padding-bottom:35px}.lp-seller-cta>.lp-container{padding:28px 22px;display:block}.lp-seller-cta .lp-btn{margin-top:20px;width:100%}.lp-footer{padding:36px 0 84px}.lp-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.lp-footer-intro{grid-column:1/-1}.lp-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:9998;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -5px 20px rgba(0,0,0,.08)}.lp-bottom-nav a{padding:8px 2px 6px;text-align:center;font-size:10px;color:var(--muted);font-weight:700}.lp-bottom-nav span{display:block;font-size:20px;line-height:1.2}.lp-bottom-nav .lp-post-nav{color:var(--beera)}body{padding-bottom:59px}.lpc-wrap{width:calc(100% - 20px)!important;margin:16px auto 80px!important}.lpc-stats{grid-template-columns:repeat(2,1fr)!important}.lpc-actions{grid-template-columns:1fr!important}.lpc-form-card form{grid-template-columns:1fr!important}.lpc-service-grid{grid-template-columns:repeat(2,1fr)!important}}

/* BEERA 3.3 — SEPARATE DESKTOP MARKETPLACE AND MOBILE APP HOME */
.beera-mobile-home{display:none}.bd-hero{background:#fff;border-bottom:1px solid var(--line)}.bd-hero-inner{position:relative;min-height:380px;display:grid;grid-template-columns:1.05fr 1fr;align-items:stretch;overflow:hidden}.bd-hero-copy{z-index:2;padding:42px 0 30px}.bd-hero-copy h1{margin:0;font-size:46px;line-height:1.08;letter-spacing:-2px;color:#182033}.bd-hero-copy h1 em{font-style:normal;color:#087a3e}.bd-hero-copy>p{font-size:17px;color:#475569;margin:14px 0 20px}.bd-search{display:grid;grid-template-columns:1.5fr .8fr 132px;width:650px;max-width:calc(100vw - 60px);border:1px solid #d9dde3;border-radius:7px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.10);overflow:hidden}.bd-search label{min-height:64px;display:flex;align-items:center;padding:0 15px;gap:12px}.bd-search label+label{border-left:1px solid #e5e7eb}.bd-search-label{font-size:13px;font-weight:700}.bd-search-label small{display:block;margin-top:4px;color:#7b8290;font-size:11px;font-weight:500}.bd-search input{position:absolute;opacity:0;pointer-events:none}.bd-search select{width:100%;border:0;background:#fff;font-weight:700;outline:0}.bd-search button{border:0;background:#087a3e;color:#fff;font-weight:800;font-size:14px;margin:8px;border-radius:6px}.bd-popular{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:11px}.bd-popular a{padding:6px 12px;border-radius:99px;background:#f3f4f6}.bd-hero-photo{position:absolute;right:0;top:0;width:57%;height:100%;background:linear-gradient(115deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.1) 30%),linear-gradient(135deg,#c68958,#462c1b)}.bd-worker-art{position:absolute;inset:26px 30px 26px 150px;border-radius:18px;background:linear-gradient(135deg,#273847,#111827);display:flex;flex-direction:column;justify-content:flex-end;padding:35px;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.15)}.bd-worker-art:before{content:"";position:absolute;right:45px;top:48px;width:150px;height:210px;border-radius:80px 80px 22px 22px;background:linear-gradient(#8b5e3c,#1f2937 46%,#0f172a 46%)}.bd-worker-art span{font-size:12px;color:#6ee7a7;font-weight:900;letter-spacing:2px}.bd-worker-art b{font-size:22px;line-height:1.2}.bd-trust-card{position:absolute;right:18px;top:63px;width:225px;background:#fff;border-radius:8px;padding:7px 17px;box-shadow:0 12px 35px rgba(0,0,0,.16);z-index:3}.bd-trust-card article{display:grid;grid-template-columns:29px 1fr;gap:10px;padding:15px 0;border-bottom:1px solid #eef0f2}.bd-trust-card article:last-child{border:0}.bd-trust-card i{color:#087a3e;font-style:normal;font-size:21px}.bd-trust-card b,.bd-trust-card span{display:block}.bd-trust-card b{font-size:12px}.bd-trust-card span{font-size:10px;color:#626b78;line-height:1.55;margin-top:4px}.bd-category-strip{padding:13px 0 17px;border-bottom:1px solid var(--line)}.bd-section-title{display:flex;justify-content:space-between;align-items:center}.bd-section-title h2{font-size:17px;margin:0}.bd-section-title a{font-size:11px;color:#087a3e;font-weight:700}.bd-categories{display:grid;grid-template-columns:repeat(9,1fr);margin-top:14px}.bd-categories a{display:flex;gap:10px;align-items:center;padding:6px 10px;border-right:1px solid #e5e7eb;min-width:0}.bd-categories a:last-child{border:0}.bd-categories i{font-style:normal;font-size:24px;color:#087a3e}.bd-categories b,.bd-categories small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bd-categories b{font-size:10px}.bd-categories small{font-size:9px;color:#6b7280;margin-top:3px}.bd-services{padding:16px 0 22px}.bd-service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:15px}.bd-service-grid .lp-service-card{border-radius:7px}.bd-service-grid .lp-service-img{height:145px}.bd-service-grid .lp-service-body{padding:10px}.bd-service-grid .lp-service-title{font-size:12px;min-height:35px;margin-bottom:10px}.bd-service-grid .lp-provider-line{grid-template-columns:25px 1fr auto}.bd-service-grid .lp-provider-line img{width:25px;height:25px}.bd-service-grid .lp-provider-line strong{font-size:10px}.bd-service-grid .lp-provider-line small{font-size:8px}.bd-service-grid .lp-card-footer strong{font-size:11px}.bd-bottom-panels{padding:0 0 28px}.bd-bottom-panels>.lp-container{display:grid;grid-template-columns:2fr .85fr;gap:26px}.bd-how,.bd-provider-cta{border-radius:8px;padding:20px 24px;background:#f8faf9}.bd-how h2{font-size:16px;margin:0 0 15px}.bd-how>div{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bd-how article{display:grid;grid-template-columns:26px 1fr;column-gap:9px}.bd-how i{grid-row:1/3;width:24px;height:24px;border-radius:50%;background:#087a3e;color:#fff;display:grid;place-items:center;font-size:10px;font-style:normal}.bd-how b{font-size:11px}.bd-how span{font-size:9px;color:#657080;line-height:1.5}.bd-provider-cta{background:#edf8f2}.bd-provider-cta h3{font-size:15px;margin:0}.bd-provider-cta p{font-size:11px;color:#657080}.bd-provider-cta .lp-btn{min-height:36px;font-size:11px;padding:0 16px}
@media(max-width:1050px) and (min-width:761px){.bd-service-grid{grid-template-columns:repeat(4,1fr)}.bd-categories{grid-template-columns:repeat(5,1fr)}.bd-categories a:nth-child(n+6){display:none}.bd-trust-card{display:none}}
@media(max-width:760px){.beera-desktop-home{display:none}.beera-mobile-home{display:block;padding:14px 14px 30px;background:#f7f8fa;min-height:100vh}.beera-home .lp-footer{display:none}.bm-top{display:flex;justify-content:space-between;align-items:center;padding:7px 2px 13px}.bm-top small{font-size:11px;color:#747b87}.bm-top h1{font-size:22px;letter-spacing:-.7px;margin:3px 0 0}.bm-avatar{width:40px;height:40px;border-radius:50%;background:#e8f7ef;color:#087a3e;display:grid;place-items:center}.bm-search{height:52px;background:#fff;border:1px solid #dde1e6;border-radius:13px;display:grid;grid-template-columns:35px 1fr 65px;align-items:center;padding:0 7px 0 12px;box-shadow:0 5px 18px rgba(15,23,42,.06)}.bm-search span{font-size:21px}.bm-search input{border:0;outline:0;font-size:14px;min-width:0}.bm-search button{height:38px;border:0;border-radius:9px;background:#087a3e;color:#fff;font-size:11px;font-weight:800}.bm-location{display:flex;align-items:center;gap:7px;padding:12px 3px;font-size:12px;color:#596170}.bm-location span{margin-left:auto;color:#087a3e;font-weight:700}.bm-section-head{display:flex;justify-content:space-between;align-items:center;margin:14px 1px 11px}.bm-section-head h2{font-size:17px;margin:0}.bm-section-head a{font-size:11px;color:#087a3e;font-weight:700}.bm-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.bm-categories a{min-width:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-height:85px;padding:11px 5px 7px;text-align:center}.bm-categories i{width:38px;height:38px;border-radius:11px;background:#eaf8f0;color:#087a3e;display:grid;place-items:center;margin:0 auto 7px;font-style:normal;font-size:19px}.bm-categories span{display:block;font-size:9px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bm-provider-banner{margin-top:17px;background:linear-gradient(135deg,#0e3d2e,#087a3e);border-radius:14px;color:#fff;padding:17px 18px;display:flex;align-items:center;justify-content:space-between}.bm-provider-banner small,.bm-provider-banner b,.bm-provider-banner span{display:block}.bm-provider-banner small{font-size:8px;letter-spacing:1.2px;color:#8ff0bd}.bm-provider-banner b{font-size:16px;margin:4px 0}.bm-provider-banner span{font-size:10px;color:#d8f7e6}.bm-provider-banner i{width:34px;height:34px;border-radius:50%;background:#fff;color:#087a3e;display:grid;place-items:center;font-style:normal}.bm-service-list{display:grid;grid-template-columns:1fr;gap:11px}.bm-service-list .lp-service-card{display:grid;grid-template-columns:118px 1fr;border-radius:12px;min-height:122px;box-shadow:0 5px 18px rgba(15,23,42,.05)}.bm-service-list .lp-service-img{height:100%;min-height:122px}.bm-service-list .lp-service-body{padding:10px}.bm-service-list .lp-provider-line{grid-template-columns:24px 1fr auto;margin-bottom:7px}.bm-service-list .lp-provider-line img{width:24px;height:24px}.bm-service-list .lp-provider-line strong{font-size:10px}.bm-service-list .lp-provider-line small{font-size:8px}.bm-service-list .lp-service-title{font-size:12px;min-height:auto;margin:0 0 8px;line-height:1.35}.bm-service-list .lp-card-footer{padding-top:7px;display:flex}.bm-service-list .lp-card-footer span{font-size:8px}.bm-service-list .lp-card-footer strong{font-size:10px}.bm-service-list .lp-save-btn{font-size:21px}.bm-service-list .lp-img-promo-badge{font-size:8px;padding:4px 6px}}

/* BEERA 3.4 — HUMAN-DESIGNED JIJI-INSPIRED DESKTOP HOME */
:root{--beera-green:#00b84a;--beera-green-dark:#079447;--beera-orange:#ff9f43;--beera-page:#edf4f7;--beera-text:#263238;--beera-muted:#6f7f88;--beera-line:#dce5e9}
@media(min-width:761px){
  .lp-header{position:relative;background:var(--beera-green)!important;border:0!important;box-shadow:none!important;color:#fff!important}
  .lp-header-inner{min-height:78px}.lp-logo strong,.lp-logo span,.lp-nav a{color:#fff!important}.lp-logo strong{font-size:34px}.lp-nav{gap:23px}.lp-nav .lp-btn{background:var(--beera-orange)!important;color:#fff!important;border-radius:12px!important;min-height:48px;padding:0 31px}.lp-header-spacer{display:none}
  .bj-hero{background:var(--beera-green);color:#fff;border-top:1px solid rgba(0,0,0,.12);border-radius:0 0 34px 34px}
  .bj-hero-inner{padding:82px 0 88px;text-align:center}.bj-hero h1{font-size:34px;line-height:1.15;margin:0 0 8px;font-weight:850;letter-spacing:-.8px}.bj-hero p{margin:0 0 30px;color:rgba(255,255,255,.88);font-size:15px}
  .bj-search{display:grid;grid-template-columns:190px minmax(0,620px);gap:12px;justify-content:center;margin:0 auto}.bj-search label{height:66px;background:#fff;border-radius:12px;display:flex;align-items:center;color:#607d8b;box-shadow:0 8px 20px rgba(0,0,0,.08)}.bj-location-field{padding:0 17px;gap:10px}.bj-location-field select{width:100%;height:100%;border:0;background:transparent;font-size:17px;color:#607d8b;outline:0}.bj-query-field{padding-left:20px}.bj-query-field input{flex:1;border:0;outline:0;font-size:17px;min-width:0}.bj-query-field button{width:62px;height:100%;border:0;background:transparent;color:#68899b;font-size:29px;cursor:pointer}
  .bj-popular-searches{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:17px;font-size:12px}.bj-popular-searches span{opacity:.8}.bj-popular-searches a{padding:6px 11px;background:rgba(255,255,255,.14);border-radius:99px}
  .bj-marketplace{background:var(--beera-page);padding:22px 0 46px}.bj-marketplace-grid{display:grid;grid-template-columns:270px minmax(0,1fr);gap:22px;align-items:start}
  .bj-category-sidebar{background:#fff;border-radius:14px;border:1px solid var(--beera-line);overflow:hidden;box-shadow:0 7px 20px rgba(35,57,66,.06)}.bj-sidebar-title{padding:18px 16px 14px;font-weight:850;font-size:16px}.bj-category-sidebar>a{display:grid;grid-template-columns:35px 1fr 16px;align-items:center;min-height:58px;padding:0 14px;border-top:1px solid #edf1f3;color:#42545d}.bj-category-sidebar>a:hover{background:#f7fbf8;color:var(--beera-green-dark)}.bj-category-sidebar i{width:34px;height:34px;border-radius:9px;background:#eef8f2;display:grid;place-items:center;font-style:normal;font-size:17px}.bj-category-sidebar span{font-size:13px;font-weight:720}.bj-category-sidebar b{text-align:right;color:#9eb1ba;font-size:22px}.bj-category-sidebar .bj-all-categories{display:block;text-align:center;padding:16px;color:var(--beera-green-dark);font-weight:800;font-size:13px}
  .bj-main-content{min-width:0}.bj-quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:25px}.bj-quick-actions a{min-height:112px;background:#fff;border:1px solid var(--beera-line);border-radius:13px;padding:18px;display:flex;align-items:center;gap:12px;box-shadow:0 5px 14px rgba(35,57,66,.04)}.bj-quick-actions i{flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:#eef8f2;color:var(--beera-green-dark);display:grid;place-items:center;font-size:23px;font-style:normal}.bj-quick-actions b,.bj-quick-actions small{display:block}.bj-quick-actions b{font-size:14px}.bj-quick-actions small{font-size:11px;color:var(--beera-muted);line-height:1.35;margin-top:4px}
  .bj-section-heading{display:flex;justify-content:space-between;align-items:end;margin:0 0 14px}.bj-section-heading h2{margin:0;font-size:22px}.bj-section-heading p{margin:4px 0 0;color:var(--beera-muted);font-size:12px}.bj-section-heading>a{font-size:13px;color:var(--beera-green-dark);font-weight:800}
  .bj-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.bj-service-grid .lp-service-card{border:1px solid var(--beera-line)!important;border-radius:12px!important;box-shadow:0 4px 13px rgba(35,57,66,.05)!important;transition:transform .18s ease,box-shadow .18s ease}.bj-service-grid .lp-service-card:hover{transform:translateY(-2px);box-shadow:0 11px 25px rgba(35,57,66,.11)!important}.bj-service-grid .lp-service-img{height:180px}.bj-service-grid .lp-service-body{padding:12px 13px 14px}.bj-service-grid .lp-provider-line{grid-template-columns:28px 1fr auto;margin-bottom:9px}.bj-service-grid .lp-provider-line img{width:28px;height:28px}.bj-service-grid .lp-provider-line strong{font-size:11px}.bj-service-grid .lp-provider-line small{font-size:9px}.bj-service-grid .lp-service-title{font-size:14px;line-height:1.35;min-height:38px;margin-bottom:12px}.bj-service-grid .lp-card-footer{padding-top:10px}.bj-service-grid .lp-card-footer strong{font-size:13px;color:#17242b}.bj-service-grid .lp-save-btn{font-size:25px}
}
@media(min-width:761px) and (max-width:1100px){.bj-marketplace-grid{grid-template-columns:220px minmax(0,1fr)}.bj-quick-actions{grid-template-columns:repeat(2,1fr)}.bj-service-grid{grid-template-columns:repeat(3,1fr)}}


/* ======================================================
   BEERA 3.5 — CLASSIC GREEN MARKETPLACE REFINEMENT
   ====================================================== */
:root{
  --beera-classic:#2f8f68;
  --beera-classic-dark:#247354;
  --beera-classic-soft:#eaf5f0;
  --beera-orange:#ff8f16;
  --beera-page:#f4f7f6;
  --beera-ink:#17221d;
  --beera-muted:#69756f;
  --beera-line:#dfe7e3;
}
@media(min-width:761px){
  .lp-header{background:var(--beera-classic)!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.16)!important}
  .lp-header-inner{min-height:82px}
  .lp-logo strong,.lp-logo span,.lp-nav a{color:#fff!important}
  .lp-logo strong{font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:-1.2px}
  .lp-nav a{font-weight:750;opacity:.97;padding:12px 3px;position:relative}
  .lp-nav a:not(.lp-btn):after{content:"";position:absolute;left:3px;right:3px;bottom:4px;height:2px;background:var(--beera-orange);transform:scaleX(0);transition:transform .2s ease;transform-origin:left}
  .lp-nav a:not(.lp-btn):hover:after{transform:scaleX(1)}
  .lp-nav .lp-btn{background:var(--beera-orange)!important;border-color:var(--beera-orange)!important;color:#fff!important;border-radius:13px!important;box-shadow:0 7px 18px rgba(126,65,0,.16)}
  .bj-hero{background:var(--beera-classic)!important;border-radius:0 0 28px 28px}
  .bj-hero-inner{padding:68px 0 76px}
  .bj-hero h1{font-size:38px;letter-spacing:-1.2px}
  .bj-search label{border-radius:10px;box-shadow:0 10px 28px rgba(25,76,55,.16)}
  .bj-query-field button{color:var(--beera-classic-dark)}
  .bj-popular-searches a{background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.14)}
  .bj-marketplace{background:var(--beera-page)}
  .bj-marketplace-grid{grid-template-columns:286px minmax(0,1fr);gap:24px}
  .bj-category-sidebar{border-color:var(--beera-line);border-radius:12px;box-shadow:0 8px 24px rgba(30,55,44,.06)}
  .bj-sidebar-title{padding:19px 17px 15px;color:var(--beera-ink)}
  .bj-category-list{max-height:590px;overflow:hidden;transition:max-height .38s ease}
  .bj-category-list.is-expanded{max-height:2400px}
  .bj-category-item{display:grid;grid-template-columns:38px 1fr 16px;align-items:center;min-height:56px;padding:0 15px;border-top:1px solid #edf1ef;color:#425149}
  .bj-category-item.is-extra{display:none}
  .bj-category-list.is-expanded .bj-category-item.is-extra{display:grid}
  .bj-category-item:hover{background:#f4faf7;color:var(--beera-classic-dark)}
  .bj-category-item i{width:34px;height:34px;border-radius:9px;background:var(--beera-classic-soft);color:var(--beera-classic-dark);display:grid;place-items:center;font-style:normal;font-size:16px}
  .bj-category-item span{font-size:13px;font-weight:720}
  .bj-category-item b{text-align:right;color:#9bacA3;font-size:21px}
  .bj-all-categories{width:100%;min-height:50px;border:0;border-top:1px solid var(--beera-line);background:#fff;color:var(--beera-classic-dark);font-weight:850;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}
  .bj-all-categories:hover{background:#f5faf7}
  .bj-all-categories span{font-size:16px;transition:transform .2s ease}
  .bj-all-categories[aria-expanded="true"] span{transform:rotate(180deg)}
  .bj-quick-actions a{border-color:var(--beera-line);border-radius:12px;box-shadow:0 5px 15px rgba(32,67,52,.04)}
  .bj-quick-actions i{background:var(--beera-classic-soft);color:var(--beera-classic-dark)}
  .bj-section-heading>a{color:var(--beera-classic-dark)}
  .bj-service-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px}
  .bj-service-grid .lp-service-card{border-color:var(--beera-line)!important;background:#fff!important;border-radius:12px!important}
  .bj-service-grid .lp-service-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(31,69,52,.12)!important}
  .bj-service-grid .lp-price,.bj-service-grid .lp-card-footer strong{color:var(--beera-ink)!important}
  .lp-footer{background:#173b2d!important}
}
@media(max-width:760px){
  .lp-header{background:var(--beera-classic)!important}
  .lp-logo strong,.lp-logo span{color:#fff!important}
  .lp-menu-toggle{background:rgba(255,255,255,.14)!important;color:#fff!important}
  .bm-search button,.bm-provider-banner{background:var(--beera-classic)!important}
  .bm-location span,.bm-section-head a,.bm-all-categories{color:var(--beera-classic-dark)!important}
  .bm-all-categories{border:0;background:transparent;font-size:11px;font-weight:800;padding:5px;cursor:pointer}
  .bm-categories a.is-extra{display:none}
  .bm-categories.is-expanded a.is-extra{display:block}
  .bm-categories i{background:var(--beera-classic-soft)!important;color:var(--beera-classic-dark)!important}
  .bm-provider-banner{background:linear-gradient(135deg,var(--beera-classic-dark),var(--beera-classic))!important}
}


/* Beera desktop refinement v3.6.0 */
@media (min-width: 901px){
  :root{--beera-classic:#2F8F68;--beera-classic-dark:#237354;--beera-orange:#FF8A1F;--beera-text:#17221d;--beera-muted:#647069;--beera-line:#dfe8e3}
  html{scroll-padding-top:78px}
  body{font-size:14px;color:var(--beera-text)}
  .lp-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:99990!important;background:var(--beera-classic)!important;box-shadow:0 2px 14px rgba(16,55,39,.18)!important}
  body.admin-bar .lp-header{top:32px!important}
  .lp-header-inner{min-height:72px!important}
  .lp-header-spacer{display:block!important;height:72px!important}
  .lp-logo strong{font-size:30px!important}.lp-logo span{font-size:9px!important}
  .lp-nav{gap:19px!important}.lp-nav a{font-size:13px!important}.lp-nav .lp-btn{min-height:42px!important;padding:0 25px!important;font-size:13px!important}
  .bj-hero{padding:0!important;border-radius:0 0 24px 24px!important}
  .bj-hero-inner{padding:48px 0 54px!important}
  .bj-search-panel{max-width:980px;margin:0 auto;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.20);border-radius:18px;padding:30px 34px 34px;box-shadow:0 16px 34px rgba(23,78,55,.14)}
  .bj-hero h1{font-size:31px!important;letter-spacing:-.65px!important;margin-bottom:6px!important}
  .bj-hero p{font-size:13px!important;margin-bottom:22px!important}
  .bj-search{grid-template-columns:235px minmax(0,1fr)!important;max-width:830px!important;gap:10px!important}
  .bj-search label{height:72px!important;border-radius:11px!important}
  .bj-location-field{padding:0 18px!important}.bj-location-field select{font-size:15px!important;font-weight:650!important;cursor:pointer}
  .bj-query-field input{font-size:16px!important}.bj-query-field button{width:68px!important;font-size:27px!important;color:var(--beera-classic-dark)!important}
  .bj-popular-searches{display:none!important}
  .bj-marketplace{padding-top:24px!important}
  .bj-marketplace-grid{grid-template-columns:245px minmax(0,1fr)!important;gap:22px!important}
  .bj-sidebar-title{font-size:14px!important;padding:16px 15px 12px!important}
  .bj-category-item{min-height:49px!important;grid-template-columns:34px 1fr 14px!important;padding:0 13px!important}
  .bj-category-item i{width:30px!important;height:30px!important;font-size:14px!important}
  .bj-category-item span{font-size:12px!important}.bj-category-item b{font-size:18px!important}
  .bj-all-categories{min-height:46px!important;font-size:12px!important}
  .bj-quick-actions a{min-height:94px!important;padding:14px!important}.bj-quick-actions i{width:38px!important;height:38px!important;flex-basis:38px!important;font-size:19px!important}.bj-quick-actions b{font-size:12px!important}.bj-quick-actions small{font-size:10px!important}
  .bj-section-heading h2{font-size:19px!important}.bj-section-heading p,.bj-section-heading>a{font-size:11px!important}
  .bj-service-grid{gap:15px!important}.bj-service-grid .lp-service-title{font-size:13px!important}.bj-service-grid .lp-service-img{height:170px!important}
}


/* ======================================================
   BEERA 3.6.1 — COMPACT JIJI-STYLE DESKTOP SEARCH
   Removes the unnecessary inner panel and keeps the
   search controls neat, compact and directly on green.
   ====================================================== */
@media (min-width:761px){
  .bj-hero{
    background:var(--beera-classic)!important;
    border-radius:0 0 24px 24px!important;
    padding:0!important;
  }
  .bj-hero-inner{
    padding:58px 0 66px!important;
    text-align:center!important;
  }
  .bj-search-panel{
    display:contents!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .bj-hero h1{
    margin:0 0 8px!important;
    font-size:30px!important;
    line-height:1.15!important;
    letter-spacing:-.55px!important;
    font-weight:800!important;
  }
  .bj-hero p{
    margin:0 0 24px!important;
    font-size:13px!important;
    line-height:1.45!important;
    color:rgba(255,255,255,.88)!important;
  }
  .bj-search{
    display:grid!important;
    grid-template-columns:190px minmax(0,645px)!important;
    gap:10px!important;
    width:min(845px,100%)!important;
    max-width:845px!important;
    margin:0 auto!important;
    justify-content:center!important;
  }
  .bj-search label{
    height:58px!important;
    min-height:58px!important;
    border-radius:10px!important;
    background:#fff!important;
    box-shadow:0 5px 16px rgba(21,66,47,.13)!important;
  }
  .bj-location-field{
    padding:0 15px!important;
    gap:8px!important;
  }
  .bj-location-field span{
    font-size:14px!important;
  }
  .bj-location-field select{
    font-size:14px!important;
    font-weight:650!important;
  }
  .bj-query-field{
    padding-left:18px!important;
  }
  .bj-query-field input{
    font-size:15px!important;
  }
  .bj-query-field button{
    width:58px!important;
    font-size:25px!important;
  }
}

/* ======================================================
   BEERA 3.6.2 — SMALLER CENTRED DESKTOP SEARCH HERO
   ====================================================== */
@media (min-width:901px){
  .bj-hero{
    min-height:0!important;
    border-radius:0 0 18px 18px!important;
  }
  .bj-hero-inner{
    width:min(920px,calc(100% - 40px))!important;
    padding:34px 0 38px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .bj-hero h1{
    margin:0 0 5px!important;
    font-size:26px!important;
    line-height:1.18!important;
    letter-spacing:-.35px!important;
  }
  .bj-hero p{
    margin:0 0 17px!important;
    font-size:12px!important;
    line-height:1.4!important;
  }
  .bj-search{
    grid-template-columns:170px minmax(0,520px)!important;
    gap:8px!important;
    width:min(698px,100%)!important;
    max-width:698px!important;
    margin:0 auto!important;
  }
  .bj-search label{
    height:52px!important;
    min-height:52px!important;
    border-radius:8px!important;
    box-shadow:0 4px 12px rgba(21,66,47,.11)!important;
  }
  .bj-location-field{
    padding:0 13px!important;
    gap:7px!important;
  }
  .bj-location-field span{font-size:12px!important}
  .bj-location-field select{
    font-size:13px!important;
    font-weight:650!important;
  }
  .bj-query-field{padding-left:15px!important}
  .bj-query-field input{font-size:14px!important}
  .bj-query-field button{
    width:50px!important;
    font-size:22px!important;
  }
}


/* ======================================================
   BEERA 3.6.3 — THREE-COLUMN FIVERR-INSPIRED DESKTOP GRID
   Clean marketplace alignment for desktop only.
   ====================================================== */
@media (min-width:1101px){
  .bj-service-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:28px 22px!important;
    align-items:start!important;
  }

  .bj-service-grid .lp-service-card{
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
    overflow:visible!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    transform:none!important;
  }

  .bj-service-grid .lp-service-card:hover{
    transform:none!important;
    box-shadow:none!important;
  }

  .bj-service-grid .lp-service-img{
    height:auto!important;
    aspect-ratio:16/10!important;
    border-radius:10px!important;
    overflow:hidden!important;
    background:#e8ecea!important;
  }

  .bj-service-grid .lp-service-img img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  .bj-service-grid .lp-service-body{
    padding:12px 0 0!important;
    display:flex!important;
    flex-direction:column!important;
    min-height:142px!important;
  }

  .bj-service-grid .lp-provider-line{
    display:grid!important;
    grid-template-columns:30px minmax(0,1fr) auto!important;
    gap:9px!important;
    align-items:center!important;
    margin:0 0 8px!important;
  }

  .bj-service-grid .lp-provider-line img{
    width:30px!important;
    height:30px!important;
    border-radius:50%!important;
    object-fit:cover!important;
  }

  .bj-service-grid .lp-provider-line strong{
    font-size:13px!important;
    line-height:1.2!important;
    font-weight:700!important;
    color:#1f2937!important;
  }

  .bj-service-grid .lp-provider-line small{
    margin-top:2px!important;
    font-size:10px!important;
    line-height:1.2!important;
    color:#747b85!important;
  }

  .bj-service-grid .lp-verified-dot{
    width:18px!important;
    height:18px!important;
    font-size:10px!important;
  }

  .bj-service-grid .lp-service-title{
    margin:0 0 13px!important;
    min-height:44px!important;
    font-size:15px!important;
    line-height:1.45!important;
    font-weight:400!important;
    color:#30343b!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }

  .bj-service-grid .lp-service-title a:hover{
    text-decoration:underline!important;
  }

  .bj-service-grid .lp-card-footer{
    margin-top:auto!important;
    padding:0!important;
    border:0!important;
    display:flex!important;
    justify-content:flex-start!important;
    align-items:baseline!important;
    gap:5px!important;
  }

  .bj-service-grid .lp-card-footer span{
    font-size:11px!important;
    font-weight:600!important;
    text-transform:none!important;
    color:#69717d!important;
  }

  .bj-service-grid .lp-card-footer strong{
    font-size:14px!important;
    font-weight:800!important;
    color:#1f2937!important;
  }

  .bj-service-grid .lp-save-btn{
    top:11px!important;
    right:12px!important;
    font-size:29px!important;
    line-height:1!important;
  }

  .bj-service-grid .lp-img-promo-badges{
    left:10px!important;
    bottom:10px!important;
  }

  .bj-service-grid .lp-img-promo-badge{
    padding:5px 8px!important;
    border-radius:5px!important;
    font-size:9px!important;
    letter-spacing:.25px!important;
  }
}

@media (min-width:761px) and (max-width:1100px){
  .bj-service-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:20px 16px!important;
  }
}


/* ======================================================
   BEERA 3.6.4 — COMPACT FIVERR-STYLE SERVICE DETAILS
   Keep price directly below title; remove artificial card height.
   Desktop marketplace grid only.
   ====================================================== */
@media (min-width:761px){
  .bj-service-grid .lp-service-body{
    min-height:0!important;
    height:auto!important;
    padding-top:10px!important;
  }

  .bj-service-grid .lp-provider-line{
    margin-bottom:7px!important;
  }

  .bj-service-grid .lp-service-title{
    min-height:0!important;
    margin:0 0 8px!important;
    line-height:1.38!important;
  }

  .bj-service-grid .lp-card-footer{
    margin-top:0!important;
    padding-top:0!important;
    min-height:0!important;
    line-height:1.25!important;
  }

  .bj-service-grid .lp-card-footer span,
  .bj-service-grid .lp-card-footer strong{
    line-height:1.25!important;
  }
}


/* ======================================================
   BEERA 3.6.6 — SERVICE STATUS BADGES ON IMAGE
   Featured, Boosted and Verified can appear together.
   ====================================================== */
.lp-img-promo-badges{
  position:absolute!important;
  top:10px!important;
  left:10px!important;
  bottom:auto!important;
  z-index:4!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:6px!important;
  max-width:calc(100% - 64px)!important;
}
.lp-img-promo-badge{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  width:max-content!important;
  max-width:100%!important;
  padding:6px 9px!important;
  border-radius:5px!important;
  color:#fff!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.25px!important;
  text-transform:uppercase!important;
  box-shadow:0 3px 10px rgba(0,0,0,.18)!important;
}
.lp-img-promo-badge b{font-size:11px!important;line-height:1!important}
.lp-img-featured{background:#f59e0b!important}
.lp-img-boosted{background:#2563eb!important}
.lp-img-verified{background:#15945f!important}
.lp-provider-line{grid-template-columns:34px minmax(0,1fr)!important}
.lp-provider-line .lp-verified-dot{display:none!important}
@media (min-width:761px){
  .bj-service-grid .lp-img-promo-badges{top:10px!important;left:10px!important;bottom:auto!important}
  .bj-service-grid .lp-img-promo-badge{padding:6px 9px!important;font-size:9px!important}
  .bj-service-grid .lp-provider-line{grid-template-columns:30px minmax(0,1fr)!important}
}
@media (max-width:760px){
  .lp-img-promo-badges{top:7px!important;left:7px!important;gap:4px!important;max-width:calc(100% - 43px)!important}
  .lp-img-promo-badge{padding:4px 6px!important;font-size:7px!important;border-radius:4px!important}
}


/* ======================================================
   BEERA 3.6.7 — FACEBOOK-STYLE VERIFIED TICK AFTER NAME
   Verification is never displayed over service images.
   ====================================================== */
.lp-img-verified{display:none!important}
.lp-provider-name,
.lp-profile-name{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  min-width:0;
}
.lp-facebook-verified{
  display:inline-flex!important;
  flex:0 0 auto!important;
  align-items:center!important;
  justify-content:center!important;
  width:15px!important;
  height:15px!important;
  margin-left:2px!important;
  border-radius:50%!important;
  background:#1877F2!important;
  color:#fff!important;
  font-family:Arial,sans-serif!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:900!important;
  line-height:1!important;
  text-indent:0!important;
  box-shadow:0 0 0 1px rgba(24,119,242,.12)!important;
  vertical-align:middle!important;
}
.lp-facebook-verified--large{
  width:21px!important;
  height:21px!important;
  margin-left:5px!important;
  font-size:14px!important;
}

/* ======================================================
   BEERA 3.6.10 — LOCATION LIST OPENS DOWN ON DESKTOP ONLY
   Keeps the original field design unchanged.
   ====================================================== */
.bj-location-desktop-toggle,
.bj-location-desktop-menu{display:none}

@media (min-width:901px){
  .bj-search,
  .bj-hero,
  .bj-hero-inner{overflow:visible!important}

  .bj-location-field{
    position:relative!important;
    overflow:visible!important;
  }

  .bj-location-field .bj-location-native{
    display:none!important;
  }

  .bj-location-desktop-toggle{
    display:flex!important;
    flex:1 1 auto!important;
    min-width:0!important;
    height:100%!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#607d8b!important;
    box-shadow:none!important;
    outline:0!important;
    font:inherit!important;
    font-size:15px!important;
    font-weight:650!important;
    text-align:left!important;
    cursor:pointer!important;
  }

  .bj-location-desktop-text{
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  .bj-location-desktop-arrow{
    flex:0 0 auto!important;
    font-size:16px!important;
    line-height:1!important;
  }

  .bj-location-desktop-menu{
    position:absolute!important;
    display:block!important;
    top:calc(100% + 6px)!important;
    bottom:auto!important;
    left:0!important;
    width:100%!important;
    min-width:235px!important;
    max-height:320px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:4px 0!important;
    margin:0!important;
    border:1px solid #d8dee5!important;
    border-radius:8px!important;
    background:#fff!important;
    box-shadow:0 12px 28px rgba(0,0,0,.14)!important;
    z-index:99999!important;
  }

  .bj-location-desktop-menu[hidden]{display:none!important}

  .bj-location-desktop-option{
    display:block!important;
    width:100%!important;
    min-height:38px!important;
    padding:8px 14px!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    color:#607d8b!important;
    box-shadow:none!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:1.35!important;
    text-align:left!important;
    cursor:pointer!important;
  }

  .bj-location-desktop-option:hover,
  .bj-location-desktop-option:focus{
    background:#f3f6f8!important;
    color:#334155!important;
    outline:0!important;
  }

  .bj-location-desktop-option.is-selected{
    background:#eef2ff!important;
    color:#334155!important;
  }
}


/* ======================================================
   BEERA 3.6.11 — COMPACT, CENTRED DESKTOP HERO ONLY
   Keeps the existing visual design and dropdown behaviour.
   ====================================================== */
@media (min-width:901px){
  .bj-hero-inner{
    min-height:232px!important;
    box-sizing:border-box!important;
    padding:28px 0 30px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .bj-hero h1{
    margin:0 0 6px!important;
  }
  .bj-hero p{
    margin:0 0 20px!important;
  }
  .bj-search{
    grid-template-columns:170px minmax(0,560px)!important;
    width:min(740px,100%)!important;
    max-width:740px!important;
    gap:10px!important;
    margin:0 auto!important;
  }
  .bj-search label{
    height:56px!important;
    min-height:56px!important;
    border-radius:9px!important;
  }
  .bj-location-field{
    padding:0 14px!important;
  }
  .bj-location-desktop-toggle,
  .bj-location-field select{
    font-size:14px!important;
  }
  .bj-query-field{
    padding-left:17px!important;
  }
  .bj-query-field input{
    font-size:15px!important;
  }
  .bj-query-field button{
    width:54px!important;
    font-size:23px!important;
  }
}


/* ======================================================
   BEERA 3.6.12 — LIVELY DESKTOP QUICK-ACTION CARDS
   Desktop only. Mobile styling remains untouched.
   ====================================================== */
@media (min-width: 901px){
  .bj-quick-actions{
    gap:14px!important;
    margin-bottom:28px!important;
  }
  .bj-quick-actions a{
    position:relative!important;
    isolation:isolate;
    min-height:108px!important;
    padding:18px 42px 18px 18px!important;
    border:1px solid rgba(31,87,65,.13)!important;
    border-radius:16px!important;
    background:linear-gradient(145deg,#ffffff 0%,#fbfdfc 100%)!important;
    box-shadow:0 9px 24px rgba(29,72,55,.075)!important;
    overflow:hidden;
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
  }
  .bj-quick-actions a::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:4px;
    background:var(--qa-accent,#2f8f68);
    opacity:.92;
  }
  .bj-quick-actions a::after{
    content:"›";
    position:absolute;
    right:15px;
    top:50%;
    width:24px;
    height:24px;
    margin-top:-12px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:var(--qa-soft,#edf8f2);
    color:var(--qa-accent,#2f8f68);
    font-size:19px;
    font-weight:800;
    line-height:1;
    transition:transform .22s ease,background .22s ease,color .22s ease;
  }
  .bj-quick-actions a:nth-child(1){--qa-accent:#16845b;--qa-soft:#e7f7ef}
  .bj-quick-actions a:nth-child(2){--qa-accent:#2563eb;--qa-soft:#eaf0ff}
  .bj-quick-actions a:nth-child(3){--qa-accent:#f47b20;--qa-soft:#fff1e7}
  .bj-quick-actions a:nth-child(4){--qa-accent:#8b5cf6;--qa-soft:#f2edff}
  .bj-quick-actions a:hover{
    transform:translateY(-4px)!important;
    border-color:color-mix(in srgb,var(--qa-accent) 32%,transparent)!important;
    box-shadow:0 16px 34px rgba(29,72,55,.14)!important;
  }
  .bj-quick-actions a:hover::after{
    transform:translateX(3px);
    background:var(--qa-accent);
    color:#fff;
  }
  .bj-quick-actions i{
    position:relative;
    z-index:1;
    width:48px!important;
    height:48px!important;
    flex:0 0 48px!important;
    border-radius:14px!important;
    background:var(--qa-soft,#edf8f2)!important;
    color:var(--qa-accent,#2f8f68)!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.72);
    font-size:22px!important;
    font-weight:650;
  }
  .bj-quick-actions span{
    position:relative;
    z-index:1;
    min-width:0;
  }
  .bj-quick-actions b{
    color:#17251f!important;
    font-size:14px!important;
    line-height:1.25!important;
    letter-spacing:-.12px;
  }
  .bj-quick-actions small{
    color:#66756e!important;
    font-size:11px!important;
    line-height:1.45!important;
    margin-top:6px!important;
  }
}


/* ======================================================
   BEERA 3.6.13 — LIVELY DESKTOP POPULAR SERVICE CARDS
   Desktop only. Mobile card design remains untouched.
   ====================================================== */
@media (min-width: 901px){
  .lp-home-market{
    position:relative;
    background:linear-gradient(180deg,#f8fbf9 0%,#f3f8f5 100%)!important;
    border-top:1px solid rgba(22,132,91,.08);
    border-bottom:1px solid rgba(22,132,91,.08);
  }
  .lp-home-market .lp-section-head{
    align-items:center!important;
    margin-bottom:26px!important;
  }
  .lp-home-market .lp-section-head h2{
    position:relative;
    display:inline-block;
    font-size:36px!important;
    line-height:1.05!important;
    letter-spacing:-1.35px!important;
    font-weight:850!important;
    color:#17251f!important;
  }
  .lp-home-market .lp-section-head h2::after{
    content:"";
    display:block;
    width:58px;
    height:4px;
    margin-top:10px;
    border-radius:999px;
    background:linear-gradient(90deg,#16845b,#f59e0b);
  }
  .lp-home-market .lp-section-head p{
    margin-top:10px!important;
    color:#68756f!important;
    font-size:14px!important;
  }
  .lp-home-market .lp-section-head>a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:11px 17px;
    border:1px solid rgba(22,132,91,.15);
    border-radius:999px;
    background:#eaf7f1;
    color:#0f7651!important;
    font-size:13px!important;
    font-weight:800!important;
    box-shadow:0 6px 16px rgba(22,132,91,.08);
    transition:.2s ease;
  }
  .lp-home-market .lp-section-head>a::after{
    content:"→";
    font-size:16px;
    line-height:1;
  }
  .lp-home-market .lp-section-head>a:hover{
    transform:translateY(-2px);
    background:#16845b;
    color:#fff!important;
    box-shadow:0 10px 22px rgba(22,132,91,.18);
  }

  .lp-home-market .lp-home-responsive-grid,
  .lp-home-market .lp-grid{
    gap:24px!important;
  }
  .lp-home-market .lp-service-card{
    position:relative;
    border:1px solid rgba(31,55,45,.10)!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 12px 28px rgba(24,58,44,.09)!important;
    overflow:hidden!important;
    transform:translateZ(0);
    transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease!important;
  }
  .lp-home-market .lp-service-card::before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:4px;
    z-index:6;
    background:linear-gradient(90deg,#16845b,#37b77f,#f59e0b);
    opacity:.9;
  }
  .lp-home-market .lp-service-card:hover{
    transform:translateY(-7px)!important;
    border-color:rgba(22,132,91,.22)!important;
    box-shadow:0 20px 42px rgba(24,58,44,.16)!important;
  }
  .lp-home-market .lp-service-card.is-featured::before{
    background:linear-gradient(90deg,#f59e0b,#ffbd3f,#16845b);
  }
  .lp-home-market .lp-service-card.is-boosted::before{
    background:linear-gradient(90deg,#2563eb,#5b8cff,#16845b);
  }
  .lp-home-market .lp-service-img{
    height:205px!important;
    background:linear-gradient(135deg,#e8f4ee,#d8ece2)!important;
  }
  .lp-home-market .lp-service-img::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(5,20,14,.02) 45%,rgba(5,20,14,.28) 100%);
  }
  .lp-home-market .lp-service-img img{
    transition:transform .45s cubic-bezier(.2,.75,.25,1),filter .3s ease!important;
  }
  .lp-home-market .lp-service-card:hover .lp-service-img img{
    transform:scale(1.065)!important;
    filter:saturate(1.06) contrast(1.02);
  }
  .lp-home-market .lp-save-btn{
    right:13px!important;
    top:13px!important;
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.7)!important;
    border-radius:50%;
    background:rgba(18,31,25,.38)!important;
    backdrop-filter:blur(7px);
    color:#fff!important;
    font-size:27px!important;
    line-height:1!important;
    text-shadow:none!important;
    box-shadow:0 7px 18px rgba(0,0,0,.18);
    transition:.2s ease;
  }
  .lp-home-market .lp-save-btn:hover{
    transform:scale(1.08);
    background:#fff!important;
    color:#16845b!important;
  }
  .lp-home-market .lp-img-promo-badges{
    left:13px!important;
    bottom:13px!important;
    display:flex;
    gap:7px;
  }
  .lp-home-market .lp-img-promo-badge{
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:7px 11px!important;
    border-radius:999px!important;
    font-size:10px!important;
    font-weight:850!important;
    letter-spacing:.55px!important;
    box-shadow:0 6px 15px rgba(0,0,0,.15);
  }
  .lp-home-market .lp-service-body{
    padding:17px 18px 18px!important;
  }
  .lp-home-market .lp-provider-line{
    grid-template-columns:42px minmax(0,1fr)!important;
    gap:11px!important;
    margin-bottom:15px!important;
  }
  .lp-home-market .lp-provider-line>img{
    width:42px!important;
    height:42px!important;
    border:3px solid #fff;
    box-shadow:0 0 0 2px #d9eee4,0 5px 12px rgba(24,58,44,.12);
  }
  .lp-home-market .lp-provider-line strong{
    font-size:14px!important;
    line-height:1.25!important;
    color:#17251f!important;
  }
  .lp-home-market .lp-provider-line small{
    margin-top:4px!important;
    font-size:11px!important;
    color:#74817b!important;
  }
  .lp-home-market .lp-facebook-verified{
    margin-left:6px!important;
    vertical-align:1px;
  }
  .lp-home-market .lp-service-title{
    min-height:58px!important;
    margin:0 0 17px!important;
    font-size:18px!important;
    line-height:1.38!important;
    font-weight:800!important;
    letter-spacing:-.35px!important;
    font-style:italic!important;
    transform:skewX(-2deg);
    color:#192720!important;
  }
  .lp-home-market .lp-service-title a{
    color:inherit!important;
    text-decoration:none!important;
  }
  .lp-home-market .lp-service-title a:hover{
    color:#16845b!important;
    text-decoration:none!important;
  }
  .lp-home-market .lp-card-footer{
    margin-top:auto!important;
    padding:13px 14px!important;
    border:0!important;
    border-radius:12px;
    background:linear-gradient(90deg,#eef8f3 0%,#e5f5ed 100%);
  }
  .lp-home-market .lp-card-footer span{
    color:#557066!important;
    font-size:10px!important;
    font-weight:800!important;
    letter-spacing:.55px!important;
  }
  .lp-home-market .lp-card-footer strong{
    color:#0f7651!important;
    font-size:16px!important;
    font-weight:900!important;
    letter-spacing:-.25px;
  }
}

/* =========================================================
   BEERA 3.6.14 — LIVELY DESKTOP CATEGORY SIDEBAR
   Desktop only. Mobile category styling remains unchanged.
   ========================================================= */
@media (min-width: 901px){
  .bj-category-sidebar{
    position:relative;
    border:1px solid rgba(26,79,58,.12)!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,#ffffff 0%,#fbfefc 100%)!important;
    box-shadow:0 14px 34px rgba(25,64,48,.10)!important;
    overflow:hidden!important;
  }
  .bj-category-sidebar::before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:5px;
    background:linear-gradient(90deg,#16845b 0%,#35b77f 48%,#f59e0b 100%);
    z-index:2;
  }
  .bj-sidebar-title{
    position:relative;
    padding:25px 22px 20px!important;
    font-size:21px!important;
    line-height:1.15!important;
    font-weight:900!important;
    letter-spacing:-.55px!important;
    color:#17251f!important;
    background:linear-gradient(135deg,#f4fbf7 0%,#ffffff 72%)!important;
  }
  .bj-sidebar-title::after{
    content:"";
    display:block;
    width:46px;
    height:3px;
    margin-top:10px;
    border-radius:999px;
    background:linear-gradient(90deg,#16845b,#f59e0b);
  }
  .bj-category-list{
    max-height:620px!important;
    padding:8px 10px 10px;
    background:#fff;
  }
  .bj-category-list.is-expanded{
    max-height:2600px!important;
  }
  .bj-category-item{
    position:relative;
    grid-template-columns:46px minmax(0,1fr) 30px!important;
    min-height:66px!important;
    margin:4px 0;
    padding:0 12px 0 10px!important;
    border:0!important;
    border-radius:13px;
    color:#263e34!important;
    overflow:hidden;
    transition:transform .2s ease,background .2s ease,box-shadow .2s ease,color .2s ease!important;
  }
  .bj-category-item::before{
    content:"";
    position:absolute;
    left:0;
    top:13px;
    bottom:13px;
    width:3px;
    border-radius:999px;
    background:#16845b;
    opacity:0;
    transform:scaleY(.45);
    transition:.2s ease;
  }
  .bj-category-item:hover{
    transform:translateX(4px)!important;
    background:#f2faf6!important;
    color:#0f7651!important;
    box-shadow:0 8px 18px rgba(22,132,91,.09);
  }
  .bj-category-item:hover::before{
    opacity:1;
    transform:scaleY(1);
  }
  .bj-category-item i{
    width:40px!important;
    height:40px!important;
    border-radius:12px!important;
    background:linear-gradient(145deg,#e7f6ee,#dff1e8)!important;
    color:#0f8056!important;
    font-size:18px!important;
    box-shadow:inset 0 0 0 1px rgba(22,132,91,.06);
    transition:transform .22s ease,box-shadow .22s ease!important;
  }
  .bj-category-item:hover i{
    transform:rotate(-5deg) scale(1.06);
    box-shadow:0 7px 15px rgba(22,132,91,.14);
  }
  .bj-category-item:nth-child(3n+2) i{
    background:linear-gradient(145deg,#fff5df,#ffedca)!important;
    color:#e58b00!important;
  }
  .bj-category-item:nth-child(3n+3) i{
    background:linear-gradient(145deg,#edf3ff,#e1ebff)!important;
    color:#2563eb!important;
  }
  .bj-category-item span{
    font-size:14px!important;
    line-height:1.25!important;
    font-weight:800!important;
    letter-spacing:-.15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .bj-category-item b{
    width:27px;
    height:27px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#eff6f2;
    color:#789188!important;
    font-size:20px!important;
    line-height:1!important;
    transition:.2s ease;
  }
  .bj-category-item:hover b{
    transform:translateX(2px);
    background:#16845b;
    color:#fff!important;
  }
  .bj-all-categories{
    width:calc(100% - 20px);
    margin:0 10px 12px;
    padding:13px 16px!important;
    border:1px solid rgba(22,132,91,.14)!important;
    border-radius:12px!important;
    background:linear-gradient(90deg,#edf8f3,#e7f5ee)!important;
    color:#0f7651!important;
    font-size:12px!important;
    font-weight:850!important;
    letter-spacing:.15px;
    cursor:pointer;
    transition:.2s ease;
  }
  .bj-all-categories:hover{
    transform:translateY(-2px);
    background:#16845b!important;
    color:#fff!important;
    box-shadow:0 9px 18px rgba(22,132,91,.18);
  }
  .bj-all-categories span{
    display:inline-block;
    margin-left:5px;
    transition:transform .2s ease;
  }
  .bj-all-categories[aria-expanded="true"] span{
    transform:rotate(180deg);
  }
}

/* =========================================================
   BEERA 3.6.16 — CLEAN FLAT-GREEN DESKTOP FOOTER
   Uses the exact Beera hero green and Jiji-style white text.
   ========================================================= */
@media (min-width: 761px){
  .beera-market-footer.lp-footer{
    position:relative;
    overflow:hidden;
    margin-top:0;
    padding:62px 0 20px!important;
    background:#2F8F68!important;
    border-top:0!important;
    color:#fff!important;
  }
  .beera-market-footer.lp-footer:before,
  .beera-market-footer.lp-footer:after{display:none!important}
  .beera-market-footer .lp-container{
    position:relative;
    z-index:1;
    width:min(1380px,calc(100% - 72px));
  }
  .beera-footer-grid{
    display:grid;
    grid-template-columns:1.7fr repeat(4,minmax(150px,1fr));
    gap:54px;
    align-items:start;
  }
  .beera-footer-about{padding-right:24px}
  .beera-footer-logo{
    display:inline-flex;
    align-items:baseline;
    margin:0 0 24px;
    color:#fff!important;
    font-size:34px!important;
    font-weight:950!important;
    line-height:1;
    letter-spacing:-2px;
    text-decoration:none!important;
  }
  .beera-footer-logo span,
  .beera-footer-logo i{color:#fff!important}
  .beera-footer-logo i{font-style:normal;margin-left:1px}
  .beera-footer-about p{
    max-width:390px!important;
    margin:0 0 24px!important;
    color:#fff!important;
    font-size:15px!important;
    line-height:1.78!important;
    opacity:.92;
  }
  .beera-footer-trust{display:flex;flex-wrap:wrap;gap:18px}
  .beera-footer-trust span,
  .beera-footer-country{
    display:inline-flex;
    align-items:center;
    min-height:auto;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    color:#fff!important;
    font-size:13px;
    font-weight:700;
  }
  .beera-footer-column{display:flex;flex-direction:column;align-items:flex-start!important}
  .beera-market-footer .beera-footer-column h3{
    margin:0 0 24px!important;
    padding:0!important;
    color:#fff!important;
    font-size:18px!important;
    font-weight:850!important;
    letter-spacing:-.2px;
  }
  .beera-market-footer .beera-footer-column h3:after{display:none!important}
  .beera-market-footer .beera-footer-column>a{
    margin:0 0 16px!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:600!important;
    line-height:1.45;
    text-decoration:none!important;
    opacity:.94;
    transition:opacity .18s ease,transform .18s ease;
  }
  .beera-market-footer .beera-footer-column>a:hover{
    color:#fff!important;
    opacity:1;
    transform:translateX(3px);
  }
  .beera-footer-support .beera-footer-country{margin-top:8px}
  .beera-footer-divider{
    height:1px;
    margin:46px 0 24px;
    background:rgba(255,255,255,.48);
  }
  .beera-footer-bottom{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:28px;
    color:#fff!important;
    font-size:13px;
    text-align:center;
  }
  .beera-footer-bottom p{
    max-width:none!important;
    margin:0!important;
    color:#fff!important;
    line-height:1.4!important;
    opacity:.94;
  }
  .beera-footer-bottom>div{display:flex;align-items:center;gap:22px}
  .beera-footer-bottom a{
    margin:0!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:650!important;
    opacity:.92;
  }
  .beera-footer-bottom a:hover{color:#fff!important;opacity:1}
}


/* ======================================================
   BEERA 3.6.17 — SERVICES PAGE MATCHES HOMEPAGE CARDS
   Desktop: no category sidebar, four service cards per row.
   ====================================================== */
@media (min-width: 761px){
  .beera-services-page{
    background:#fff!important;
    padding:34px 0 76px!important;
  }

  .beera-services-page .beera-services-heading{
    margin:0 0 24px!important;
    align-items:flex-end!important;
  }

  .beera-services-page .beera-services-heading h1{
    margin:0!important;
    color:#17242b!important;
    font-size:38px!important;
    line-height:1.08!important;
    letter-spacing:-1.2px!important;
    font-weight:900!important;
  }

  .beera-services-page .beera-services-heading p{
    margin:7px 0 0!important;
    color:#67737b!important;
    font-size:14px!important;
  }

  .beera-services-page .beera-services-post{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    padding:0 20px!important;
    border-radius:12px!important;
    background:#2F8F68!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:850!important;
    box-shadow:0 8px 18px rgba(47,143,104,.18)!important;
  }

  .beera-services-page .beera-services-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:28px 20px!important;
    align-items:start!important;
  }

  .beera-services-page .beera-services-grid .lp-service-card{
    min-width:0!important;
  }

  .beera-services-pagination{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:7px!important;
    margin-top:38px!important;
  }

  .beera-services-pagination .page-numbers{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:42px!important;
    min-height:42px!important;
    padding:0 13px!important;
    border:1px solid #dce5e0!important;
    border-radius:11px!important;
    background:#fff!important;
    color:#245a45!important;
    font-size:12px!important;
    font-weight:800!important;
  }

  .beera-services-pagination .page-numbers.current,
  .beera-services-pagination .page-numbers:hover{
    background:#2F8F68!important;
    border-color:#2F8F68!important;
    color:#fff!important;
  }
}

@media (min-width:761px) and (max-width:1100px){
  .beera-services-page .beera-services-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media (max-width:760px){
  .beera-services-page{
    padding:18px 14px 86px!important;
    background:#f7f8fa!important;
  }
  .beera-services-page .beera-services-heading h1{font-size:28px!important}
  .beera-services-page .beera-services-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
}


/* Beera v3.6.23 — clean provider profile page */
.lp-edit-profile-page{background:#f6f8f7;padding:1px 0 60px;min-height:70vh}
.lp-edit-profile-page .lpc-vpf{position:relative;z-index:1}
@media(max-width:820px){.lp-edit-profile-page{padding:1px 0 38px;background:#f6f8f7}}


/* Beera v3.6.26 — polished Post a Service desktop page */
.lp-page-clean:has(.lpc-post-pro){min-height:75vh;padding:1px 0 70px;background:radial-gradient(circle at 10% 10%,rgba(47,143,104,.08),transparent 28%),#f6f8f7}
@media(max-width:760px){.lp-page-clean:has(.lpc-post-pro){padding-bottom:30px;background:#f6f8f7}}


/* Beera v3.6.27 — centered Post Service header and contact details */
@media (min-width:761px){
  .lp-page-clean .lpc-post-pro .lpc-simple-head{text-align:center}
  .lp-page-clean .lpc-post-pro .lpc-contact-grid{align-items:end}
}

/* Beera 3.6.29 — single service page structure is styled by Core 3.3.18 */


/* Compact single service safety tips — v3.6.34 */
.beera-safety-panel{
  display:block;
  padding:16px 18px;
  border:1px solid #d7e7e0;
  border-radius:14px;
  background:#f8fcfa;
  box-shadow:none;
}
.beera-safety-heading{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:9px;
}
.beera-safety-icon{
  flex:0 0 30px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#138a5b;
  color:#fff;
  font-size:16px;
  font-weight:900;
}
.beera-safety-heading strong{
  display:block;
  margin:0;
  color:#102a43;
  font-size:16px;
  line-height:1.25;
}
.beera-safety-heading p{display:none}
.beera-safety-list{
  list-style:disc;
  margin:0 0 0 18px;
  padding:0;
}
.beera-safety-list li{
  margin:0 0 5px;
  padding:0;
  color:#334e68;
  font-size:13.5px;
  line-height:1.4;
}
.beera-safety-list li:last-child{margin-bottom:0}
.beera-safety-list li::marker{color:#138a5b}
.beera-safety-list li::before{display:none!important;content:none!important}
.beera-safety-note{
  margin:9px 0 0;
  padding-top:8px;
  border-top:1px solid #e0ece7;
  color:#607d72;
  font-size:12px;
  line-height:1.35;
}
@media (max-width:782px){
  .beera-safety-panel{padding:14px 15px;border-radius:12px}
  .beera-safety-heading strong{font-size:15px}
  .beera-safety-list li{font-size:13px}
}


/* Beera 3.6.37 — profile and profile-form integration */
body.page-template-page-profile,
body.page-template-page-edit-profile{background:#f8faf9;}
body.page-template-page-profile .site-main,
body.page-template-page-edit-profile .site-main{overflow:visible;}
@media (min-width:761px){
  body.page-template-page-profile .site-main,
  body.page-template-page-edit-profile .site-main{padding-top:1px;}
}


/* Beera 3.6.39 — aligned provider services and experience field */
body.page-template-page-profile .bp-profile-services .lp-services-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}
body.page-template-page-profile .bp-profile-services .lp-service-card{width:100%!important;max-width:none!important;margin:0!important;height:100%!important}
body.page-template-page-profile .bp-profile-services .lp-service-img{height:auto!important;aspect-ratio:1.34/1!important}
body.page-template-page-profile .bp-profile-services .lp-service-body{min-height:190px!important;display:flex!important;flex-direction:column!important}
body.page-template-page-profile .bp-profile-services .lp-service-title{flex:1}
body.page-template-page-profile .bp-profile-services .lp-card-footer{margin-top:auto}
.lpc-years-experience-field small{display:block;margin-top:6px;color:#667085;font-size:12px;line-height:1.45}
@media(max-width:1100px) and (min-width:761px){body.page-template-page-profile .bp-profile-services .lp-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){body.page-template-page-profile .bp-profile-services .lp-services-grid{grid-template-columns:1fr!important;gap:14px!important}}


/* Beera 3.6.49 — uploaded Site Identity logo in the main header */
.lp-logo.lp-logo--image{
  display:inline-flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  width:auto!important;
  max-width:250px!important;
  height:56px!important;
  overflow:visible!important;
}
.lp-logo .lp-uploaded-logo{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:240px!important;
  max-height:54px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
@media(max-width:760px){
  .lp-logo.lp-logo--image{height:46px!important;max-width:190px!important;}
  .lp-logo .lp-uploaded-logo{max-height:44px!important;max-width:185px!important;}
}

/* Beera 3.6.51 — mobile-only marketplace front page inspired by leading classifieds apps */
@media (max-width:760px){
  body.home{background:#f5f7f6!important;padding-bottom:68px!important}
  body.home .lp-header{position:relative!important;background:#11885f!important;border:0!important;box-shadow:none!important}
  body.home .lp-header-inner{min-height:72px!important;padding:10px 14px!important}
  body.home .lp-logo.lp-logo--image{height:50px!important;max-width:175px!important}
  body.home .lp-logo .lp-uploaded-logo{max-height:48px!important;max-width:170px!important}
  body.home .lp-menu-toggle{width:46px!important;height:46px!important;border:0!important;border-radius:13px!important;background:rgba(255,255,255,.14)!important;color:#fff!important;font-size:27px!important;display:grid!important;place-items:center!important}
  body.home .lp-header-spacer{display:none!important}
  body.home .beera-mobile-home{display:block!important;padding:0 0 26px!important;background:#f5f7f6!important;min-height:100vh!important}
  body.home .beera-desktop-home{display:none!important}

  .bm-market-search{background:#11885f;padding:8px 14px 18px}
  .bm-market-search-form{display:grid;grid-template-columns:39% minmax(0,1fr);gap:9px}
  .bm-market-search-form label{height:52px;background:#fff;border-radius:12px;display:flex;align-items:center;min-width:0;box-shadow:0 1px 0 rgba(0,0,0,.04)}
  .bm-market-location{position:relative;padding:0 33px 0 13px}
  .bm-market-location:after{content:'▾';position:absolute;right:13px;top:50%;transform:translateY(-50%);color:#6f8790;font-size:14px;pointer-events:none}
  .bm-market-location select{width:100%;border:0;outline:0;background:transparent;appearance:none;font-size:15px;color:#60747e;white-space:nowrap;text-overflow:ellipsis}
  .bm-market-query{padding-left:13px}
  .bm-market-query input{width:100%;min-width:0;border:0;outline:0;background:transparent;font-size:15px;color:#17212b}
  .bm-market-query input::placeholder{color:#71858e}
  .bm-market-query button{width:50px;height:52px;flex:0 0 50px;border:0;background:transparent;color:#5f7f8b;font-size:27px;display:grid;place-items:center}

  .bm-market-body{padding:16px 14px 8px}
  .bm-mobile-shortcuts{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;padding:0 0 15px;margin:0 -14px;padding-left:14px;padding-right:14px}
  .bm-mobile-shortcuts::-webkit-scrollbar{display:none}
  .bm-mobile-shortcuts a{flex:0 0 148px;min-height:82px;border:1px solid #dde5e1;border-radius:13px;background:#fff;padding:12px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 2px 8px rgba(20,54,42,.04)}
  .bm-mobile-shortcuts i{width:34px;height:34px;border-radius:10px;background:#e8f6f0;color:#11885f;display:grid;place-items:center;font-style:normal;font-size:18px;font-weight:800}
  .bm-mobile-shortcuts a:nth-child(2) i{background:#fff1df;color:#f47a20}
  .bm-mobile-shortcuts span{font-size:12px;line-height:1.25;font-weight:800;color:#24313b}

  .bm-section-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;margin:5px 0 12px!important}
  .bm-section-head div{min-width:0}
  .bm-section-head h2{font-size:20px!important;line-height:1.15!important;letter-spacing:-.35px!important;margin:0!important;color:#202b35!important}
  .bm-section-head p{font-size:11px!important;color:#7b888f!important;margin:3px 0 0!important}
  .bm-section-head a,.bm-section-head button{border:0!important;background:transparent!important;padding:0!important;color:#11885f!important;font-size:12px!important;font-weight:800!important}

  .bm-categories{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:15px 9px!important;margin-bottom:18px!important}
  .bm-categories a{min-width:0!important;min-height:0!important;border:0!important;border-radius:0!important;background:transparent!important;padding:0!important;text-align:center!important;box-shadow:none!important}
  .bm-categories i{width:62px!important;height:62px!important;border-radius:17px!important;margin:0 auto 7px!important;background:#eaf3ef!important;color:#168765!important;border:1px solid #e1ebe7!important;display:grid!important;place-items:center!important;font-style:normal!important;font-size:25px!important}
  .bm-categories a:nth-child(2n) i{background:#fff2dc!important;color:#f47a20!important;border-color:#f5e1bd!important}
  .bm-categories a:nth-child(3n) i{background:#edf2fb!important;color:#3973c9!important;border-color:#dde6f7!important}
  .bm-categories span{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;min-height:30px!important;font-size:11px!important;line-height:1.3!important;font-weight:650!important;color:#26323c!important}
  .bm-categories a.is-extra{display:none!important}
  .bm-categories.is-expanded a.is-extra{display:block!important}

  .bm-provider-banner{margin:4px 0 22px!important;border-radius:16px!important;padding:18px 18px!important;background:linear-gradient(135deg,#147b5c,#23996f)!important;box-shadow:none!important}
  .bm-provider-banner small{font-size:9px!important;letter-spacing:1.5px!important;color:#b9ead7!important}
  .bm-provider-banner b{font-size:18px!important;line-height:1.25!important;margin:6px 0 5px!important}
  .bm-provider-banner span{font-size:11px!important;color:#e0f7ed!important}
  .bm-provider-banner>i{width:42px!important;height:42px!important;flex:0 0 42px!important;font-size:18px!important}

  .bm-service-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
  .bm-service-list .lp-service-card{display:flex!important;flex-direction:column!important;min-height:0!important;border-radius:12px!important;border:1px solid #e1e6e3!important;background:#fff!important;overflow:hidden!important;box-shadow:0 2px 9px rgba(19,50,39,.04)!important}
  .bm-service-list .lp-service-img{height:128px!important;min-height:128px!important;aspect-ratio:auto!important}
  .bm-service-list .lp-service-body{padding:9px!important;min-height:130px!important}
  .bm-service-list .lp-provider-line{grid-template-columns:23px minmax(0,1fr)!important;gap:6px!important;margin-bottom:7px!important}
  .bm-service-list .lp-provider-line img{width:23px!important;height:23px!important}
  .bm-service-list .lp-provider-line strong{font-size:9px!important;line-height:1.25!important}
  .bm-service-list .lp-provider-line small{font-size:8px!important;line-height:1.2!important}
  .bm-service-list .lp-service-title{font-size:11px!important;line-height:1.35!important;min-height:44px!important;margin:0 0 8px!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important}
  .bm-service-list .lp-card-footer{display:block!important;margin-top:auto!important;padding-top:7px!important}
  .bm-service-list .lp-card-footer span{font-size:7px!important;text-transform:uppercase!important;letter-spacing:.35px!important}
  .bm-service-list .lp-card-footer strong{display:block!important;margin-top:2px!important;font-size:11px!important;color:#16241e!important}
  .bm-service-list .lp-save-btn{right:7px!important;top:5px!important;font-size:21px!important}
  .bm-service-list .lp-img-promo-badges{left:6px!important;bottom:6px!important}
  .bm-service-list .lp-img-promo-badge{font-size:7px!important;padding:4px 5px!important}

  .bm-mobile-empty{padding:28px 16px;border-radius:13px;background:#fff;text-align:center;border:1px solid #e2e8e5}
  .bm-mobile-empty strong,.bm-mobile-empty span{display:block}
  .bm-mobile-empty span{font-size:12px;color:#79868c;margin-top:4px}

  body.home .lp-footer{display:none!important}
  body.home .lp-bottom-nav{height:66px!important;grid-template-columns:repeat(5,1fr)!important;background:#fff!important;border-top:1px solid #dce5e1!important;box-shadow:0 -5px 18px rgba(15,45,34,.08)!important;padding:0 0 env(safe-area-inset-bottom)!important}
  body.home .lp-bottom-nav a{padding:7px 2px 5px!important;font-size:10px!important;line-height:1.15!important;color:#52616a!important;font-weight:700!important}
  body.home .lp-bottom-nav a:first-child{color:#10a45f!important}
  body.home .lp-bottom-nav span{font-size:23px!important;margin-bottom:2px!important}
  body.home .lp-bottom-nav .lp-post-nav{background:transparent!important;color:#52616a!important}
}


/* Beera 3.6.52 — compact mobile app drawer and livelier mobile home. Desktop is untouched. */
.lp-nav-icon,.lp-mobile-drawer-head,.lp-mobile-drawer-foot,.lp-menu-backdrop{display:none}
@media (max-width:760px){
  body.lp-menu-open{overflow:hidden!important}
  .lp-menu-backdrop{display:block;position:fixed;inset:0;z-index:99996;border:0;background:rgba(10,24,19,.48);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}
  body.lp-menu-open .lp-menu-backdrop{opacity:1;visibility:visible;pointer-events:auto}
  .lp-nav{display:flex!important;position:fixed!important;z-index:99998!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;width:min(84vw,326px)!important;padding:20px 14px calc(22px + env(safe-area-inset-bottom))!important;background:#fff!important;border:0!important;border-radius:22px 0 0 22px!important;box-shadow:-18px 0 45px rgba(14,39,30,.22)!important;flex-direction:column!important;align-items:stretch!important;gap:5px!important;overflow-y:auto!important;transform:translateX(104%)!important;visibility:hidden!important;transition:transform .24s ease,visibility .24s ease!important}
  .admin-bar .lp-nav{top:46px!important}
  .lp-nav.is-open{transform:translateX(0)!important;visibility:visible!important}
  .lp-mobile-drawer-head{display:block!important;padding:7px 8px 15px;margin-bottom:5px;border-bottom:1px solid #edf1ef}
  .lp-mobile-drawer-head strong{display:block;color:#17382d;font-size:21px;letter-spacing:-.45px}
  .lp-mobile-drawer-head span{display:block;margin-top:2px;color:#75857e;font-size:11px;font-weight:650}
  .lp-nav>a{display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;min-height:52px!important;padding:6px 9px!important;border-radius:13px!important;color:#26352f!important;font-size:14px!important;font-weight:760!important;opacity:1!important}
  .lp-nav>a:hover,.lp-nav>a:active{background:#f2f8f5!important;color:#117a58!important}
  .lp-nav-icon{display:grid!important;width:38px;height:38px;border-radius:11px;background:#eaf6f1;color:#11885f;place-items:center;font-size:18px;font-weight:900}
  .lp-nav>a:nth-of-type(even) .lp-nav-icon{background:#fff2df;color:#ef7b23}
  .lp-nav .lp-btn{margin:5px 0 0!important;min-height:54px!important;padding:7px 10px!important;border:0!important;border-radius:14px!important;box-shadow:none!important}
  .lp-nav .lp-join-beera{background:linear-gradient(135deg,#11885f 0%,#16956a 72%,#f47a20 72%,#f47a20 100%)!important;color:#fff!important}
  .lp-nav .lp-join-beera .lp-nav-icon{background:rgba(255,255,255,.18)!important;color:#fff!important}
  .lp-nav .lp-btn-outline{background:#edf8f3!important;color:#117a58!important}
  .lp-mobile-drawer-foot{display:block!important;margin-top:auto;padding:16px 8px 0;color:#8a9892;font-size:10px;line-height:1.45;text-align:center}
  .lp-menu-toggle{position:relative;z-index:99999!important}
  .lp-menu-toggle span{display:block;line-height:1}

  body.home .bm-market-search{padding:10px 14px 21px!important;background:linear-gradient(155deg,#11885f 0%,#168f67 68%,#f47a20 160%)!important}
  body.home .bm-market-body{padding:19px 14px 12px!important;background:linear-gradient(180deg,#f3f7f5 0,#f8faf9 240px,#f5f7f6 100%)!important}
  .bm-mobile-shortcuts{gap:11px!important;padding-bottom:18px!important}
  .bm-mobile-shortcuts a{border-color:#e1e9e5!important;box-shadow:0 7px 18px rgba(26,65,50,.07)!important}
  .bm-category-heading{margin-top:7px!important}
  .bm-categories{gap:16px 9px!important;padding:15px 8px 17px!important;margin:0 -2px 20px!important;background:#fff!important;border:1px solid #e5ece8!important;border-radius:18px!important;box-shadow:0 8px 24px rgba(22,60,46,.055)!important}
  .bm-categories i{width:58px!important;height:58px!important;border-radius:16px!important;font-size:25px!important;line-height:1!important;filter:saturate(.92)}
  .bm-categories span{min-height:32px!important;padding:0 2px!important;font-size:10.5px!important;line-height:1.35!important;font-weight:720!important;overflow-wrap:anywhere!important;word-break:normal!important}
  .bm-provider-banner{position:relative;overflow:hidden!important;box-shadow:0 10px 24px rgba(18,111,79,.16)!important}
  .bm-provider-banner:after{content:'';position:absolute;width:110px;height:110px;border-radius:50%;right:-42px;top:-54px;background:rgba(244,122,32,.27)}
  .bm-provider-banner>i{position:relative;z-index:1;background:#fff5e9!important;color:#ef7b23!important}
  .bm-services-heading{margin-top:2px!important}
}


/* Beera 3.6.56 — reliable Jiji-style mobile sticky search.
   JavaScript applies .is-fixed only after the original search reaches the viewport top. */
@media (max-width:760px){
  body.home .bm-market-search-placeholder{display:none;height:0}
  body.home .bm-market-search-placeholder.is-active{display:block}
  body.home .bm-market-search.is-fixed{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    z-index:99995!important;
    padding:9px 14px 10px!important;
    background:#11885f!important;
    box-shadow:0 4px 15px rgba(9,45,30,.18)!important;
    transform:translateZ(0);
  }
  body.admin-bar.home .bm-market-search.is-fixed{top:46px!important}
  body.home .bm-market-search.is-fixed .bm-market-search-form label{height:50px!important}
  body.home .bm-market-search.is-fixed .bm-market-query button{height:50px!important}
}
@media (min-width:761px){
  .bm-market-search-placeholder{display:none!important}
}

/* Beera 3.6.57 — compact, lively mobile front page. Desktop remains untouched. */
@media (max-width:760px){
  body.home .bm-market-body{padding:14px 11px 10px!important}

  .bm-mobile-shortcuts{gap:8px!important;margin:0 -11px!important;padding-left:11px!important;padding-right:11px!important;padding-bottom:13px!important}
  .bm-mobile-shortcuts a{flex-basis:132px!important;min-height:66px!important;padding:9px 10px!important;border-radius:12px!important;box-shadow:0 4px 13px rgba(26,65,50,.065)!important}
  .bm-mobile-shortcuts i{width:29px!important;height:29px!important;border-radius:9px!important;font-size:16px!important}
  .bm-mobile-shortcuts span{font-size:11px!important}

  .bm-section-head{margin:4px 1px 9px!important}
  .bm-section-head h2{font-size:17px!important;letter-spacing:-.2px!important}
  .bm-section-head p{font-size:10px!important;margin-top:2px!important}
  .bm-section-head a,.bm-section-head button{font-size:11px!important}

  .bm-categories{gap:10px 6px!important;padding:11px 6px 12px!important;margin:0 0 15px!important;border-radius:15px!important;box-shadow:0 5px 17px rgba(22,60,46,.05)!important}
  .bm-categories i{width:48px!important;height:48px!important;border-radius:14px!important;margin-bottom:5px!important;font-size:21px!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.38)!important}
  .bm-categories a:nth-child(4n+1) i{background:#e7f7ef!important;color:#11885f!important}
  .bm-categories a:nth-child(4n+2) i{background:#fff0df!important;color:#f47a20!important}
  .bm-categories a:nth-child(4n+3) i{background:#edf3ff!important;color:#326cc2!important}
  .bm-categories a:nth-child(4n) i{background:#f4edff!important;color:#8154c7!important}
  .bm-categories span{min-height:27px!important;padding:0!important;font-size:9.5px!important;line-height:1.25!important;font-weight:750!important;-webkit-line-clamp:2!important}

  .bm-service-list{gap:8px!important}
  .bm-service-list .lp-service-card{border-radius:11px!important;box-shadow:0 4px 13px rgba(19,50,39,.06)!important;transition:transform .18s ease,box-shadow .18s ease!important}
  .bm-service-list .lp-service-card:active{transform:scale(.985)!important}
  .bm-service-list .lp-service-img{height:105px!important;min-height:105px!important}
  .bm-service-list .lp-service-body{padding:7px 8px 8px!important;min-height:108px!important}
  .bm-service-list .lp-provider-line{grid-template-columns:20px minmax(0,1fr)!important;gap:5px!important;margin-bottom:5px!important}
  .bm-service-list .lp-provider-line img{width:20px!important;height:20px!important}
  .bm-service-list .lp-provider-line strong{font-size:8.5px!important}
  .bm-service-list .lp-provider-line small{font-size:7.5px!important}
  .bm-service-list .lp-verified-dot{width:14px!important;height:14px!important;font-size:8px!important}
  .bm-service-list .lp-service-title{font-size:10.5px!important;line-height:1.3!important;min-height:40px!important;margin-bottom:6px!important;-webkit-line-clamp:3!important;font-weight:650!important}
  .bm-service-list .lp-card-footer{padding-top:5px!important}
  .bm-service-list .lp-card-footer span{font-size:6.5px!important}
  .bm-service-list .lp-card-footer strong{font-size:10.5px!important;color:#11885f!important;font-weight:850!important}
  .bm-service-list .lp-save-btn{right:6px!important;top:4px!important;width:27px!important;height:27px!important;border-radius:50%!important;background:rgba(255,255,255,.92)!important;color:#53645c!important;text-shadow:none!important;font-size:18px!important;line-height:27px!important}
  .bm-service-list .lp-img-promo-badges{left:5px!important;bottom:5px!important;display:flex!important;gap:3px!important;flex-wrap:wrap!important}
  .bm-service-list .lp-img-promo-badge{font-size:6.5px!important;padding:3px 5px!important;border-radius:5px!important;letter-spacing:.2px!important}

  body.home .lp-bottom-nav{height:62px!important}
  body.home .lp-bottom-nav a{font-size:9px!important;padding-top:6px!important}
  body.home .lp-bottom-nav span{font-size:21px!important}
}

@media (max-width:360px){
  .bm-categories{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px 4px!important}
  .bm-categories i{width:44px!important;height:44px!important;font-size:19px!important}
  .bm-categories span{font-size:9px!important}
  .bm-service-list .lp-service-img{height:96px!important;min-height:96px!important}
  .bm-service-list .lp-service-body{padding:7px!important}
}

/* =========================================================
   BEERA 3.6.58 — GREEN PRICES + FULLER LIVELY CATEGORIES
   Applies to desktop and mobile while preserving each layout.
   ========================================================= */

/* All visible service prices use the Beera green consistently. */
.lp-price,
.lp-service-card .lp-card-footer strong,
.bj-service-grid .lp-card-footer strong,
.bm-service-list .lp-card-footer strong,
.beera-services-grid .lp-card-footer strong,
.lpc-service-grid .lp-card-footer strong,
.bp-profile-services .lp-card-footer strong{
  color:#11885f!important;
  font-weight:850!important;
}

/* Desktop front-page categories: filled cards with balanced colour and spacing. */
@media (min-width:761px){
  .bj-category-sidebar{
    background:#f8fbf9!important;
  }
  .bj-category-list{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:12px!important;
    background:linear-gradient(180deg,#fbfefc 0%,#f6faf8 100%)!important;
  }
  .bj-category-item{
    width:100%!important;
    min-height:62px!important;
    margin:0!important;
    padding:8px 12px!important;
    border:1px solid #dcebe4!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,#edf9f3 0%,#ffffff 78%)!important;
    box-shadow:0 4px 12px rgba(23,75,55,.055)!important;
  }
  .bj-category-item:nth-child(4n+2){
    border-color:#f4dfc5!important;
    background:linear-gradient(135deg,#fff5e8 0%,#ffffff 78%)!important;
  }
  .bj-category-item:nth-child(4n+3){
    border-color:#dce6f7!important;
    background:linear-gradient(135deg,#eef4ff 0%,#ffffff 78%)!important;
  }
  .bj-category-item:nth-child(4n){
    border-color:#e8ddf7!important;
    background:linear-gradient(135deg,#f6f0ff 0%,#ffffff 78%)!important;
  }
  .bj-category-item i{
    box-shadow:0 5px 12px rgba(20,81,58,.09),inset 0 0 0 1px rgba(255,255,255,.7)!important;
  }
  .bj-category-item span{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    overflow-wrap:anywhere!important;
  }
  .bj-category-item:hover{
    transform:translateY(-2px)!important;
    box-shadow:0 10px 22px rgba(22,91,64,.11)!important;
  }
  .bj-all-categories{
    margin:2px 12px 14px!important;
    width:calc(100% - 24px)!important;
  }
}

/* Mobile categories: each category fills its grid cell as a lively compact card. */
@media (max-width:760px){
  .bm-categories{
    align-items:stretch!important;
  }
  .bm-categories a{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    align-items:center!important;
    width:100%!important;
    height:100%!important;
    min-height:82px!important;
    padding:7px 3px 6px!important;
    border:1px solid #dfeae5!important;
    border-radius:13px!important;
    background:linear-gradient(180deg,#ffffff 0%,#f7fbf9 100%)!important;
    box-shadow:0 3px 9px rgba(20,65,49,.055)!important;
  }
  .bm-categories a:nth-child(4n+2){background:linear-gradient(180deg,#fffaf4 0%,#fff4e7 100%)!important;border-color:#f2dfc8!important}
  .bm-categories a:nth-child(4n+3){background:linear-gradient(180deg,#f8faff 0%,#eef4ff 100%)!important;border-color:#dce6f5!important}
  .bm-categories a:nth-child(4n){background:linear-gradient(180deg,#fcf9ff 0%,#f5effd 100%)!important;border-color:#e7ddf3!important}
  .bm-categories i{
    flex:0 0 auto!important;
    box-shadow:0 4px 10px rgba(22,72,53,.08),inset 0 0 0 1px rgba(255,255,255,.5)!important;
  }
  .bm-categories span{
    margin-top:auto!important;
    width:100%!important;
    min-height:25px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .bm-service-list .lp-card-footer strong{
    color:#11885f!important;
  }
}

/* =========================================================
   BEERA 3.6.59 — REMOVE UNWANTED SPACE BELOW THE WEBSITE
   Consolidates old footer/body spacing without changing layouts.
   ========================================================= */
html,
body.beera-site,
body{
  margin-bottom:0!important;
}

.beera-market-footer.lp-footer{
  margin-bottom:0!important;
}

.beera-market-footer.lp-footer > .lp-container,
.beera-market-footer .beera-footer-bottom,
.beera-market-footer .beera-footer-bottom p{
  margin-bottom:0!important;
}

.beera-market-footer.lp-footer + .lp-bottom-nav{
  margin:0!important;
}

@media (min-width:761px){
  body{
    padding-bottom:0!important;
  }
  .beera-market-footer.lp-footer{
    padding-bottom:20px!important;
  }
}

@media (max-width:760px){
  /* The fixed navigation no longer creates an additional blank body strip. */
  body,
  body.home{
    padding-bottom:0!important;
  }

  /* Keep only the space genuinely required behind the fixed mobile nav. */
  .beera-market-footer.lp-footer{
    padding-bottom:calc(68px + env(safe-area-inset-bottom))!important;
  }

  /* Homepage footer is hidden, so its content gets a small clean ending only. */
  body.home .beera-mobile-home{
    min-height:0!important;
    padding-bottom:8px!important;
  }
  body.home .bm-market-body{
    padding-bottom:10px!important;
  }
}

/* =========================================================
   BEERA 3.6.60 — FINAL PAGE ENDING + MOBILE NAV CLEARANCE
   Keeps the fixed app navigation from covering the final cards
   and removes legacy oversized trailing gaps on larger screens.
   ========================================================= */
html,
body.beera-site{
  margin:0!important;
  padding-left:0!important;
  padding-right:0!important;
  overflow-x:hidden;
}

/* The footer is the true end of the desktop document. */
@media (min-width:761px){
  body.beera-site{
    padding-bottom:0!important;
  }
  body.beera-site > .lp-bottom-nav{
    display:none!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
  }
  body.beera-site > .beera-market-footer{
    clear:both!important;
    margin:0!important;
    padding-bottom:16px!important;
  }

  /* Replace legacy 80–95px shortcode/page endings with a normal gap. */
  body.beera-site .lpc-wrap{
    margin-bottom:24px!important;
  }
  body.beera-site main:last-of-type,
  body.beera-site .beera-home,
  body.beera-site .beera-desktop-home,
  body.beera-site .bj-marketplace{
    margin-bottom:0!important;
  }
  body.home .bj-marketplace{
    padding-bottom:28px!important;
  }
}

@media (max-width:760px){
  /* Do not create a blank strip on the body itself. */
  body.beera-site,
  body.beera-site.home{
    padding-bottom:0!important;
  }

  /* The homepage footer is hidden. Reserve clearance inside the actual
     homepage content, so the final card ends above the fixed navigation. */
  body.home .beera-mobile-home{
    min-height:0!important;
    margin-bottom:0!important;
    padding-bottom:calc(82px + env(safe-area-inset-bottom))!important;
  }
  body.home .bm-market-body{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }
  body.home .bm-service-list{
    margin-bottom:0!important;
  }
  body.home .bm-service-list > .lp-service-card:last-child,
  body.home .bm-service-list > *:last-child{
    margin-bottom:0!important;
  }

  /* Other pages use the visible footer as their navigation clearance. */
  body:not(.home) > .beera-market-footer{
    margin-bottom:0!important;
    padding-bottom:calc(72px + env(safe-area-inset-bottom))!important;
  }

  /* One authoritative fixed-nav size across phones. */
  body.beera-site > .lp-bottom-nav{
    height:62px!important;
    min-height:62px!important;
    margin:0!important;
    padding:0 0 env(safe-area-inset-bottom)!important;
    bottom:0!important;
  }
}


/* Beera v3.6.64 — Services archive mobile card design.
   Scope is strictly the Services page on phones; homepage and desktop remain unchanged. */
.lp-mobile-verified-badge,
.lp-mobile-service-stats{display:none;}

@media (max-width:760px){
  body:not(.home) .beera-services-page .lp-container{
    width:100%!important;
    max-width:none!important;
    padding:0 12px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-top:14px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-service-card{
    position:relative!important;
    display:grid!important;
    grid-template-columns:41% 59%!important;
    width:100%!important;
    min-height:174px!important;
    margin:0!important;
    overflow:hidden!important;
    border:1px solid #e2e7e4!important;
    border-radius:15px!important;
    background:#fff!important;
    box-shadow:0 3px 12px rgba(26,55,44,.10)!important;
    transform:none!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-service-img{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:174px!important;
    overflow:hidden!important;
    background:#eef2f0!important;
    border-radius:0!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-service-img img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    transform:none!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-service-body{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
    min-height:174px!important;
    padding:42px 12px 11px 13px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-mobile-verified-badge{
    position:absolute!important;
    z-index:5!important;
    top:10px!important;
    left:9px!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:4px!important;
    padding:5px 7px!important;
    border-radius:6px!important;
    background:#13a85a!important;
    color:#fff!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    letter-spacing:.2px!important;
    box-shadow:0 2px 6px rgba(0,0,0,.12)!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-mobile-verified-badge b{
    display:grid!important;
    place-items:center!important;
    width:13px!important;
    height:13px!important;
    border-radius:50%!important;
    background:#fff!important;
    color:#13a85a!important;
    font-size:9px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-img-promo-badges{
    position:absolute!important;
    z-index:6!important;
    top:10px!important;
    left:calc(41% + 13px)!important;
    right:43px!important;
    bottom:auto!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:5px!important;
    max-width:none!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-img-promo-badge{
    display:inline-flex!important;
    align-items:center!important;
    gap:4px!important;
    padding:5px 8px!important;
    border-radius:6px!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:850!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-img-featured{
    background:#ffd65b!important;
    color:#272014!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-img-boosted{
    background:#ff7a1a!important;
    color:#fff!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-save-btn{
    position:absolute!important;
    z-index:8!important;
    top:8px!important;
    right:9px!important;
    left:auto!important;
    width:31px!important;
    height:31px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:#526378!important;
    font-size:30px!important;
    font-weight:400!important;
    line-height:28px!important;
    text-shadow:none!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-provider-line{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-width:0!important;
    margin:0 0 8px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-provider-line img{
    flex:0 0 29px!important;
    width:29px!important;
    height:29px!important;
    border-radius:50%!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-provider-line > span{
    display:block!important;
    min-width:0!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-provider-name{
    display:block!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:12.5px!important;
    line-height:1.15!important;
    font-weight:800!important;
    color:#17233a!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-provider-line small{
    display:block!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    margin-top:2px!important;
    font-size:9.5px!important;
    line-height:1.15!important;
    color:#67726d!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-provider-line small::before{
    content:"●"!important;
    margin-right:4px!important;
    color:#12a95b!important;
    font-size:8px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-service-title{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
    min-height:38px!important;
    max-height:42px!important;
    margin:0 0 7px!important;
    font-size:15.5px!important;
    line-height:1.24!important;
    font-weight:800!important;
    letter-spacing:-.18px!important;
    color:#111d32!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-service-title a{
    color:inherit!important;
    text-decoration:none!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-mobile-service-stats{
    display:flex!important;
    align-items:center!important;
    min-height:18px!important;
    gap:8px!important;
    margin:0 0 7px!important;
    overflow:hidden!important;
    font-size:10px!important;
    color:#3f4845!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-mobile-rating{
    white-space:nowrap!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-mobile-rating b{
    color:#11a85a!important;
    font-size:14px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-mobile-rating em{
    color:#68716e!important;
    font-style:normal!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-mobile-jobs{
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    padding-left:8px!important;
    border-left:1px solid #9ca5a1!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-card-footer{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:6px!important;
    margin-top:auto!important;
    padding:8px 0 0!important;
    border-top:1px solid #e5e8e6!important;
    white-space:nowrap!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-card-footer span{
    font-size:8.5px!important;
    line-height:1!important;
    font-weight:750!important;
    color:#58635e!important;
    text-transform:uppercase!important;
    letter-spacing:.2px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-card-footer strong{
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:15px!important;
    line-height:1!important;
    font-weight:900!important;
    color:#0aa454!important;
  }

  body:not(.home) .beera-services-page .beera-services-heading{
    margin-bottom:8px!important;
  }

  body:not(.home) .beera-services-page .beera-services-heading h1{
    font-size:24px!important;
    line-height:1.1!important;
  }

  body:not(.home) .beera-services-page .beera-services-heading p{
    font-size:12px!important;
    line-height:1.4!important;
  }
}

/* Beera v3.6.66 — mobile Services page full-width fit.
   Fixes the archive container's content-box overflow without changing desktop or homepage cards. */
@media (max-width:760px){
  body:not(.home) .beera-services-page{
    width:100%!important;
    max-width:100%!important;
    padding:18px 0 86px!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }

  body:not(.home) .beera-services-page .lp-container{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0 8px!important;
    box-sizing:border-box!important;
  }

  body:not(.home) .beera-services-page .beera-services-heading{
    padding:0 6px!important;
    box-sizing:border-box!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid,
  body:not(.home) .beera-services-page .beera-services-grid .lp-service-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-service-img,
  body:not(.home) .beera-services-page .beera-services-grid .lp-service-body{
    min-width:0!important;
    box-sizing:border-box!important;
  }
}

/* Beera v3.6.66 — compact mobile Services cards + scroll loading.
   Mobile Services page only. Desktop and homepage remain unchanged. */
@media (max-width:760px){
  body:not(.home) .beera-services-page .beera-services-grid{
    gap:10px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-service-card{
    min-height:148px!important;
    border-radius:13px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-service-img{
    min-height:148px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-service-body{
    min-height:148px!important;
    padding:34px 10px 9px 11px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-mobile-verified-badge,
  body:not(.home) .beera-services-page .beera-services-grid .lp-img-promo-badge{
    padding:4px 6px!important;
    font-size:8px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-mobile-verified-badge b{
    width:12px!important;
    height:12px!important;
    font-size:8px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-save-btn{
    top:6px!important;
    right:7px!important;
    width:27px!important;
    height:27px!important;
    font-size:24px!important;
    line-height:25px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-provider-line{
    gap:6px!important;
    margin-bottom:6px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-provider-line img{
    flex-basis:24px!important;
    width:24px!important;
    height:24px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-provider-name{
    font-size:10px!important;
    line-height:1.15!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-provider-line small{
    font-size:8px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-service-title{
    min-height:32px!important;
    max-height:34px!important;
    margin-bottom:5px!important;
    font-size:12px!important;
    line-height:1.35!important;
    letter-spacing:0!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-mobile-service-stats{
    min-height:15px!important;
    gap:6px!important;
    margin-bottom:5px!important;
    font-size:8px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-mobile-rating b{
    font-size:11px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-card-footer{
    padding-top:6px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-card-footer span{
    font-size:8px!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid .lp-card-footer strong{
    font-size:11px!important;
  }

  body:not(.home) .beera-services-page .beera-services-pagination{
    display:none!important;
  }

  .beera-mobile-scroll-loader{
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:4px 0 10px;
    font-size:11px;
    font-weight:700;
    color:#68716e;
  }

  .beera-mobile-scroll-loader.is-loading::before{
    content:"";
    width:18px;
    height:18px;
    margin-right:8px;
    border:2px solid #d7e8df;
    border-top-color:#0a9f55;
    border-radius:50%;
    animation:beeraServicesSpin .7s linear infinite;
  }
}

@keyframes beeraServicesSpin{to{transform:rotate(360deg)}}


/* =========================================================
   BEERA 3.6.67 — MOBILE FOOTER REMOVAL + CLEAN PAGE ENDING
   Mobile only. Desktop footer and all desktop layouts stay intact.
   ========================================================= */
@media (max-width:760px){
  /* The fixed app navigation is the complete mobile footer/navigation. */
  body.beera-site > .beera-market-footer,
  body > .beera-market-footer{
    display:none!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
  }

  /* Remove the old footer clearance and the empty infinite-scroll spacer. */
  body:not(.home) .beera-services-page{
    min-height:0!important;
    margin-bottom:0!important;
    padding-bottom:calc(68px + env(safe-area-inset-bottom))!important;
  }

  body:not(.home) .beera-services-page .beera-services-desktop,
  body:not(.home) .beera-services-page .lp-container,
  body:not(.home) .beera-services-page .beera-services-grid{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid > .lp-service-card:last-child{
    margin-bottom:0!important;
  }

  .beera-mobile-scroll-loader:empty{
    display:none!important;
    min-height:0!important;
    height:0!important;
    margin:0!important;
    padding:0!important;
  }

  .beera-mobile-scroll-loader{
    margin:4px 0 0!important;
  }
}

/* =========================================================
   BEERA 3.6.69 — MOBILE SERVICES START IMMEDIATELY
   Hide only the Services page heading/intro/post prompt on mobile.
   Desktop remains unchanged.
   ========================================================= */
@media (max-width:760px){
  body:not(.home) .beera-services-page .beera-services-heading{
    display:none!important;
  }

  body:not(.home) .beera-services-page .beera-services-desktop,
  body:not(.home) .beera-services-page .lp-container{
    padding-top:0!important;
    margin-top:0!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid{
    margin-top:0!important;
    padding-top:10px!important;
  }
}

/* =========================================================
   BEERA 3.6.69 — REMOVE MOBILE SERVICES TOP GAP
   Services page only. Keeps desktop and homepage unchanged.
   ========================================================= */
@media (max-width:760px){
  body:not(.home) .beera-services-page{
    padding-top:0!important;
  }

  body:not(.home) .beera-services-page .beera-services-desktop,
  body:not(.home) .beera-services-page .lp-container,
  body:not(.home) .beera-services-page .beera-services-grid{
    margin-top:0!important;
    padding-top:0!important;
  }

  body:not(.home) .beera-services-page .beera-services-grid{
    transform:none!important;
  }
}

/* v3.6.70 — Mobile providers page: compact cards and no trailing empty space */
@media (max-width: 760px) {
  body.page-template-page-providers .lp-page-clean,
  body.page-template-page-agents .lp-page-clean,
  body.page-template-page-individuals .lp-page-clean {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
  }
  body.page-template-page-providers .lpc-providers-wrap,
  body.page-template-page-agents .lpc-providers-wrap,
  body.page-template-page-individuals .lpc-providers-wrap {
    margin-bottom: 0 !important;
  }
  body.page-template-page-providers main,
  body.page-template-page-agents main,
  body.page-template-page-individuals main {
    min-height: 0 !important;
  }
}

/* v3.6.71 — Mobile providers navigation uses Beera orange */
@media (max-width: 760px) {
  body.page-template-page-providers .lp-bottom-nav .lp-post-nav,
  body.page-template-page-agents .lp-bottom-nav .lp-post-nav,
  body.page-template-page-individuals .lp-bottom-nav .lp-post-nav {
    background:#fff!important;
    color:#62676d!important;
  }
  body.page-template-page-providers .lp-bottom-nav a[href*="/providers/"],
  body.page-template-page-agents .lp-bottom-nav a[href*="/providers/"],
  body.page-template-page-individuals .lp-bottom-nav a[href*="/providers/"] {
    background:#F97316!important;
    color:#fff!important;
  }
}


/* =========================================================
   BEERA 3.6.72 — ONE MOBILE BOTTOM NAVIGATION SITE-WIDE
   Uses the exact clean homepage navigation design on every page.
   Removes page-specific blue/orange blocks and keeps only a subtle
   Beera-green active state. Desktop is unchanged.
   ========================================================= */
@media (max-width:760px){
  body.beera-site > .lp-bottom-nav,
  body.home > .lp-bottom-nav,
  body:not(.home) > .lp-bottom-nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:99998!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    width:100%!important;
    height:62px!important;
    min-height:62px!important;
    margin:0!important;
    padding:0 0 env(safe-area-inset-bottom)!important;
    background:#fff!important;
    border:0!important;
    border-top:1px solid #dce5e1!important;
    border-radius:0!important;
    box-shadow:0 -5px 18px rgba(15,45,34,.08)!important;
    overflow:visible!important;
  }

  body.beera-site > .lp-bottom-nav a,
  body.home > .lp-bottom-nav a,
  body:not(.home) > .lp-bottom-nav a,
  body.beera-site > .lp-bottom-nav .lp-post-nav{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:0!important;
    min-height:62px!important;
    margin:0!important;
    padding:6px 2px 5px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    color:#52616a!important;
    font-size:9px!important;
    line-height:1.15!important;
    font-weight:700!important;
    text-align:center!important;
  }

  body.beera-site > .lp-bottom-nav a span,
  body.home > .lp-bottom-nav a span,
  body:not(.home) > .lp-bottom-nav a span{
    display:block!important;
    margin:0 0 2px!important;
    color:inherit!important;
    font-size:21px!important;
    line-height:1!important;
    font-weight:700!important;
  }

  body.beera-site > .lp-bottom-nav a.is-active,
  body.home > .lp-bottom-nav a.is-active,
  body:not(.home) > .lp-bottom-nav a.is-active{
    background:transparent!important;
    color:#10a45f!important;
  }

  /* Override legacy page-specific active navigation blocks. */
  body.page-template-page-providers .lp-bottom-nav a,
  body.page-template-page-agents .lp-bottom-nav a,
  body.page-template-page-individuals .lp-bottom-nav a,
  body.page-template-page-providers .lp-bottom-nav .lp-post-nav,
  body.page-template-page-agents .lp-bottom-nav .lp-post-nav,
  body.page-template-page-individuals .lp-bottom-nav .lp-post-nav,
  body.page-template-page-providers .lp-bottom-nav a[href*="/providers/"],
  body.page-template-page-agents .lp-bottom-nav a[href*="/providers/"],
  body.page-template-page-individuals .lp-bottom-nav a[href*="/providers/"]{
    background:transparent!important;
    color:#52616a!important;
  }

  body.page-template-page-providers .lp-bottom-nav a.is-active,
  body.page-template-page-agents .lp-bottom-nav a.is-active,
  body.page-template-page-individuals .lp-bottom-nav a.is-active{
    color:#10a45f!important;
  }
}


/* Beera 3.6.73 — mobile single-provider profile: exactly two compact service cards in one row */
@media (max-width:760px){
  body.page-template-page-profile .bp-profile-services .lp-services-grid,
  body.page-template-page-profile .bp-profile-services .bp-homepage-card-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    align-items:stretch!important;
  }
  body.page-template-page-profile .bp-profile-services .lp-service-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    border-radius:13px!important;
    border:1px solid #e2e8e4!important;
    overflow:hidden!important;
    box-shadow:0 4px 14px rgba(16,24,40,.06)!important;
  }
  body.page-template-page-profile .bp-profile-services .lp-service-img{
    height:112px!important;
    min-height:112px!important;
    aspect-ratio:auto!important;
  }
  body.page-template-page-profile .bp-profile-services .lp-service-body{
    min-height:0!important;
    padding:9px 8px 10px!important;
  }
  body.page-template-page-profile .bp-profile-services .lp-provider-line{
    grid-template-columns:26px minmax(0,1fr) auto!important;
    gap:7px!important;
    margin-bottom:8px!important;
  }
  body.page-template-page-profile .bp-profile-services .lp-provider-line img{width:26px!important;height:26px!important}
  body.page-template-page-profile .bp-profile-services .lp-provider-name{font-size:9.5px!important}
  body.page-template-page-profile .bp-profile-services .lp-provider-line small{font-size:8px!important}
  body.page-template-page-profile .bp-profile-services .lp-service-title{
    min-height:34px!important;
    margin:0 0 9px!important;
    font-size:10.5px!important;
    line-height:1.35!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  body.page-template-page-profile .bp-profile-services .lp-card-footer{padding-top:8px!important}
  body.page-template-page-profile .bp-profile-services .lp-card-footer span{font-size:8px!important;margin-bottom:3px!important}
  body.page-template-page-profile .bp-profile-services .lp-card-footer strong{font-size:10.5px!important}
  body.page-template-page-profile .bp-profile-services .lp-save-btn{right:7px!important;top:5px!important;font-size:23px!important}
  body.page-template-page-profile .bp-profile-services .lp-img-promo-badge{font-size:8px!important;padding:4px 6px!important}
  body.page-template-page-profile .bp-profile-services .lp-mobile-verified-badge{font-size:8px!important;padding:4px 6px!important}
}


/* =========================================================
   BEERA 3.6.74 — PROFESSIONAL MARKETPLACE DESIGN SYSTEM
   Theme presentation only. Core account/payment logic untouched.
   ========================================================= */
:root{
  --beera-green:#118a4e;
  --beera-green-dark:#08723d;
  --beera-green-soft:#ecf8f1;
  --beera-orange:#f47a13;
  --beera-blue:#2366db;
  --beera-ink:#121c2f;
  --beera-muted:#667085;
  --beera-line:#dfe7e3;
  --beera-surface:#ffffff;
  --beera-bg:#f5f8f6;
  --beera-radius:16px;
}

/* Grow Your Business / Pricing */
.bgp-page{background:var(--beera-bg);color:var(--beera-ink);padding-bottom:70px}
.bgp-wrap{width:min(1420px,calc(100% - 40px));margin:0 auto}
.bgp-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#073c26 0%,#0d7f48 58%,#14a45f 100%);color:#fff;padding:72px 0 62px}
.bgp-hero:after{content:"";position:absolute;right:-130px;top:-180px;width:560px;height:560px;border-radius:50%;border:100px solid rgba(255,255,255,.055)}
.bgp-hero .bgp-wrap{position:relative;z-index:1;max-width:980px;text-align:center}
.bgp-kicker,.bgp-section-head>span{display:inline-block;font-size:12px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase}
.bgp-hero .bgp-kicker{color:#bdf5d4}
.bgp-hero h1{max-width:900px;margin:13px auto 16px!important;color:#fff!important;font-size:48px!important;line-height:1.08!important;letter-spacing:-1.7px!important}
.bgp-hero p{max-width:760px;margin:0 auto;color:#e3f5eb;font-size:18px;line-height:1.7}
.bgp-hero-actions{display:flex;justify-content:center;gap:12px;margin-top:28px}
.bgp-btn{min-height:50px;padding:0 22px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;font-weight:850;text-decoration:none!important}
.bgp-btn.primary{background:var(--beera-orange);color:#fff!important;box-shadow:0 10px 25px rgba(91,40,3,.22)}
.bgp-btn.secondary{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.36);color:#fff!important}
.bgp-btn.light{background:#fff;color:var(--beera-green-dark)!important}
.bgp-trust-row{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-top:27px;color:#e5f8ed;font-size:13px;font-weight:700}.bgp-trust-row b{color:#9df1bf;margin-right:5px}
.bgp-plans,.bgp-compare,.bgp-verified-compare{padding:68px 0 0}
.bgp-section-head{text-align:center;max-width:760px;margin:0 auto 31px}.bgp-section-head>span{color:var(--beera-green)}.bgp-section-head h2{margin:8px 0 9px!important;font-size:34px!important;color:var(--beera-ink)!important;letter-spacing:-.8px!important}.bgp-section-head p{margin:0;color:var(--beera-muted);font-size:15px;line-height:1.65}.bgp-section-head.compact{margin-bottom:24px}
.bgp-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.bgp-plan{--plan:#118a4e;--plan-soft:#edf9f2;display:flex;flex-direction:column;background:#fff;border:1px solid var(--beera-line);border-radius:20px;overflow:hidden;box-shadow:0 14px 40px rgba(18,28,47,.065)}
.bgp-plan.boosted{--plan:#2366db;--plan-soft:#edf3ff}.bgp-plan.featured{--plan:#ef7b09;--plan-soft:#fff5e8}
.bgp-plan-top{display:flex;align-items:center;gap:14px;padding:22px 23px;background:linear-gradient(135deg,var(--plan),color-mix(in srgb,var(--plan) 80%,#000));color:#fff}
.bgp-plan-icon{width:52px;height:52px;flex:0 0 52px;border-radius:50%;background:rgba(255,255,255,.95);position:relative}.bgp-plan-icon:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:var(--plan);font-size:25px;font-weight:950}.boosted .bgp-plan-icon:after{content:"↗"}.featured .bgp-plan-icon:after{content:"★"}
.bgp-plan-top small,.bgp-plan-top h3,.bgp-plan-top strong{display:block}.bgp-plan-top small{font-size:10px;text-transform:uppercase;letter-spacing:1px;opacity:.86}.bgp-plan-top h3{margin:3px 0 1px!important;color:#fff!important;font-size:23px!important}.bgp-plan-top strong{font-size:12px}
.bgp-plan-description{min-height:94px;margin:0;padding:19px 23px 12px;color:#344054;font-size:14px;line-height:1.55}
.bgp-feature-list{list-style:none;margin:0;padding:0 23px 18px;flex:1}.bgp-feature-list li{position:relative;padding:9px 0 9px 28px;border-bottom:1px solid #edf1ef;font-size:13px;font-weight:650}.bgp-feature-list li:before{content:"✓";position:absolute;left:0;top:8px;width:19px;height:19px;border-radius:50%;background:var(--plan);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}
.bgp-price-title{text-align:center;border-top:1px solid var(--beera-line);padding:15px 12px 11px;color:var(--plan);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}
.bgp-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 13px 15px}.bgp-price{min-width:0;text-align:center;background:var(--plan-soft);border:1px solid color-mix(in srgb,var(--plan) 25%,#fff);border-radius:12px;padding:12px 5px}.bgp-price span,.bgp-price strong,.bgp-price small{display:block}.bgp-price span{font-size:10px;font-weight:850;color:var(--plan);text-transform:uppercase}.bgp-price strong{margin:7px 0 4px;font-size:17px;line-height:1.15;color:var(--beera-ink)}.bgp-price small{font-size:9px;color:var(--beera-muted)}
.bgp-plan-button{margin:0 13px 14px;min-height:47px;border-radius:11px;background:var(--plan);color:#fff!important;display:flex;align-items:center;justify-content:center;text-decoration:none!important;font-size:13px;font-weight:900}
.bgp-compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.bgp-compare-grid article{background:#fff;border:1px solid var(--beera-line);border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(18,28,47,.045)}.bgp-compare-grid article>span{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef4ef;color:var(--beera-green-dark);font-size:10px;font-weight:900;text-transform:uppercase}.bgp-compare-grid article>span.boosted{background:#edf3ff;color:var(--beera-blue)}.bgp-compare-grid article>span.featured{background:#fff2df;color:#d66700}.bgp-compare-grid h3{margin:13px 0 7px!important;font-size:20px!important}.bgp-compare-grid p{color:var(--beera-muted);font-size:13px;line-height:1.6}.bgp-compare-grid ul{list-style:none;margin:15px 0 0;padding:0}.bgp-compare-grid li{padding:7px 0;font-size:13px;font-weight:700}.bgp-compare-grid li:before{content:"✓";color:var(--beera-green);margin-right:8px}
.bgp-verified-box{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:center;background:#fff;border:1px solid var(--beera-line);border-radius:22px;padding:34px;box-shadow:0 14px 40px rgba(18,28,47,.055)}.bgp-verified-box h2{margin:10px 0!important;font-size:30px!important}.bgp-verified-box>div>p{color:var(--beera-muted);line-height:1.65}.bgp-check-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bgp-check-columns>div{border:1px solid var(--beera-line);border-radius:15px;padding:18px}.bgp-check-columns>div.verified{background:var(--beera-green-soft);border-color:#bfe4ce}.bgp-check-columns h3{margin:0 0 12px!important;font-size:17px!important}.bgp-check-columns span{display:block;padding:7px 0;font-size:12px;font-weight:700}.bgp-check-columns .off{color:#98a2b3}
.bgp-final-cta{margin-top:68px;background:linear-gradient(135deg,#0a6f3d,#119153);color:#fff}.bgp-final-cta .bgp-wrap{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:34px 0}.bgp-final-cta span{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:#bff4d5}.bgp-final-cta h2{max-width:800px;margin:5px 0 0!important;color:#fff!important;font-size:27px!important}

/* Refined provider profile and consistent service catalogue */
.bp-section-kicker{display:block;margin-bottom:5px;color:var(--beera-green);font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase}
.bp-view-all{align-self:center;display:inline-flex;min-height:38px;padding:0 13px;border:1px solid #cfe2d7;border-radius:9px;align-items:center;color:var(--beera-green-dark)!important;font-size:12px;font-weight:850;white-space:nowrap}
.bp-meta-item{display:inline-flex;align-items:center;gap:7px}.bp-meta-location i{width:13px;height:13px;border:2px solid currentColor;border-radius:50% 50% 50% 0;transform:rotate(-45deg);position:relative}.bp-meta-location i:after{content:"";position:absolute;width:3px;height:3px;border-radius:50%;background:currentColor;left:3px;top:3px}

@media(max-width:760px){
  .bgp-page{padding-bottom:76px}.bgp-wrap{width:calc(100% - 22px)}.bgp-hero{padding:34px 0 30px}.bgp-hero:after{width:300px;height:300px;right:-150px;top:-115px;border-width:55px}.bgp-hero h1{font-size:29px!important;letter-spacing:-.8px!important}.bgp-hero p{font-size:14px;line-height:1.6}.bgp-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:21px}.bgp-btn{min-height:44px;padding:0 10px;font-size:11px}.bgp-trust-row{display:grid;grid-template-columns:1fr;gap:7px;margin-top:19px;text-align:left;padding-left:8px;font-size:11px}.bgp-plans,.bgp-compare,.bgp-verified-compare{padding-top:34px}.bgp-section-head{margin-bottom:19px}.bgp-section-head h2{font-size:24px!important}.bgp-section-head p{font-size:12px}.bgp-plan-grid{grid-template-columns:1fr;gap:14px}.bgp-plan{border-radius:16px;box-shadow:0 8px 24px rgba(18,28,47,.055)}.bgp-plan-top{padding:17px}.bgp-plan-icon{width:44px;height:44px;flex-basis:44px}.bgp-plan-top h3{font-size:20px!important}.bgp-plan-description{min-height:0;padding:15px 17px 8px;font-size:12px}.bgp-feature-list{display:grid;grid-template-columns:1fr 1fr;column-gap:12px;padding:0 17px 14px}.bgp-feature-list li{padding:7px 0 7px 23px;font-size:10.5px}.bgp-feature-list li:before{top:6px;width:16px;height:16px;font-size:9px}.bgp-price-grid{gap:6px;padding:0 9px 11px}.bgp-price{padding:10px 3px;border-radius:9px}.bgp-price strong{font-size:14px}.bgp-plan-button{margin:0 9px 10px;min-height:43px}.bgp-compare-grid{grid-template-columns:1fr;gap:10px}.bgp-compare-grid article{padding:17px}.bgp-verified-box{grid-template-columns:1fr;gap:19px;padding:20px 15px;border-radius:17px}.bgp-verified-box h2{font-size:23px!important}.bgp-check-columns{gap:8px}.bgp-check-columns>div{padding:13px 10px}.bgp-check-columns h3{font-size:14px!important}.bgp-check-columns span{font-size:9.5px}.bgp-final-cta{margin-top:35px}.bgp-final-cta .bgp-wrap{display:block;padding:25px 0;text-align:center}.bgp-final-cta h2{font-size:21px!important}.bgp-final-cta .bgp-btn{margin-top:16px;width:100%}

  body.page-template-page-profile .bp-page{background:#f4f7f5!important;padding:8px 0 78px!important}
  body.page-template-page-profile .bp-shell{width:100%!important}
  body.page-template-page-profile .bp-layout{display:block!important}
  body.page-template-page-profile .bp-content{display:flex!important;flex-direction:column!important;gap:10px!important}
  body.page-template-page-profile .bp-card{border-radius:0!important;border-left:0!important;border-right:0!important;box-shadow:none!important}
  body.page-template-page-profile .bp-profile-hero{padding:23px 16px 18px!important;background:linear-gradient(180deg,#eaf7ef 0,#fff 52%)!important}
  body.page-template-page-profile .bp-avatar{width:116px!important;height:116px!important;border-width:4px!important;box-shadow:0 10px 28px rgba(8,74,39,.16)!important}
  body.page-template-page-profile .bp-avatar>span{font-size:44px!important}
  body.page-template-page-profile .bp-presence{padding:5px 10px!important;font-size:9px!important}
  body.page-template-page-profile .bp-name-row h1{font-size:22px!important;line-height:1.2!important}
  body.page-template-page-profile .bp-verified-tick{width:22px!important;height:22px!important;font-size:12px!important}
  body.page-template-page-profile .bp-meta-line{margin-top:7px!important;gap:7px 16px!important;font-size:10.5px!important}
  body.page-template-page-profile .bp-quick-stats{grid-template-columns:repeat(3,1fr)!important;gap:6px!important;margin:15px 0 13px!important;text-align:center!important}
  body.page-template-page-profile .bp-quick-stats>div{display:block!important;padding:10px 4px!important;border:1px solid #e1ebe5!important;border-radius:11px!important;background:#fff!important}
  body.page-template-page-profile .bp-stat-icon{width:28px!important;height:28px!important;margin:0 auto 5px!important;font-size:13px!important}
  body.page-template-page-profile .bp-quick-stats small{font-size:8px!important}.bp-quick-stats strong{font-size:9.5px!important}
  body.page-template-page-profile .bp-actions{grid-template-columns:repeat(3,1fr)!important;gap:7px!important}
  body.page-template-page-profile .bp-action{min-height:42px!important;border-radius:10px!important;font-size:11px!important;box-shadow:none!important}
  body.page-template-page-profile .bp-details-card{margin-top:0!important}
  body.page-template-page-profile .bp-tabs{height:48px!important;padding:0 10px!important;gap:3px!important;background:#fff!important}
  body.page-template-page-profile .bp-tabs a{height:48px!important;padding:0 9px!important;font-size:10px!important}
  body.page-template-page-profile .bp-section{padding:18px 12px!important}
  body.page-template-page-profile .bp-section h2{font-size:18px!important;text-align:left!important}
  body.page-template-page-profile .bp-section>p,.bp-section-head p{font-size:11px!important;line-height:1.55!important}
  body.page-template-page-profile .bp-summary-grid{grid-template-columns:repeat(4,1fr)!important;gap:6px!important;margin-top:13px!important}
  body.page-template-page-profile .bp-summary-grid>div{display:block!important;text-align:center!important;padding:10px 3px!important;border-radius:10px!important}
  body.page-template-page-profile .bp-summary-grid>div>span{font-size:16px!important}.bp-summary-grid strong{font-size:12px!important}.bp-summary-grid small{font-size:7.5px!important}
  body.page-template-page-profile .bp-profile-services .bp-section-head{align-items:center!important;margin-bottom:12px!important}
  body.page-template-page-profile .bp-view-all{min-height:32px!important;font-size:9px!important;padding:0 9px!important}
  body.page-template-page-profile .bp-profile-services .lp-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  body.page-template-page-profile .bp-profile-services .lp-service-card{border-radius:12px!important;background:#fff!important;border:1px solid #dfe8e3!important;box-shadow:0 5px 15px rgba(20,45,32,.065)!important}
  body.page-template-page-profile .bp-profile-services .lp-service-img{height:105px!important;min-height:105px!important}
  body.page-template-page-profile .bp-profile-services .lp-service-body{min-height:150px!important;padding:8px!important}
  body.page-template-page-profile .bp-profile-services .lp-provider-line{grid-template-columns:24px minmax(0,1fr)!important;gap:6px!important;margin-bottom:7px!important}
  body.page-template-page-profile .bp-profile-services .lp-provider-line img{width:24px!important;height:24px!important}
  body.page-template-page-profile .bp-profile-services .lp-provider-name{font-size:8.5px!important}
  body.page-template-page-profile .bp-profile-services .lp-provider-line small{font-size:7px!important}
  body.page-template-page-profile .bp-profile-services .lp-service-title{min-height:31px!important;margin-bottom:7px!important;font-size:9.8px!important;line-height:1.35!important;font-weight:700!important}
  body.page-template-page-profile .bp-profile-services .lp-card-footer{display:block!important;padding-top:7px!important}
  body.page-template-page-profile .bp-profile-services .lp-card-footer span{font-size:7px!important}.bp-profile-services .lp-card-footer strong{display:block!important;margin-top:2px!important;font-size:10px!important;color:var(--beera-green-dark)!important}
  body.page-template-page-profile .bp-gallery{gap:7px!important}.bp-gallery img{height:118px!important}
  body.page-template-page-profile .bp-sidebar{display:grid!important;gap:10px!important;margin-top:10px!important}
  body.page-template-page-profile .bp-trust-card,body.page-template-page-profile .bp-overview-card,body.page-template-page-profile .bp-safety-card{padding:17px 14px!important;border-radius:0!important}
}

/* ==============================================================
   BEERA 3.6.75 — GLOBAL TRUST & PROMOTION BADGE SYSTEM
   One visual language across mobile and desktop.
   ============================================================== */
:root{
  --beera-badge-green:#149553;
  --beera-badge-green-dark:#087a3e;
  --beera-badge-green-soft:#eaf8f0;
}

/* TikTok-style scalloped verification mark, in Beera green. */
.lp-facebook-verified,
.lp-verified-dot,
.bp-verified-tick,
.bp-tick,
.beera-verified-tick,
.lpc-verified-tick{
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  width:17px!important;
  height:17px!important;
  min-width:17px!important;
  min-height:17px!important;
  margin-left:4px!important;
  border:0!important;
  border-radius:0!important;
  clip-path:polygon(50% 0%,61% 12%,78% 8%,83% 24%,100% 31%,92% 48%,100% 65%,82% 73%,78% 91%,61% 87%,50% 100%,39% 87%,22% 92%,18% 74%,0% 66%,8% 49%,0% 32%,18% 25%,22% 8%,39% 13%)!important;
  background:var(--beera-badge-green)!important;
  color:#fff!important;
  font-family:Arial,sans-serif!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:1000!important;
  line-height:1!important;
  text-indent:0!important;
  box-shadow:0 2px 6px rgba(8,122,62,.24)!important;
  vertical-align:middle!important;
}
.lp-facebook-verified--large,
.bp-verified-tick,
.bp-tick{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  min-height:24px!important;
  font-size:13px!important;
}

/* Verified label placed over service images. */
.lp-mobile-verified-badge{
  background:var(--beera-badge-green)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.65)!important;
  box-shadow:0 5px 14px rgba(8,122,62,.25)!important;
}
.lp-mobile-verified-badge b{
  display:inline-grid!important;
  place-items:center!important;
  width:14px!important;
  height:14px!important;
  clip-path:polygon(50% 0%,61% 12%,78% 8%,83% 24%,100% 31%,92% 48%,100% 65%,82% 73%,78% 91%,61% 87%,50% 100%,39% 87%,22% 92%,18% 74%,0% 66%,8% 49%,0% 32%,18% 25%,22% 8%,39% 13%)!important;
  background:#fff!important;
  color:var(--beera-badge-green)!important;
  font-size:9px!important;
}

/* Boosted and Featured now use one Beera-green promotion language. */
.lp-img-featured,
.lp-img-boosted,
.lp-card-badge.featured,
.lp-card-badge.boosted,
.lp-card-badge.is-featured,
.lp-card-badge.is-boosted,
.lpc-provider-badge.featured,
.lpc-provider-badge.boosted,
.lp-mini-good{
  background:var(--beera-badge-green)!important;
  color:#fff!important;
  border-color:var(--beera-badge-green)!important;
}
.lp-img-promo-badge{
  border:1px solid rgba(255,255,255,.35)!important;
  box-shadow:0 4px 12px rgba(8,122,62,.22)!important;
}
.lp-service-card.is-featured,
.lp-service-card.is-boosted{
  border-color:rgba(20,149,83,.38)!important;
}

/* Active promotion indicators in My Services / dashboard. */
.lp-promo-box.boosted .lp-promo-head strong,
.lp-promo-box.featured .lp-promo-head strong,
.lp-promo-box.boosted .lp-promo-head span,
.lp-promo-box.featured .lp-promo-head span{
  color:var(--beera-badge-green-dark)!important;
}
.lp-promo-box.boosted,
.lp-promo-box.featured{
  border-color:#ccebd9!important;
  background:linear-gradient(180deg,#fff 0%,#f4fbf7 100%)!important;
}
.lp-promo-box.boosted .lp-pay-option,
.lp-promo-box.featured .lp-pay-option{
  border-color:#b9e3ca!important;
  color:var(--beera-badge-green-dark)!important;
}
.lp-promo-box.boosted .lp-pay-option:hover,
.lp-promo-box.featured .lp-pay-option:hover{
  background:var(--beera-badge-green)!important;
  border-color:var(--beera-badge-green)!important;
  color:#fff!important;
}

@media(max-width:760px){
  .lp-facebook-verified,
  .lp-verified-dot,
  .beera-verified-tick,
  .lpc-verified-tick{
    width:15px!important;
    height:15px!important;
    min-width:15px!important;
    min-height:15px!important;
    font-size:9px!important;
    margin-left:3px!important;
  }
  .bp-verified-tick,
  .bp-tick{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    min-height:22px!important;
    font-size:12px!important;
  }
}


/* =========================================================
   BEERA 3.6.76 — SERVICES CATALOGUE CLEAN START + INFINITE SCROLL
   Removes the redundant archive hero on every device and lets the
   service grid begin immediately below the existing site navigation.
   ========================================================= */
body:not(.home) .beera-services-page{
  margin:0!important;
  padding-top:0!important;
  min-height:0!important;
}

body:not(.home) .beera-services-page .beera-services-desktop,
body:not(.home) .beera-services-page .lp-container,
body:not(.home) .beera-services-page .beera-services-grid{
  margin-top:0!important;
}

body:not(.home) .beera-services-page .beera-services-desktop{
  padding-top:0!important;
}

body:not(.home) .beera-services-page .beera-services-grid{
  padding-top:12px!important;
}

body:not(.home) .beera-services-page.is-infinite-ready .beera-services-pagination{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.beera-services-scroll-loader{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin:8px 0 18px;
  color:#65716b;
  font-size:13px;
  font-weight:800;
  text-align:center;
}

.beera-services-scroll-loader:empty{
  min-height:20px;
  margin:0;
}

.beera-services-scroll-loader.is-loading::before{
  content:"";
  width:19px;
  height:19px;
  flex:0 0 19px;
  border:2px solid #d9ebe1;
  border-top-color:#0a9f55;
  border-radius:50%;
  animation:beeraServicesSpin .7s linear infinite;
}

.beera-services-load-more{
  min-height:42px;
  padding:0 22px;
  border:0;
  border-radius:12px;
  background:#0a9f55;
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

@media (max-width:760px){
  body:not(.home) .beera-services-page .beera-services-grid{
    padding-top:0!important;
  }

  .beera-services-scroll-loader{
    min-height:40px;
    margin:4px 0 0;
    padding-bottom:calc(4px + env(safe-area-inset-bottom));
    font-size:11px;
  }

  .beera-services-scroll-loader:empty{
    display:none;
    min-height:0;
    height:0;
    margin:0;
    padding:0;
  }
}


/* =========================================================
   BEERA 3.6.77 — SERVICES PAGE CLEAN ENDING
   Removes the inherited archive bottom padding and empty loader
   footprint so the footer follows the final service card directly.
   ========================================================= */
body:not(.home) .beera-services-page{
  padding-bottom:0!important;
  margin-bottom:0!important;
}

body:not(.home) .beera-services-page .beera-services-desktop,
body:not(.home) .beera-services-page .lp-container,
body:not(.home) .beera-services-page .beera-services-grid{
  padding-bottom:0!important;
  margin-bottom:0!important;
  min-height:0!important;
}

body:not(.home) .beera-services-page .beera-services-scroll-loader:empty{
  display:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}


@media (max-width:760px){
  body:not(.home) .beera-services-page{
    padding-bottom:calc(62px + env(safe-area-inset-bottom))!important;
  }
}


/* v3.6.78 — Providers directory: centered Beera presentation */
body.page-template-page-providers .lpc-providers-hero,
body.page-template-page-agents .lpc-providers-hero,
body.page-template-page-individuals .lpc-providers-hero{
  background:#fff!important;
  color:#1F2937!important;
  border:1px solid rgba(10,155,86,.18)!important;
  box-shadow:0 12px 34px rgba(15,35,49,.08)!important;
  text-align:center!important;
  justify-content:center!important;
}
body.page-template-page-providers .lpc-providers-hero h1,
body.page-template-page-agents .lpc-providers-hero h1,
body.page-template-page-individuals .lpc-providers-hero h1{color:#1F2937!important;text-align:center!important}
body.page-template-page-providers .lpc-providers-hero p,
body.page-template-page-agents .lpc-providers-hero p,
body.page-template-page-individuals .lpc-providers-hero p{color:#64748B!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}
body.page-template-page-providers .lpc-provider-tabs,
body.page-template-page-agents .lpc-provider-tabs,
body.page-template-page-individuals .lpc-provider-tabs{justify-content:center!important}
body.page-template-page-providers .lpc-provider-tabs a.active,
body.page-template-page-agents .lpc-provider-tabs a.active,
body.page-template-page-individuals .lpc-provider-tabs a.active{background:#0A9B56!important;border-color:#0A9B56!important;color:#fff!important}
@media(max-width:760px){
  body.page-template-page-providers .lpc-provider-tabs,
  body.page-template-page-agents .lpc-provider-tabs,
  body.page-template-page-individuals .lpc-provider-tabs{justify-content:flex-start!important}
}


/* =========================================================
   Beera guest access screens — My Services + Dashboard
   Separate desktop and mobile compositions
   ========================================================= */
.beera-guest-access{background:#f5f8f6;color:#182331;padding:56px 20px 72px;min-height:calc(100vh - 180px)}
.beera-guest-access__desktop{display:block;max-width:1180px;margin:0 auto}
.beera-guest-access__mobile{display:none}
.beera-guest-access__panel{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);overflow:hidden;background:#fff;border:1px solid #dfe8e3;border-radius:28px;box-shadow:0 24px 60px rgba(18,45,33,.10)}
.beera-guest-access__story{position:relative;padding:64px 62px;background:linear-gradient(145deg,#087a45 0%,#11945a 100%);color:#fff;min-height:520px}
.beera-guest-access__story:after{content:"";position:absolute;right:-84px;bottom:-110px;width:310px;height:310px;border-radius:50%;background:rgba(255,255,255,.08)}
.beera-guest-access__brand{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:32px}
.beera-guest-access__brand-mark{width:38px;height:38px;border-radius:13px;background:#fff;color:#087a45;display:grid;place-items:center;font-size:20px;font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.12)}
.beera-guest-access__story h1{max-width:590px;margin:0 0 18px;font-size:48px;line-height:1.08;letter-spacing:-.035em;color:#fff}
.beera-guest-access__story>p{max-width:570px;margin:0;color:rgba(255,255,255,.88);font-size:19px;line-height:1.65}
.beera-guest-access__benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:44px;position:relative;z-index:1}
.beera-guest-access__benefit{padding:18px 16px;border:1px solid rgba(255,255,255,.22);border-radius:18px;background:rgba(255,255,255,.10);backdrop-filter:blur(8px)}
.beera-guest-access__benefit strong{display:block;margin-bottom:5px;font-size:15px;color:#fff}
.beera-guest-access__benefit span{display:block;font-size:13px;line-height:1.45;color:rgba(255,255,255,.77)}
.beera-guest-access__action{display:flex;flex-direction:column;justify-content:center;padding:64px 58px;background:#fff}
.beera-guest-access__eyebrow{display:inline-flex;align-items:center;align-self:flex-start;padding:7px 11px;border-radius:999px;background:#fff4e9;color:#b75400;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.beera-guest-access__action h2{margin:0 0 12px;font-size:34px;line-height:1.15;letter-spacing:-.025em;color:#182331}
.beera-guest-access__action p{margin:0 0 28px;color:#637083;font-size:16px;line-height:1.65}
.beera-guest-access__buttons{display:grid;gap:12px}
.beera-guest-access__btn{display:flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:15px;font-size:16px;font-weight:800;text-align:center;transition:transform .18s ease,box-shadow .18s ease}
.beera-guest-access__btn:hover{transform:translateY(-1px)}
.beera-guest-access__btn--primary{background:#0b8a4f;color:#fff;box-shadow:0 12px 26px rgba(11,138,79,.22)}
.beera-guest-access__btn--secondary{background:#fff8f1;color:#b75400;border:1px solid #f3b477}
.beera-guest-access__note{margin-top:18px;padding-top:18px;border-top:1px solid #edf1ef;color:#7a8493;font-size:13px;line-height:1.5;text-align:center}

@media(max-width:700px){
  .beera-guest-access{padding:14px 14px calc(96px + env(safe-area-inset-bottom));min-height:calc(100vh - 126px);background:#f5f8f6}
  .beera-guest-access__desktop{display:none}
  .beera-guest-access__mobile{display:block;max-width:480px;margin:0 auto}
  .beera-guest-mobile-card{overflow:hidden;background:#fff;border:1px solid #e1e9e4;border-radius:24px;box-shadow:0 16px 38px rgba(18,45,33,.09)}
  .beera-guest-mobile-card__hero{position:relative;padding:28px 22px 30px;text-align:center;background:linear-gradient(150deg,#087a45,#109559);color:#fff}
  .beera-guest-mobile-card__hero:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-70px;top:-70px;background:rgba(255,255,255,.09)}
  .beera-guest-mobile-card__mark{width:58px;height:58px;margin:0 auto 17px;border-radius:19px;background:#fff;color:#087a45;display:grid;place-items:center;font-size:28px;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.16)}
  .beera-guest-mobile-card__hero h1{margin:0 0 9px;font-size:27px;line-height:1.16;letter-spacing:-.025em;color:#fff;text-align:center}
  .beera-guest-mobile-card__hero p{margin:0 auto;max-width:330px;color:rgba(255,255,255,.86);font-size:14px;line-height:1.55;text-align:center}
  .beera-guest-mobile-card__body{padding:20px 18px 19px}
  .beera-guest-mobile-card__body h2{margin:0 0 7px;font-size:19px;line-height:1.25;text-align:center;color:#182331}
  .beera-guest-mobile-card__body>p{margin:0 0 17px;color:#6b7686;font-size:13.5px;line-height:1.5;text-align:center}
  .beera-guest-mobile-card__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 18px}
  .beera-guest-mobile-card__feature{padding:10px 5px;border-radius:13px;background:#f4f8f6;text-align:center;color:#445064;font-size:11.5px;font-weight:700;line-height:1.3}
  .beera-guest-mobile-card__actions{display:grid;gap:10px}
  .beera-guest-mobile-card__actions .beera-guest-access__btn{min-height:49px;border-radius:14px;font-size:15px}
  .beera-guest-mobile-card__switch{margin:15px 0 0;text-align:center;color:#7a8493;font-size:12px;line-height:1.45}
  .beera-guest-mobile-card__switch a{color:#0b8a4f;font-weight:800}
}


/* Beera 3.6.89 — checkout-only clean ending. */
body.beera-checkout-page .site-content,
body.beera-checkout-page .site-main,
body.beera-checkout-page main,
body.beera-checkout-page .content-area,
body.beera-checkout-page .entry-content{min-height:0!important;height:auto!important;margin-bottom:0!important;padding-bottom:0!important}
body.beera-checkout-page > .beera-market-footer{margin-top:0!important}


/* Beera 3.6.90 — order payment endpoint compatibility. */
body.beera-order-pay-page .site-content,body.beera-order-pay-page .site-main,body.beera-order-pay-page main,body.beera-order-pay-page .content-area,body.beera-order-pay-page .entry-content{min-height:0!important;height:auto!important;margin-bottom:0!important;padding-bottom:0!important}
body.beera-order-pay-page .beera-market-footer{margin-top:0!important}

/* Beera 3.6.91 — compatible with compact Core v3.3.58 payment typography. */


/* Desktop-only animated compact partner strip */
.beera-desktop-partners{display:none}
@media (min-width:901px){
  .beera-desktop-partners{
    display:block;
    padding:20px 28px 22px;
    background:#fff;
    border-top:1px solid #edf1ee;
    border-bottom:1px solid #edf1ee;
    overflow:hidden;
  }
  .beera-partners-inner{width:min(1180px,100%);margin:0 auto}
  .beera-partners-heading{display:block;margin:0 auto 13px;text-align:center;max-width:760px}
  .beera-partners-heading>span{display:none}
  .beera-partners-heading h2{margin:0 0 5px;color:#17221b;font-size:22px;line-height:1.15;font-weight:850;letter-spacing:-.025em}
  .beera-partners-heading p{margin:0;color:#657169;font-size:12.5px;line-height:1.45;white-space:normal}
  .beera-partners-grid{
    display:flex;
    flex-wrap:nowrap;
    gap:9px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:2px 2px 5px;
    scroll-behavior:smooth;
    scrollbar-width:none;
    -ms-overflow-style:none;
    -webkit-overflow-scrolling:touch;
  }
  .beera-partners-grid::-webkit-scrollbar{display:none}
  .beera-partner-card{
    flex:0 0 112px;
    min-width:112px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px 10px;
    border:1px solid #e5eae7;
    border-radius:10px;
    background:#fff;
    box-shadow:0 3px 10px rgba(18,38,27,.035);
    text-decoration:none;
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
  }
  .beera-partner-card:hover,.beera-partner-card:focus-visible{transform:translateY(-2px);border-color:#b9d5c4;box-shadow:0 7px 16px rgba(18,38,27,.075)}
  .beera-partner-card .partner-logo{display:flex;align-items:center;justify-content:center;min-height:0;margin:0}
  .beera-partner-card .partner-logo b{font-size:17px;line-height:1;font-weight:900;letter-spacing:-.04em;white-space:nowrap}
  .beera-partner-card small{display:none}
  .partner-mtn .partner-logo{width:50px;height:29px;border:2px solid #111;border-radius:50%;background:#ffcb05;color:#111}
  .partner-mtn .partner-logo b{font-size:14px;letter-spacing:-.08em}
  .partner-airtel .partner-logo b{color:#e60012;font-size:19px;font-style:italic;letter-spacing:-.08em}
  .partner-fufa .partner-logo b{color:#126a38;font-size:18px;letter-spacing:.03em}
  .partner-bubu .partner-logo b{color:#f2a900;font-size:17px;letter-spacing:.05em;text-shadow:.5px .5px 0 #222}
  .partner-ict .partner-logo b{color:#16864b;font-size:18px;letter-spacing:.04em}
  .partner-ursb .partner-logo b{color:#0874b9;font-size:18px;letter-spacing:.02em}
  .partner-nike .partner-logo b{color:#111;font-size:19px;font-style:italic;letter-spacing:-.07em}
  .partner-tecno .partner-logo b{color:#087bcb;font-size:17px;letter-spacing:.08em}
  .partner-tesoflix .partner-logo b{color:#e50914;font-size:17px;letter-spacing:-.035em;font-family:Arial Black,Arial,sans-serif}
  .partner-afcon .partner-logo{width:100%;height:100%;overflow:hidden;border-radius:6px;background:#970000}
  .partner-afcon .partner-logo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border:0}
}

/* =========================================================
   Beera Shop v3.6.94 — separate mobile and desktop commerce UI
   ========================================================= */
.beera-shop-page{background:#f6f7f8;min-height:70vh}.beera-shop-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.beera-shop-hero{background:linear-gradient(135deg,#176a4d,#2f926d);color:#fff;padding:42px 0}.beera-shop-hero .beera-shop-shell{display:flex;align-items:center;justify-content:space-between;gap:40px}.beera-shop-kicker{display:inline-block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#dff7eb}.beera-shop-hero h1{margin:0 0 8px;font-size:38px;line-height:1.12;letter-spacing:-.8px}.beera-shop-hero p{margin:0;max-width:650px;font-size:16px;color:rgba(255,255,255,.88)}.beera-list-product{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:9px;background:#f28c28;color:#fff!important;text-decoration:none;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.12)}.beera-shop-content{padding:34px 0 60px}.beera-shop-toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.beera-shop-toolbar h2{margin:0 0 3px;font-size:25px;color:#17221e}.beera-shop-toolbar p{margin:0;color:#66736e;font-size:14px}.beera-product-search{display:flex;width:min(420px,100%);background:#fff;border:1px solid #dfe5e2;border-radius:10px;overflow:hidden}.beera-product-search input{min-width:0;flex:1;height:46px;padding:0 14px;border:0;outline:0;font-size:15px}.beera-product-search button{border:0;padding:0 18px;background:#2f926d;color:#fff;font-weight:800;cursor:pointer}.beera-shop-page ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px!important;margin:0!important;padding:0!important}.beera-shop-page ul.products::before,.beera-shop-page ul.products::after{display:none!important}.beera-shop-page ul.products li.product.beera-product-card{float:none!important;width:auto!important;margin:0!important;padding:0!important;background:#fff;border:1px solid #e3e8e5;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px rgba(31,55,45,.05);transition:transform .18s ease,box-shadow .18s ease}.beera-shop-page ul.products li.product.beera-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(31,55,45,.1)}.beera-product-image{position:relative;display:block;aspect-ratio:1/1;background:#f1f3f2;overflow:hidden}.beera-product-image img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important}.beera-sale-badge{position:absolute;top:10px;left:10px;padding:5px 9px;border-radius:999px;background:#f28c28;color:#fff;font-size:11px;font-weight:900}.beera-product-info{padding:14px}.beera-product-title{display:-webkit-box;min-height:42px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#18231f!important;text-decoration:none;font-size:15px;font-weight:750;line-height:1.4}.beera-product-price{margin:8px 0 12px;color:#207b59;font-size:17px;font-weight:900}.beera-product-price del{color:#8b9691;font-size:12px;font-weight:600}.beera-product-price ins{text-decoration:none}.beera-product-actions{display:flex;gap:8px}.beera-product-actions>a{display:flex!important;align-items:center;justify-content:center;min-height:38px!important;margin:0!important;border-radius:8px!important;text-decoration:none!important;font-size:12px!important;font-weight:800!important}.beera-view-product{flex:1;border:1px solid #dce5e1;color:#2a5b48!important;background:#fff}.beera-product-actions .button{flex:1;padding:0 8px!important;background:#2f926d!important;color:#fff!important;border:0!important}.beera-product-actions .added_to_cart{display:none!important}.beera-shop-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:70px 20px;background:#fff;border:1px solid #e1e6e3;border-radius:12px}.beera-shop-empty strong{font-size:20px}.beera-shop-empty span{margin:6px 0 18px;color:#68746f}.beera-shop-empty a{padding:11px 18px;border-radius:8px;background:#2f926d;color:#fff;text-decoration:none;font-weight:800}.beera-shop-page .woocommerce-pagination{margin-top:32px}.beera-shop-page .woocommerce-pagination ul{border:0!important;display:flex!important;justify-content:center;gap:7px}.beera-shop-page .woocommerce-pagination li{border:0!important}.beera-shop-page .woocommerce-pagination a,.beera-shop-page .woocommerce-pagination span{display:grid!important;place-items:center;min-width:40px;height:40px;border-radius:8px;background:#fff!important;color:#2f5f4d!important;border:1px solid #dfe6e2!important}.beera-shop-page .woocommerce-pagination .current{background:#2f926d!important;color:#fff!important;border-color:#2f926d!important}
@media(max-width:900px){.beera-shop-shell{width:100%;padding:0 14px}.beera-shop-hero{padding:22px 0 20px}.beera-shop-hero .beera-shop-shell{display:block}.beera-shop-kicker{font-size:10px;margin-bottom:5px}.beera-shop-hero h1{font-size:24px;letter-spacing:-.35px;margin-bottom:6px}.beera-shop-hero p{font-size:13px;line-height:1.45}.beera-list-product{width:100%;min-height:44px;margin-top:16px;font-size:14px;border-radius:8px}.beera-shop-content{padding:16px 0 34px}.beera-shop-toolbar{display:block;margin-bottom:14px}.beera-shop-toolbar h2{font-size:19px}.beera-shop-toolbar p{font-size:12px;margin-bottom:12px}.beera-product-search{width:100%;border-radius:8px}.beera-product-search input{height:43px;font-size:14px}.beera-product-search button{padding:0 14px;font-size:13px}.beera-shop-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important}.beera-shop-page ul.products li.product.beera-product-card{border-radius:9px;box-shadow:none}.beera-shop-page ul.products li.product.beera-product-card:hover{transform:none;box-shadow:none}.beera-product-info{padding:10px}.beera-product-title{min-height:38px;font-size:13px;line-height:1.4}.beera-product-price{margin:6px 0 9px;font-size:15px}.beera-product-actions{display:block}.beera-view-product{display:none!important}.beera-product-actions .button{width:100%;min-height:36px!important;font-size:12px!important;border-radius:7px!important}.beera-sale-badge{top:7px;left:7px;padding:4px 7px;font-size:9px}}


/* =========================================================
   BEERA 3.6.97 — CUSTOM VERIFIED-PROVIDER SHOP
   ========================================================= */
.beera-shop-page-custom,.beera-post-product-page,.beera-single-product-page{background:#f6f8f7;min-height:70vh;padding:34px 0 70px}
.beera-shop-shell-custom,.beera-post-product-shell,.beera-single-product{width:min(1180px,calc(100% - 40px));margin:0 auto}
.beera-custom-shop__hero{display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(135deg,#ecf8f2,#fff7ed);border:1px solid #dce9e2;border-radius:22px;padding:34px 38px;margin-bottom:20px}
.beera-custom-shop__hero span,.beera-product-form-head>span{display:inline-block;color:#e86f00;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}
.beera-custom-shop__hero h1,.beera-product-form-head h1{font-size:36px;line-height:1.12;margin:0 0 10px;color:#0b2239;letter-spacing:-.7px}
.beera-custom-shop__hero p,.beera-product-form-head p{margin:0;color:#607186;font-size:16px}
.beera-custom-shop__hero>a{background:#118b55;color:#fff;text-decoration:none;font-weight:800;padding:14px 20px;border-radius:12px;white-space:nowrap}
.beera-custom-shop__search{display:flex;max-width:620px;margin:0 auto 24px;background:#fff;border:1px solid #dde5e1;border-radius:12px;overflow:hidden}
.beera-custom-shop__search input{flex:1;border:0;padding:15px 17px;font-size:15px;outline:0}.beera-custom-shop__search button{border:0;background:#118b55;color:#fff;font-weight:800;padding:0 24px}
.beera-custom-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.beera-custom-product{background:#fff;border:1px solid #e0e7e3;border-radius:16px;overflow:hidden;box-shadow:0 5px 18px rgba(18,51,37,.05);display:flex;flex-direction:column;min-width:0}
.beera-custom-product__image{display:block;aspect-ratio:1/1;background:#f1f4f3;overflow:hidden}.beera-custom-product__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.beera-custom-product:hover .beera-custom-product__image img{transform:scale(1.03)}
.beera-custom-product__body{padding:15px;display:flex;flex-direction:column;flex:1}.beera-custom-product h2{font-size:16px;line-height:1.35;margin:0 0 8px}.beera-custom-product h2 a{color:#10243b;text-decoration:none}.beera-custom-product__price{font-size:18px;font-weight:900;color:#118b55;margin-bottom:9px}.beera-custom-product__seller{font-size:13px;color:#66766f;margin-bottom:14px}.beera-verified-mini{display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#118b55;color:#fff;font-size:10px;font-weight:900;margin-right:5px}
.beera-whatsapp-order{margin-top:auto;display:flex;align-items:center;justify-content:center;background:#25d366;color:#073e21;text-decoration:none;font-weight:900;border-radius:10px;padding:11px 12px}.beera-whatsapp-order:before{content:'◉';margin-right:7px}.beera-shop-empty,.beera-shop-gate{background:#fff;border:1px solid #dfe8e3;border-radius:18px;padding:48px;text-align:center}.beera-shop-gate h2{margin:10px 0;color:#10243b}.beera-shop-gate p{color:#65758a}.beera-shop-gate a{display:inline-block;background:#118b55;color:#fff;text-decoration:none;font-weight:800;padding:12px 18px;border-radius:10px}.beera-shop-lock{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#e7f6ef;color:#118b55;font-size:23px;font-weight:900}
.beera-product-form-wrap{max-width:850px;margin:0 auto}.beera-product-form-head{text-align:center;margin-bottom:26px}.beera-product-form{background:#fff;border:1px solid #dfe8e3;border-radius:20px;padding:30px;box-shadow:0 8px 28px rgba(18,51,37,.05)}.beera-product-form label{display:block;margin-bottom:18px}.beera-product-form label>span{display:block;font-size:14px;font-weight:800;color:#10243b;margin-bottom:7px}.beera-product-form input,.beera-product-form textarea{width:100%;border:1px solid #d8e2dd;border-radius:10px;padding:13px 14px;font:inherit;outline:0}.beera-product-form input:focus,.beera-product-form textarea:focus{border-color:#118b55;box-shadow:0 0 0 3px rgba(17,139,85,.1)}.beera-product-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.beera-product-image-field small{display:block;color:#718077;margin-top:6px}.beera-product-form button{width:100%;border:0;border-radius:11px;padding:14px;background:#ff7315;color:#fff;font-size:16px;font-weight:900;cursor:pointer}.beera-form-error{background:#fff0ed;color:#9a321e;border:1px solid #ffc8bb;border-radius:10px;padding:12px 14px;margin-bottom:15px}
.beera-single-product{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:40px;background:#fff;border:1px solid #dfe8e3;border-radius:22px;padding:30px}.beera-single-product__media{background:#f2f5f3;border-radius:16px;overflow:hidden;min-height:420px}.beera-single-product__media img{width:100%;height:100%;max-height:620px;object-fit:contain;display:block}.beera-single-product__back{display:inline-block;color:#607186;text-decoration:none;margin-bottom:25px}.beera-single-product__label{color:#e86f00;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.beera-single-product h1{font-size:34px;line-height:1.15;color:#10243b;margin:8px 0 12px}.beera-single-product__price{font-size:30px;font-weight:900;color:#118b55;margin-bottom:13px}.beera-single-product__seller{background:#eef8f3;color:#286b4e;border-radius:10px;padding:10px 12px;font-weight:700;margin-bottom:22px}.beera-single-product__seller span{display:inline-grid;place-items:center;background:#118b55;color:#fff;width:19px;height:19px;border-radius:50%;font-size:11px}.beera-single-product__description{color:#53667a;line-height:1.75;margin-bottom:25px}.beera-whatsapp-order--large{font-size:17px;padding:15px}
@media(max-width:900px){.beera-shop-page-custom,.beera-post-product-page,.beera-single-product-page{padding:14px 0 85px}.beera-shop-shell-custom,.beera-post-product-shell,.beera-single-product{width:100%}.beera-custom-shop{padding:0 12px}.beera-custom-shop__hero{border-radius:16px;padding:20px;display:block}.beera-custom-shop__hero h1,.beera-product-form-head h1{font-size:25px}.beera-custom-shop__hero p{font-size:14px}.beera-custom-shop__hero>a{display:block;text-align:center;margin-top:17px}.beera-custom-shop__search{margin-bottom:14px}.beera-custom-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.beera-custom-product{border-radius:12px}.beera-custom-product__body{padding:11px}.beera-custom-product h2{font-size:14px;min-height:38px}.beera-custom-product__price{font-size:15px}.beera-custom-product__seller{font-size:11px}.beera-whatsapp-order{font-size:12px;padding:9px 6px}.beera-post-product-shell{padding:0 12px}.beera-product-form{padding:18px;border-radius:16px}.beera-product-form-row{grid-template-columns:1fr}.beera-shop-gate{margin:0 12px;padding:34px 20px}.beera-single-product{display:block;border-radius:0;border-left:0;border-right:0;padding:12px}.beera-single-product__media{min-height:0;aspect-ratio:1/1;border-radius:14px;margin-bottom:18px}.beera-single-product__back{margin-bottom:14px}.beera-single-product h1{font-size:26px}.beera-single-product__price{font-size:24px}}


/* =========================================================
   BEERA 3.6.99 — CLEAR VERIFIED-ONLY SHOP ACCESS + RANDOM GRID
   ========================================================= */
.beera-product-form-wrap{max-width:980px}
.beera-shop-access-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#ffffff 0%,#f7fbf8 68%,#fff5ea 100%);border:1px solid #dbe7e1;border-radius:24px;padding:46px 52px;text-align:center;box-shadow:0 18px 48px rgba(18,51,37,.08)}
.beera-shop-access-card:before{content:"";position:absolute;inset:auto -70px -85px auto;width:210px;height:210px;border-radius:50%;background:rgba(255,115,21,.08)}
.beera-shop-access-card:after{content:"";position:absolute;inset:-80px auto auto -70px;width:190px;height:190px;border-radius:50%;background:rgba(17,139,85,.07)}
.beera-shop-access-card>*{position:relative;z-index:1}
.beera-shop-access-icon{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 15px;border-radius:20px;background:#e7f6ef;color:#118b55;font-size:29px;font-weight:950;box-shadow:inset 0 0 0 1px rgba(17,139,85,.08)}
.beera-shop-access-kicker{display:inline-block;margin-bottom:8px;color:#e86f00;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.beera-shop-access-card h1{max-width:660px;margin:0 auto 11px;color:#0b2239;font-size:36px;line-height:1.15;letter-spacing:-.7px}
.beera-shop-access-intro{max-width:720px;margin:0 auto 26px;color:#607186;font-size:17px;line-height:1.65}
.beera-shop-access-rules{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 auto 27px;text-align:left}
.beera-shop-access-rules>div{min-width:0;background:#fff;border:1px solid #e1e9e5;border-radius:14px;padding:16px 17px;box-shadow:0 4px 14px rgba(18,51,37,.035)}
.beera-shop-access-rules strong{display:block;margin-bottom:5px;color:#123c2b;font-size:14px;line-height:1.35}
.beera-shop-access-rules span{display:block;color:#6b7a72;font-size:12.5px;line-height:1.5}
.beera-shop-access-primary,.beera-shop-access-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:11px;text-decoration:none!important;font-weight:900;transition:transform .16s ease,box-shadow .16s ease}
.beera-shop-access-primary{padding:0 23px;background:#118b55;color:#fff!important;box-shadow:0 10px 24px rgba(17,139,85,.2)}
.beera-shop-access-primary:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(17,139,85,.24)}
.beera-shop-access-secondary{margin-left:8px;padding:0 18px;border:1px solid #d9e3de;background:#fff;color:#315a48!important}
.beera-shop-access-card--verify .beera-shop-access-icon{background:#fff0e4;color:#f07818}
.beera-shop-access-card--live .beera-shop-access-icon{background:#e8f4ff;color:#1877c9}
.beera-custom-products{grid-auto-flow:row}
@media(max-width:900px){
  .beera-product-form-wrap{max-width:none}
  .beera-shop-access-card{margin:0 12px;padding:28px 18px;border-radius:18px;box-shadow:none}
  .beera-shop-access-icon{width:56px;height:56px;border-radius:17px;font-size:24px;margin-bottom:12px}
  .beera-shop-access-card h1{font-size:25px;letter-spacing:-.35px}
  .beera-shop-access-intro{font-size:14px;line-height:1.55;margin-bottom:18px}
  .beera-shop-access-rules{grid-template-columns:1fr;gap:8px;margin-bottom:20px}
  .beera-shop-access-rules>div{padding:13px 14px;border-radius:12px}
  .beera-shop-access-rules strong{font-size:13px}
  .beera-shop-access-rules span{font-size:12px}
  .beera-shop-access-primary,.beera-shop-access-secondary{display:flex;width:100%;min-height:46px;margin:0}
  .beera-shop-access-secondary{margin-top:9px}
}

/* Beera v3.6.100 — product verification suspension and owner controls */
.beera-shop-access-card--suspended .beera-shop-access-icon{background:#fff2e8;color:#e86f00}
.beera-inline-delete-form{display:inline-block;margin:14px 0 0 8px;position:relative;z-index:2}
.beera-inline-delete-form button{min-height:46px;padding:0 18px;border:1px solid #f0c9c3;border-radius:11px;background:#fff;color:#b33a2b;font:inherit;font-weight:900;cursor:pointer}
.beera-inline-delete-form button:hover{background:#fff4f2}
.beera-product-cancel-edit{display:block;text-align:center;margin-top:13px;color:#536b60!important;font-weight:800;text-decoration:none!important}
@media(max-width:900px){.beera-inline-delete-form{display:block;margin:9px 0 0}.beera-inline-delete-form button{width:100%}}


/* Beera custom Shop single-product navigation — v3.6.101 */
.beera-custom-product{position:relative;overflow:hidden}
.beera-custom-product__main-link{display:block;color:inherit;text-decoration:none}
.beera-custom-product__main-link:hover,.beera-custom-product__main-link:focus{color:inherit;text-decoration:none}
.beera-custom-product__body{display:block}
.beera-custom-product__title{display:block;font-size:17px;font-weight:800;line-height:1.35;color:#10243b;margin-bottom:8px;min-height:46px}
.beera-custom-product__price,.beera-custom-product__seller{display:flex}
.beera-custom-product__view{display:inline-flex;margin-top:12px;color:#118b55;font-size:13px;font-weight:800}
.beera-custom-product>.beera-whatsapp-order{margin:0 14px 14px}
.beera-custom-product__main-link:hover .beera-custom-product__title{color:#118b55}
.beera-custom-product__main-link:hover .beera-custom-product__image img{transform:scale(1.025)}
.beera-custom-product__image img{transition:transform .25s ease}
.beera-single-product-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.beera-single-product-shell>.beera-single-product__back{margin:0 0 16px}
.beera-single-product__placeholder{min-height:420px;display:grid;place-items:center;color:#718096;font-weight:700}
.beera-single-product__seller{display:flex;align-items:center;gap:11px}
.beera-single-product__seller div{display:grid;gap:2px}
.beera-single-product__seller strong{font-size:14px}
.beera-single-product__seller small{font-size:13px;color:#4c6b5d}
.beera-single-product__divider{height:1px;background:#e6ece9;margin:22px 0}
.beera-single-product__content h2{font-size:18px;color:#10243b;margin:0 0 10px}
.beera-single-product__note{font-size:12px;line-height:1.5;color:#718096;margin:12px 0 0}
@media(max-width:900px){
 .beera-custom-product__title{font-size:14px;min-height:38px}
 .beera-custom-product__view{font-size:11px;margin-top:8px}
 .beera-custom-product>.beera-whatsapp-order{margin:0 10px 10px}
 .beera-single-product-shell{width:100%}
 .beera-single-product-shell>.beera-single-product__back{margin:0 14px 12px}
 .beera-single-product__content{padding:4px 4px 10px}
 .beera-single-product__placeholder{min-height:0;aspect-ratio:1/1}
}


/* =========================================================
   BEERA 3.6.102 — MOBILE HOMEPAGE BOTTOM SPACE ONLY
   Keeps the existing front-page design exactly unchanged.
   Removes the unnecessary 20px reserve below the final service card.
   ========================================================= */
@media (max-width:760px){
  body.home .beera-mobile-home{
    min-height:0!important;
    margin-bottom:0!important;
    padding-bottom:calc(62px + env(safe-area-inset-bottom))!important;
  }
  body.home .bm-market-body,
  body.home .bm-service-list,
  body.home .bm-service-list > *:last-child{
    margin-bottom:0!important;
  }
}


/* =========================================================
   BEERA 3.6.107 — FINAL SEPARATE SHOP DESIGNS
   Desktop commerce layout + mobile native-app layout.
   Presentation only; product and verification logic unchanged.
   ========================================================= */

/* ---------- DESKTOP SHOP ---------- */
@media (min-width: 901px){
  .beera-shop-page-custom{
    padding:32px 0 64px;
    background:#f5f7f6;
  }
  .beera-shop-shell-custom{
    width:min(1200px,calc(100% - 48px));
  }
  .beera-custom-shop__hero{
    min-height:176px;
    margin:0 0 24px;
    padding:30px 36px;
    border-radius:20px;
    border:1px solid #dce7e1;
    background:linear-gradient(118deg,#eaf7f0 0%,#f7fbf9 60%,#fff4e8 100%);
    box-shadow:0 8px 28px rgba(19,65,46,.055);
  }
  .beera-custom-shop__hero h1{
    margin:0 0 8px;
    font-size:34px;
    line-height:1.08;
    letter-spacing:-.65px;
  }
  .beera-custom-shop__hero p{
    max-width:650px;
    font-size:15px;
    line-height:1.55;
  }
  .beera-custom-shop__hero>a{
    min-height:46px;
    padding:0 20px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    box-shadow:0 8px 18px rgba(17,139,85,.14);
  }
  .beera-custom-shop__search{
    max-width:560px;
    height:48px;
    margin:0 auto 24px;
    border-radius:11px;
    box-shadow:0 3px 12px rgba(18,51,37,.035);
  }
  .beera-custom-shop__search input{padding:0 16px;font-size:14px}
  .beera-custom-shop__search button{padding:0 22px;font-size:13px}
  .beera-custom-products{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
  }
  .beera-custom-product{
    border-radius:14px;
    border-color:#dfe6e2;
    box-shadow:0 5px 17px rgba(18,51,37,.05);
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
  }
  .beera-custom-product:hover{
    transform:translateY(-3px);
    border-color:#cddbd4;
    box-shadow:0 13px 28px rgba(18,51,37,.09);
  }
  .beera-custom-product__image{aspect-ratio:4/3}
  .beera-custom-product__body{padding:13px 14px 10px}
  .beera-custom-product__title{
    min-height:40px;
    margin-bottom:6px;
    font-size:15px;
    line-height:1.32;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .beera-custom-product__price{margin-bottom:7px;font-size:17px}
  .beera-custom-product__seller{margin-bottom:0;font-size:12px}
  .beera-custom-product__view{margin-top:8px;font-size:12px}
  .beera-custom-product>.beera-whatsapp-order{
    min-height:40px;
    margin:0 14px 14px;
    padding:0 10px;
    border-radius:9px;
    font-size:12px;
  }

  /* Desktop single product */
  .beera-single-product-page{padding:32px 0 66px;background:#f5f7f6}
  .beera-single-product-shell{width:min(1120px,calc(100% - 48px))}
  .beera-single-product-shell>.beera-single-product__back{
    margin:0 0 14px;
    font-size:13px;
    font-weight:750;
  }
  .beera-single-product{
    width:100%;
    grid-template-columns:minmax(0,1.06fr) minmax(370px,.94fr);
    gap:34px;
    padding:24px;
    border-radius:20px;
    box-shadow:0 10px 32px rgba(18,51,37,.055);
  }
  .beera-single-product__media{
    min-height:480px;
    max-height:570px;
    border-radius:15px;
  }
  .beera-single-product__media img{max-height:570px;object-fit:contain}
  .beera-single-product__content{padding:8px 8px 6px 0}
  .beera-single-product h1{font-size:31px;line-height:1.14;margin:7px 0 11px}
  .beera-single-product__price{font-size:27px;margin-bottom:14px}
  .beera-single-product__seller{padding:10px 12px;margin-bottom:18px;border-radius:10px}
  .beera-single-product__divider{margin:18px 0}
  .beera-single-product__content h2{font-size:17px}
  .beera-single-product__description{font-size:14px;line-height:1.68;margin-bottom:19px}
  .beera-whatsapp-order--large{min-height:48px;padding:0 16px;font-size:15px;border-radius:10px}
}

/* ---------- MOBILE APP SHOP ---------- */
@media (max-width: 900px){
  body.page-template-page-shop .site-main,
  .beera-shop-page-custom{
    background:#f3f5f4;
  }
  .beera-shop-page-custom{
    min-height:calc(100vh - 120px);
    padding:0 0 calc(72px + env(safe-area-inset-bottom));
  }
  .beera-shop-shell-custom{width:100%;margin:0}
  .beera-custom-shop{padding:0}

  .beera-custom-shop__hero{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:94px;
    margin:0;
    padding:15px 14px 14px;
    gap:12px;
    border:0;
    border-radius:0 0 18px 18px;
    background:linear-gradient(135deg,#0f7f50 0%,#159764 100%);
    box-shadow:0 4px 14px rgba(10,85,53,.14);
  }
  .beera-custom-shop__hero>div{min-width:0}
  .beera-custom-shop__hero span{
    margin:0 0 3px;
    color:#ffcf9b;
    font-size:8px;
    letter-spacing:.11em;
  }
  .beera-custom-shop__hero h1{
    margin:0 0 3px;
    color:#fff;
    font-size:19px;
    line-height:1.12;
    letter-spacing:-.3px;
  }
  .beera-custom-shop__hero p{
    max-width:220px;
    color:rgba(255,255,255,.82);
    font-size:10.5px;
    line-height:1.32;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .beera-custom-shop__hero>a{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:auto;
    min-height:34px;
    margin:0;
    padding:0 11px;
    border-radius:9px;
    background:#f58220;
    font-size:10px;
    line-height:1;
    box-shadow:none;
  }

  .beera-custom-shop__search{
    position:relative;
    height:38px;
    max-width:none;
    margin:10px 12px 11px;
    border:1px solid #dce3df;
    border-radius:11px;
    background:#fff;
    box-shadow:0 2px 8px rgba(18,51,37,.035);
  }
  .beera-custom-shop__search input{
    min-width:0;
    height:100%;
    padding:0 11px;
    font-size:11.5px;
  }
  .beera-custom-shop__search button{
    min-width:57px;
    padding:0 10px;
    font-size:10.5px;
    border-radius:0 10px 10px 0;
  }

  .beera-custom-products{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    padding:0 10px 12px;
  }
  .beera-custom-product{
    min-width:0;
    border:1px solid #e1e6e3;
    border-radius:11px;
    background:#fff;
    box-shadow:0 2px 7px rgba(18,51,37,.035);
    overflow:hidden;
  }
  .beera-custom-product__image{
    aspect-ratio:1/1;
    background:#eef1ef;
  }
  .beera-custom-product__body{padding:8px 8px 6px}
  .beera-custom-product__title{
    min-height:30px;
    margin:0 0 4px;
    color:#14251e;
    font-size:11.5px;
    font-weight:800;
    line-height:1.28;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .beera-custom-product__price{
    margin:0 0 4px;
    color:#0e8050;
    font-size:12.5px;
    line-height:1.2;
  }
  .beera-custom-product__seller{
    min-width:0;
    margin:0;
    font-size:9px;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .beera-verified-mini{
    flex:0 0 13px;
    width:13px;
    height:13px;
    margin-right:3px;
    font-size:7px;
  }
  .beera-custom-product__view{display:none}
  .beera-custom-product>.beera-whatsapp-order{
    min-height:31px;
    margin:0 7px 7px;
    padding:0 5px;
    border-radius:8px;
    font-size:9.5px;
    line-height:1;
  }
  .beera-whatsapp-order:before{margin-right:4px;font-size:9px}
  .beera-shop-empty{margin:0 10px;padding:32px 16px;border-radius:14px}

  /* Mobile single product: true app detail screen */
  .beera-single-product-page{
    min-height:calc(100vh - 110px);
    padding:0 0 calc(78px + env(safe-area-inset-bottom));
    background:#f3f5f4;
  }
  .beera-single-product-shell{width:100%;margin:0}
  .beera-single-product-shell>.beera-single-product__back{
    display:flex;
    align-items:center;
    min-height:42px;
    margin:0;
    padding:0 13px;
    border-bottom:1px solid #e3e8e5;
    background:#fff;
    color:#234a3a;
    font-size:11px;
    font-weight:850;
  }
  .beera-single-product{
    display:block;
    width:100%;
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  .beera-single-product__media{
    width:100%;
    min-height:0;
    aspect-ratio:4/3;
    margin:0;
    border-radius:0;
    background:#eef1ef;
  }
  .beera-single-product__media img{
    width:100%;
    height:100%;
    max-height:none;
    object-fit:contain;
  }
  .beera-single-product__placeholder{aspect-ratio:4/3}
  .beera-single-product__content{
    position:relative;
    z-index:1;
    margin:-10px 0 0;
    padding:15px 14px 16px;
    border-radius:16px 16px 0 0;
    background:#fff;
  }
  .beera-single-product__label{
    font-size:8px;
    letter-spacing:.11em;
  }
  .beera-single-product h1{
    margin:4px 0 6px;
    font-size:20px;
    line-height:1.18;
    letter-spacing:-.25px;
  }
  .beera-single-product__price{
    margin:0 0 10px;
    font-size:20px;
    line-height:1.15;
  }
  .beera-single-product__seller{
    gap:8px;
    margin:0 0 13px;
    padding:8px 9px;
    border-radius:9px;
  }
  .beera-single-product__seller span{width:17px;height:17px;font-size:9px}
  .beera-single-product__seller strong{font-size:11px}
  .beera-single-product__seller small{font-size:10px}
  .beera-single-product__divider{margin:13px 0}
  .beera-single-product__content h2{margin:0 0 6px;font-size:13px}
  .beera-single-product__description{
    margin:0 0 14px;
    color:#53655d;
    font-size:11.5px;
    line-height:1.55;
  }
  .beera-whatsapp-order--large{
    min-height:43px;
    margin:0;
    padding:0 12px;
    border-radius:10px;
    font-size:12px;
  }
  .beera-single-product__note{
    margin:8px 2px 0;
    font-size:9.5px;
    line-height:1.4;
    text-align:center;
  }
}

@media (max-width: 360px){
  .beera-custom-shop__hero p{display:none}
  .beera-custom-shop__hero{min-height:76px;padding:12px}
  .beera-custom-shop__hero h1{font-size:17px}
  .beera-custom-shop__hero>a{padding:0 9px;font-size:9px}
  .beera-custom-products{gap:7px;padding-left:8px;padding-right:8px}
  .beera-custom-product__body{padding:7px 7px 5px}
  .beera-custom-product__title{font-size:10.5px}
  .beera-custom-product>.beera-whatsapp-order{font-size:9px}
}


/* v3.6.108 — polished guest gateway on Edit Profile only */
body.page-template-page-edit-profile:has(.lpc-profile-access-wrap) .lp-edit-profile-page{padding:1px 0 0!important;min-height:auto!important;background:#f4f8f6!important}
body.page-template-page-edit-profile:has(.lpc-profile-access-wrap) .lpc-access-desktop{margin-top:34px;margin-bottom:52px}
@media(max-width:767px){
 body.page-template-page-edit-profile:has(.lpc-profile-access-wrap) .lp-edit-profile-page{background:#fff!important;padding:0!important}
 body.page-template-page-edit-profile:has(.lpc-profile-access-wrap) .lpc-access-mobile{margin-bottom:68px}
}
