.bv-listing{
  display:grid;
  gap:22px;
  width:min(100%, var(--wp--style--global--content-size, 840px));
  margin-inline:auto;
}

.bv-row{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:28px;
  align-items:center;
  padding:26px 30px;
  border:1px solid #e2e8f0;
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}

.bv-row-logo{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  min-height:132px;
  padding:0;
  background:transparent;
}

.bv-row-logo a{
  display:block;
  width:100%;
}

.bv-row-logo img{
  display:block;
  width:100%;
  max-width:none;
  height:132px;
  object-fit:contain;
  object-position:top center;
}

.bv-row-title{
  font-size:clamp(1.4rem, 2vw, 1.75rem);
  line-height:1.15;
  font-weight:700;
  letter-spacing:-0.01em;
  color:#0f172a;
  margin:0;
}

.bv-row-subtitle{
  margin-top:8px;
  color:#64748b;
  font-size:0.98rem;
  line-height:1.45;
}

.bv-link-clean,
.bv-link-clean:hover,
.bv-link-clean:focus,
.bv-link-clean:active{
  color:inherit;
  text-decoration:none;
  outline:none;
  box-shadow:none;
}

.bv-detail {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 20px;
}

.bv-detail-card{
  display:grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding:34px;
  border:1px solid #e2e8f0;
  border-radius:28px;
  background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.05);
}

.bv-detail-logo{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:0;
  background:transparent;
}

.bv-detail-logo img{
  display:block;
  width:100%;
  max-width:none;
  max-height:320px;
  object-fit:contain;
  object-position:top center;
}

.bv-detail-title{
  margin:0;
  font-size:clamp(2rem, 3vw, 2.7rem);
  line-height:1.05;
  letter-spacing:-0.02em;
  color:#0f172a;
}

.bv-detail-subtitle{
  margin:10px 0 0;
  color:#64748b;
  font-size:1.06rem;
  line-height:1.5;
}

.bv-detail-desc{
  margin-top:20px;
  color:#334155;
  font-size:1rem;
  line-height:1.8;
}

.bv-detail-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px 24px;
  margin-top:28px;
}

.bv-detail-item{
  padding:16px 18px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  background:#fcfcfd;
}

.bv-detail-label{
  display:block;
  font-size:.8rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#64748b;
  margin-bottom:7px;
}

.bv-detail-value,
.bv-detail-value a{
  color:#0f172a;
  text-decoration:none;
  word-break:break-word;
}

.bv-detail-item-wide{
  grid-column:1 / -1;
}

.bv-name-address strong{
  display:block;
  font-size:1.08rem;
  line-height:1.35;
  color:#0f172a;
  margin-bottom:10px;
}

.bv-name-address-lines{
  display:grid;
  gap:2px;
  line-height:1.55;
}

.bv-board-section{
  width:min(100%, var(--wp--style--global--wide-size, 1200px));
  margin:30px auto 0;
  padding:24px 26px;
  border:1px solid #e2e8f0;
  border-radius:24px;
  background:#fff;
}

.bv-board-heading{
  display:flex;
  align-items:center;
  gap:16px;
  margin:0 0 18px;
  font-size:1.25rem;
  font-weight:700;
  color:#0f172a;
}

.bv-board-heading:after{
  content:"";
  height:1px;
  background:#cbd5e1;
  flex:1;
}

.bv-board-stand{
  margin-bottom:14px;
  color:#64748b;
}

.bv-board-table{
  width:100%;
  border-collapse:collapse;
}

.bv-board-table th,
.bv-board-table td{
  padding:14px 12px;
  border-bottom:1px solid #e2e8f0;
  text-align:left;
}

.bv-board-table th{
  color:#64748b;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.05em;
}

@media (max-width: 900px){
  .bv-row{
    grid-template-columns:140px 1fr;
    gap:22px;
    padding:22px;
  }

  .bv-detail-card{
    grid-template-columns:1fr;
    gap:24px;
    padding:24px;
  }
}

@media (max-width: 640px){
  .bv-listing,
  .bv-detail,
  .bv-board-section{
    width:100%;
  }

  .bv-row,
  .bv-detail-grid{
    grid-template-columns:1fr;
  }

  .bv-row-logo{
    min-height:100px;
  }

  .bv-row-logo img{
    height:100px;
  }

  .bv-detail-title{
    font-size:1.8rem;
  }

  .wp-site-blocks .bv-detail {
    max-width: var(--wp--style--global--wide-size);
  }

}
