.v3-branch-map-definitive .v3-branch-layout{
    grid-template-columns:minmax(340px,.78fr) minmax(560px,1.22fr)!important;
    align-items:stretch!important;
    gap:26px!important;
}
.v3-branch-map-definitive .v3-branch-info-card,
.v3-branch-map-definitive .v3-branch-map-card{
    min-width:0;
    border:1px solid rgba(15,42,58,.10);
    border-radius:28px;
    background:#fff;
    box-shadow:0 26px 65px rgba(15,42,58,.11);
    overflow:hidden;
}
.v3-branch-map-definitive .v3-branch-map-card{
    display:flex;
    flex-direction:column;
}
.v3-branch-map-definitive .v3-branch-map-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    padding:25px 28px 20px;
    background:#fff;
}
.v3-branch-map-definitive .v3-branch-map-head h2{
    margin:5px 0 0;
    color:#0f2a3a!important;
    font-family:var(--final-serif,Georgia,serif);
    font-size:clamp(1.75rem,2.1vw,2.35rem);
    font-weight:500;
}
.v3-branch-map-definitive .v3-branch-map-open{
    color:#008fa8!important;
    font-size:.72rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    white-space:nowrap;
}
.v3-branch-map-definitive .v3-branch-map-frame{
    position:relative;
    width:100%;
    min-height:430px;
    flex:1 1 auto;
    background:#dfe8ec;
}
.v3-branch-map-definitive .v3-branch-map-frame iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    min-height:430px;
    border:0;
    display:block;
}
.v3-branch-map-definitive .v3-branch-map-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:17px 28px 21px;
    border-top:1px solid rgba(15,42,58,.08);
    background:#fff;
}
.v3-branch-map-definitive .v3-branch-map-meta address{
    margin:0 0 4px;
    color:#203d4c;
    font-style:normal;
    font-weight:750;
}
.v3-branch-map-definitive .v3-branch-map-meta span{
    color:#71838f;
    font-size:.82rem;
}
.v3-branch-map-definitive .v3-branch-map-actions{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:7px;
    flex-shrink:0;
}
.v3-branch-map-definitive .v3-branch-map-actions a{
    color:#008fa8;
    font-size:.75rem;
    font-weight:800;
}
@media(max-width:1100px){
  .v3-branch-map-definitive .v3-branch-layout{grid-template-columns:1fr!important}
  .v3-branch-map-definitive .v3-branch-map-frame,
  .v3-branch-map-definitive .v3-branch-map-frame iframe{min-height:420px}
}
@media(max-width:680px){
  .v3-branch-map-definitive .v3-branch-map-head{align-items:flex-start;flex-direction:column;padding:21px}
  .v3-branch-map-definitive .v3-branch-map-frame,
  .v3-branch-map-definitive .v3-branch-map-frame iframe{min-height:340px}
  .v3-branch-map-definitive .v3-branch-map-meta{align-items:flex-start;flex-direction:column;padding:17px 21px 20px}
  .v3-branch-map-definitive .v3-branch-map-actions{align-items:flex-start}
}
