.bs-prices{
  box-sizing:border-box;
  background:#FDFBF8;
  color:#2E2A26;
  font-family:inherit;
  width:100%;
  overflow:hidden;
}
.bs-prices *{box-sizing:border-box}
.bs-prices a{text-decoration:none;color:inherit}

.bs-prices .hero{
  max-width:1200px;
  margin:0 auto;
  padding:52px 60px 44px;
}
.bs-prices .ey{font-size:9px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#C4A97D;margin-bottom:16px}
.bs-prices .h1{font-family:Georgia,serif;font-size:42px;font-weight:400;color:#1E1610;line-height:1.25;margin-bottom:22px;max-width:620px}
.bs-prices .intro{font-size:17px;font-weight:300;color:#7A6A58;line-height:1.8;max-width:620px}
.bs-prices .div{height:1px;background:#EDE8E1;max-width:1080px;margin:0 auto}

.bs-prices .sig-block{background:#F5F0EA;border-top:1px solid #EDE8E1;border-bottom:1px solid #EDE8E1}
.bs-prices .sig-inner{
  max-width:1200px;
  margin:0 auto;
  padding:54px 60px;
}
.bs-prices .sig-badge{display:inline-block;font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#C4A97D;border:1px solid #C4A97D;padding:6px 14px;border-radius:3px;margin-bottom:26px}
.bs-prices .sig-title{font-family:Georgia,serif;font-size:38px;font-weight:400;color:#1E1610;line-height:1.3;margin-bottom:8px}
.bs-prices .sig-sub{font-family:Georgia,serif;font-size:21px;font-style:italic;color:#7A6A58;margin-bottom:24px}
.bs-prices .sig-body{font-size:17px;font-weight:300;color:#5C5650;line-height:1.85;max-width:740px;margin-bottom:36px}
.bs-prices .sig-footer{display:flex;align-items:center;justify-content:space-between;padding-top:28px;border-top:1px solid #EDE8E1;flex-wrap:wrap;gap:20px}
.bs-prices .sig-price{font-family:Georgia,serif;font-size:42px;font-weight:400;color:#1E1610;line-height:1}
.bs-prices .sig-price-note{font-size:14px;font-weight:300;color:#9C9289;margin-top:8px}
.bs-prices .sig-cta{display:inline-block;font-size:13px;font-weight:500;letter-spacing:.08em;color:#F5F0EA;background:#4A4540;padding:16px 34px;border-radius:4px}

.bs-prices .cat-section{
  max-width:1200px;
  margin:0 auto;
  padding:52px 60px 42px;
}
.bs-prices .cat-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:32px;padding-bottom:18px;border-bottom:1px solid #EDE8E1;gap:24px}
.bs-prices .cat-title{font-family:Georgia,serif;font-size:28px;font-weight:400;color:#1E1610}
.bs-prices .cat-desc{font-size:14px;font-weight:300;color:#B5AA9E;max-width:320px;text-align:right;line-height:1.5}

.bs-prices .price-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:0;align-items:baseline;padding:20px 0;border-bottom:1px solid #F0EBE3}
.bs-prices .price-row:last-child{border-bottom:none}
.bs-prices .pr-name{font-size:17px;font-weight:400;color:#1E1610}
.bs-prices .pr-hint{font-size:14px;font-weight:300;color:#B5AA9E;margin-top:5px;line-height:1.5}
.bs-prices .pr-dur{font-size:14px;font-weight:300;color:#B5AA9E;text-align:right;padding-right:32px;white-space:nowrap}
.bs-prices .pr-price{font-family:Georgia,serif;font-size:22px;font-weight:400;color:#1E1610;white-space:nowrap}

.bs-prices .card-grid{
  max-width:1080px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:#EDE8E1;
}
.bs-prices .card-cell{background:#FDFBF8;padding:30px 34px}
.bs-prices .card-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4A97D;margin-bottom:12px}
.bs-prices .card-title{font-size:17px;font-weight:400;color:#1E1610;margin-bottom:8px}
.bs-prices .card-detail{font-size:14px;font-weight:300;color:#9C9289;line-height:1.6}
.bs-prices .card-price{font-family:Georgia,serif;font-size:28px;color:#1E1610;margin-top:18px}

.bs-prices .note-block{
  max-width:1080px;
  margin:32px auto 0;
  background:#f5f0ea;
  border-radius:4px;
  padding:24px 28px;
  display:flex;
  gap:18px;
}
.bs-prices .note-bar{width:2px;background:#C4A97D;flex-shrink:0}
.bs-prices .note-text{font-size:16px;font-weight:300;color:#5C5650;line-height:1.75}

@media(max-width:900px){
  .bs-prices .hero,
  .bs-prices .sig-inner,
  .bs-prices .cat-section{
    padding-left:32px;
    padding-right:32px;
  }

  .bs-prices .div,
  .bs-prices .card-grid,
  .bs-prices .note-block{
    margin-left:32px;
    margin-right:32px;
  }
}

@media(max-width:700px){
  .bs-prices .hero,
  .bs-prices .sig-inner,
  .bs-prices .cat-section{
    padding-left:24px;
    padding-right:24px;
  }

  .bs-prices .div,
  .bs-prices .card-grid,
  .bs-prices .note-block{
    margin-left:24px;
    margin-right:24px;
  }

  .bs-prices .h1{font-size:34px}
  .bs-prices .sig-title{font-size:30px}
  .bs-prices .cat-header{display:block}
  .bs-prices .cat-desc{text-align:left;margin-top:10px}
  .bs-prices .price-row{grid-template-columns:1fr auto;gap:8px}
  .bs-prices .pr-dur{grid-column:1;padding-right:0;text-align:left}
  .bs-prices .pr-price{grid-column:2;grid-row:1 / span 2}
  .bs-prices .card-grid{grid-template-columns:1fr}
  .bs-prices .sig-footer{align-items:flex-start}
}

@media(max-width:480px){
  .bs-prices .hero{padding-top:42px}
  .bs-prices .sig-cta,
  .bs-prices .bs-btn{
    width:100%;
    text-align:center;
  }

  .bs-prices .price-row{
    grid-template-columns:1fr;
  }

  .bs-prices .pr-price{
    grid-column:auto;
    grid-row:auto;
    margin-top:6px;
  }
}

body .wp-site-blocks .bs-prices{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}