.bnk-firm{
  --bnk-green:#176d35;
  --bnk-ink:#20382a;
  --bnk-muted:#657369;
  --bnk-line:#e1e8e1;
  max-width:1280px;
  margin:0 auto;
  padding:30px 28px 70px;
  color:var(--bnk-ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.7}

body.single-at_biz_dir{
  background:#f5f8f5}
.bnk-firm *{
  box-sizing:border-box}
.bnk-firm a{
  color:var(--bnk-green);
  text-underline-offset:3px}
.bnk-firm a:focus-visible{
  outline:3px solid #c28b2f;
  outline-offset:4px}
.bnk-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  font-size:13px;
  color:var(--bnk-muted);
  margin-bottom:35px}
.bnk-heading{
  padding-bottom:30px;
  max-width:900px}
.bnk-eyebrow{
  font-size:11px;
  font-weight:700;
  letter-spacing:1.8px;
  color:var(--bnk-green)}
.bnk-heading h1{
  font-size:clamp(32px,4vw,54px);
  letter-spacing:-1.5px;
  line-height:1.13;
  font-weight:700;
  color:var(--bnk-ink);
  padding:8px 0 15px;
  overflow-wrap:anywhere}
.bnk-lead{
  font-size:19px;
  line-height:1.65;
  max-width:740px;
  color:var(--bnk-muted);
  margin-top:18px}
.bnk-taxonomies{
  font-size:14px}
.bnk-separator{
  margin:0 12px;
  color:#a5afa7}
.bnk-badges{
  display:flex;
  gap:8px;
  margin-top:12px}
.bnk-badge{
  border-radius:30px;
  padding:2px 12px;
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
  background:#e3f0e6;
  color:#165c2b}
.bnk-is_new{
  background:#fff0ca;
  color:#725311}
.bnk-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:34px;
  align-items:start}
.bnk-main,.bnk-aside{
  min-width:0}
.bnk-panel,.bnk-firm .directorist-card{
  background:#fff;
  border:1px solid var(--bnk-line);
  border-radius:14px;
  padding:26px;
  margin:0 0 24px;
  box-shadow:0 4px 18px #254c2b05}
.bnk-firm h2,.bnk-firm .directorist-card__header__title{
  font-size:23px;
  font-weight:700;
  line-height:1.3;
  color:var(--bnk-ink);
  padding:0;
  margin:0 0 18px}
.bnk-firm .directorist-card__header{
  background:none;
  border:0;
  padding:0}
.bnk-firm .directorist-card__body{
  padding:0}
.bnk-firm .directorist-card__header-icon{
  display:none}
.bnk-gallery{
  border-radius:16px;
  overflow:hidden;
  margin-bottom:26px}
.bnk-gallery img{
  object-fit:cover;
  width:100%;
  max-height:520px}
.bnk-no-photo{
  background:#e8efe8;
  min-height:320px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  color:#6a7d6c;
  margin-bottom:26px}
.bnk-no-photo span{
  font-size:68px;
  line-height:1.1}
.bnk-no-photo p{
  font-size:14px}
.bnk-editor{
  border-left:4px solid var(--bnk-green);
  background:#edf4ec;
  padding:28px;
  border-radius:0 14px 14px 0;
  margin-bottom:24px}
.bnk-editor h2{
  margin-top:8px}
.bnk-services{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 20px;
  list-style:none;
  padding:0}
.bnk-services li:before{
  content:'✓';
  color:var(--bnk-green);
  margin-right:10px}
.bnk-aside h2{
  font-size:21px;
  margin-top:8px}
.bnk-contact{
  border-top:4px solid var(--bnk-green)}
.bnk-contact .directorist-single-info{
  display:block;
  border-bottom:1px solid var(--bnk-line);
  padding:12px 0;
  margin:0}
.bnk-contact .directorist-single-info:last-child{
  border-bottom:0}
.bnk-contact .directorist-single-info__label{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.6px;
  color:var(--bnk-muted);
  margin-bottom:4px}
.bnk-contact .directorist-single-info__label-icon{
  display:none}
.bnk-contact .directorist-single-info__value{
  overflow-wrap:anywhere}
.bnk-hours{
  font-size:14px;
  margin:0}
.bnk-hours>div{
  display:flex;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px solid var(--bnk-line);
  padding:9px 0}
.bnk-hours>div:last-child{
  border:0}
.bnk-hours dd{
  margin:0;
  text-align:right;
  font-weight:600}
.bnk-local{
  padding:27px;
  border-radius:14px;
  background:#eaf1e8}
.bnk-muted,.bnk-updated{
  color:var(--bnk-muted);
  font-size:13px}
.bnk-updated{
  margin-top:24px}
.bnk-firm iframe{
  max-width:100%}
.bnk-firm img{
  max-width:100%;
  height:auto}

@media(min-width:1600px){
  .bnk-firm{
  max-width:1420px}
.bnk-layout{
  grid-template-columns:minmax(0,1fr) 365px;
  gap:44px}
}

@media(max-width:980px){
  .bnk-layout{
  grid-template-columns:minmax(0,1fr) 290px;
  gap:20px}
.bnk-panel,.bnk-firm .directorist-card{
  padding:20px}
}

@media(max-width:760px){
  .bnk-firm{
  padding:22px 18px 45px}
.bnk-layout{
  grid-template-columns:1fr}
.bnk-heading{
  padding-bottom:24px}
.bnk-breadcrumb{
  margin-bottom:25px}
.bnk-heading h1{
  letter-spacing:-.8px}
.bnk-lead{
  font-size:17px}
.bnk-no-photo{
  min-height:220px}
.bnk-services{
  grid-template-columns:1fr}
.bnk-panel,.bnk-firm .directorist-card{
  border-radius:12px}
.bnk-aside{
  display:grid;
  grid-template-columns:1fr}
.bnk-gallery img{
  max-height:330px}
}

/* Native review controls follow the local portal palette. */
.bnk-firm .directorist-review-content__header{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:16px;
  margin-bottom:20px}

.bnk-firm .directorist-review-content__header h3{
  margin:0}

.bnk-firm .directorist-btn{
  white-space:normal;
  text-align:center;
  border-radius:8px;
  border-color:#176d35;
  color:#176d35;
  padding:10px 16px;
  font-size:14px;
  line-height:1.5}

.bnk-firm .directorist-btn:hover{
  background:#edf4ec;
  color:#0f5128}


/* Single-business shell: independent of the generic Divi blog header/footer. */
.bnk-business-page #page-container{padding-top:0!important}
.bnk-site-header{background:#fff;border-bottom:1px solid #e1e8e1}
.bnk-header-inner{max-width:1280px;margin:auto;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.bnk-wordmark{display:flex;align-items:center;gap:12px;color:#176d35;font-family:Arial,Helvetica,sans-serif}
.bnk-wordmark>span{font-size:42px;line-height:1}
.bnk-wordmark strong{font-size:24px;line-height:1.1;letter-spacing:-.5px}
.bnk-wordmark small{display:block;font-size:10px;letter-spacing:2px;margin-top:5px}
.bnk-menu{display:flex;flex-wrap:wrap;gap:12px 26px;list-style:none;margin:0;padding:0}
.bnk-menu a{font:600 14px/1.5 Arial,Helvetica,sans-serif;color:#294732;padding:8px 0;display:block}
.bnk-menu a:hover{text-decoration:underline;text-underline-offset:5px}
.bnk-site-footer{max-width:1224px;margin:0 auto;padding:32px 28px 40px;border-top:1px solid #d9e4da;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#45634c;font:14px/1.7 Arial,Helvetica,sans-serif}
.bnk-site-footer strong{font-size:18px;color:#20382a}.bnk-site-footer p{margin-top:5px}.bnk-site-footer a{color:#176d35}
.bnk-skip{position:absolute;top:-100px;left:20px;background:white;padding:12px;z-index:99999}.bnk-skip:focus{top:10px}
@media(max-width:760px){.bnk-header-inner{padding:18px;align-items:flex-start;flex-direction:column;gap:12px}.bnk-menu{gap:8px 20px}.bnk-menu a{font-size:13px}.bnk-site-footer{margin:0 18px;padding:25px 0;align-items:flex-start;flex-direction:column;gap:12px}}
/* Four tabs with a permanently available contact column. */
.bnk-tabbed .bnk-heading{max-width:none}
.bnk-taxonomies{display:flex;flex-wrap:wrap;gap:8px 18px}
.bnk-summary{display:flex;flex-wrap:wrap;gap:12px 24px;align-items:center;margin-top:18px;font-size:14px}
.bnk-rating{font-weight:700}.bnk-rating span{font-weight:400}
.bnk-status{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#667168}
.bnk-status:before{content:'';width:8px;height:8px;border-radius:50%;background:#8a948c;flex-shrink:0}
.bnk-status[data-state=open]{color:#176d35}.bnk-status[data-state=open]:before{background:#248443}
.bnk-status[data-state=closed]{color:#9f3535}.bnk-status[data-state=closed]:before{background:#c04848}
.bnk-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;border-bottom:1px solid #d9e4da;margin-bottom:24px;padding:4px;background:#eaf0e9;border-radius:12px}
.bnk-tabs a{display:flex;align-items:center;justify-content:center;padding:14px 8px;border-radius:8px;text-align:center;font-size:14px;line-height:1.4;font-weight:700;color:#506253}
.bnk-tabs a[aria-selected=true]{background:#fff;color:#176d35;box-shadow:0 2px 7px #17351c10}
.bnk-tab-panel[hidden]{display:none!important}
.bnk-tab-panel{min-height:220px;scroll-margin-top:30px}
.bnk-tab-panel:focus-visible{outline:2px solid #176d35;outline-offset:5px}
.bnk-about-content .directorist-single-info{margin-bottom:18px}
.bnk-about-content .directorist-single-info:last-child{margin-bottom:0}
.bnk-tabbed .bnk-aside{align-self:stretch;display:block}
.bnk-sticky-panel{position:sticky;top:20px;max-height:calc(100vh - 40px);overflow:auto;scrollbar-width:thin;scrollbar-color:#b7c7b8 transparent}
.admin-bar .bnk-sticky-panel{top:52px;max-height:calc(100vh - 72px)}
.bnk-tabbed .bnk-contact{margin-bottom:16px}
.bnk-hours-summary{border-top:1px solid #e1e8e1;margin-top:20px;padding-top:16px}
.bnk-hours-summary h2{font-size:18px}.bnk-hours-summary p{font-size:13px;margin:10px 0}
.bnk-hours-details summary{cursor:pointer;color:#176d35;font-size:13px;font-weight:700;padding:8px 0}
.bnk-hours-details .bnk-hours{font-size:12px}
.bnk-actions{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}
.bnk-action{flex:1;text-align:center;border:1px solid #176d35;border-radius:8px;padding:11px 12px;font-size:13px;font-weight:700;line-height:1.5;min-height:44px;white-space:nowrap}
.bnk-firm .bnk-action-primary{background:#176d35;color:#fff}
.bnk-action:hover{background:#e5eee4}.bnk-firm .bnk-action-primary:hover{background:#0f5128}
.bnk-mobile-actions{display:none}
.bnk-sidebar-map{margin-top:24px}.bnk-sidebar-map h2{font-size:18px}
.bnk-sidebar-map .directorist-single-map{height:190px!important;min-height:190px!important;border-radius:9px;overflow:hidden}
.bnk-sidebar-map .directorist-single-map__location{display:none}
.bnk-tabbed .directorist-btn{text-transform:none}
.bnk-tabbed .bnk-local{font-size:13px;padding:22px}.bnk-tabbed .bnk-local h2{font-size:18px}
@media(max-width:760px){
 .bnk-mobile-actions{display:flex}
 .bnk-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}
 .bnk-tabs a{min-height:48px;padding:12px 8px}
 .bnk-sticky-panel,.admin-bar .bnk-sticky-panel{position:static;max-height:none;overflow:visible}
 .bnk-tabbed .bnk-layout{gap:16px}
 .bnk-sidebar-map .directorist-single-map{height:220px!important}
 .bnk-summary{gap:10px 18px}
}
