/* Biblioteca estática filtrable */
.library-catalog{margin-top:2rem}
.library-catalog-controls{display:grid;grid-template-columns:minmax(240px,2fr) repeat(4,minmax(150px,1fr));gap:.8rem;margin:1.25rem 0}
.library-catalog-controls label{display:grid;gap:.35rem;font-size:.9rem;color:var(--muted)}
.library-catalog-controls input,.library-catalog-controls select{width:100%;min-height:44px;padding:.7rem .8rem;border:1px solid rgba(55,35,61,.18);border-radius:10px;background:#fff;color:inherit;font:inherit}
.library-catalog-controls select:disabled{opacity:.55;cursor:not-allowed}
.catalog-status{margin:.2rem 0 1rem;color:var(--muted);font-size:.94rem;max-width:var(--measure)}
.catalog-meta{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:.8rem 0;color:var(--muted);font-size:.92rem}
.catalog-table-wrap{overflow-x:auto;border:1px solid rgba(55,35,61,.12);border-radius:14px;background:#fff}
.catalog-table{width:100%;border-collapse:collapse;min-width:920px}
.catalog-table th,.catalog-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid rgba(55,35,61,.09);vertical-align:top}
.catalog-table th{font-size:.82rem;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);background:rgba(107,63,120,.05)}
.catalog-table tr:last-child td{border-bottom:0}
.catalog-table td:nth-child(4),.catalog-table td:nth-child(5){font-variant-numeric:tabular-nums}
.catalog-sub{display:block;margin-top:.25rem;color:var(--muted);font-size:.82rem;font-weight:400}
.catalog-yes{display:inline-block;padding:.2rem .48rem;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-size:.82rem;font-weight:700}
.catalog-muted{color:var(--muted)}
.bica-reserve-link{font-weight:700;white-space:nowrap}
.availability-pill{display:inline-flex;align-items:center;gap:.42rem;white-space:nowrap;font-size:.86rem;font-weight:750;font-variant-numeric:tabular-nums}
.availability-pill::before{content:'';display:inline-block;width:.62rem;height:.62rem;border-radius:50%;flex:0 0 auto}
.availability-none{color:#a62d2d}
.availability-none::before{background:#c53b3b}
.availability-one{color:#9a5b00}
.availability-one::before{background:#d88616}
.availability-many{color:#247044}
.availability-many::before{background:#2f9a5b}
.book-availability-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:1.5rem 0}
.book-availability-summary>div{padding:1rem 1.05rem;border:1px solid rgba(55,35,61,.12);border-radius:14px;background:#fff}
.book-availability-summary strong{display:block;font-size:1.45rem;color:var(--accent-strong)}
.book-availability-summary span{font-size:.88rem;color:var(--muted)}
.book-resource-list{display:grid;gap:.75rem;padding:0;list-style:none}
.book-resource-list li{padding:1rem;border:1px solid rgba(55,35,61,.12);border-radius:12px;background:#fff}
.book-notice{padding:1rem 1.1rem;border-left:4px solid var(--accent);background:var(--accent-soft);border-radius:0 10px 10px 0}
.book-islands{display:grid;gap:.8rem;margin:1rem 0 1.5rem}
.book-editions-inline{display:flex;flex-wrap:wrap;gap:.4rem .7rem;margin:.7rem 0 0;padding:0;list-style:none;font-size:.86rem;color:var(--muted)}
.book-editions-inline li{padding:.32rem .52rem;border:1px solid rgba(55,35,61,.12);border-radius:999px;background:#fff}
.book-editions-inline strong{color:inherit}
.book-summary{max-width:var(--measure);font-size:1.02rem;line-height:1.7}
.book-story{max-width:none;font-size:1.02rem;line-height:1.75}
.book-story p{max-width:none}
.book-original-title{margin:.35rem 0 1rem;color:var(--muted);font-size:.98rem}.book-original-title strong{color:var(--text)}
.book-language{display:flex;align-items:center;gap:.5rem;margin:.9rem 0 0;color:var(--muted);font-size:.9rem}
.book-language .tag{margin:0}
.ttl-buy-card{display:flex;align-items:center;gap:1rem;max-width:680px;padding:1rem 1.1rem;border:1px solid rgba(55,35,61,.14);border-radius:14px;background:#fff;text-decoration:none;color:inherit}
.ttl-buy-card:hover{border-color:rgba(107,63,120,.35);box-shadow:0 6px 22px rgba(55,35,61,.07)}
.ttl-mark{display:grid;flex:0 0 120px;padding:.55rem;background:#171717;color:#fff;border-radius:4px;font-family:Georgia,serif;font-size:1.12rem;font-weight:700;line-height:.88;text-transform:uppercase}
.ttl-mark span{display:block;border-bottom:1px solid rgba(255,255,255,.55);padding:.05rem 0}
.ttl-mark span:last-child{border-bottom:0}
.ttl-buy-copy strong{display:block;margin-bottom:.25rem}
.ttl-buy-copy span{display:block;color:var(--muted);font-size:.9rem;line-height:1.45}
.island-availability,.municipality-availability{border:1px solid rgba(55,35,61,.12);border-radius:14px;background:#fff;overflow:hidden}
.island-availability>summary,.municipality-availability>summary{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;cursor:pointer;list-style:none}
.island-availability>summary::-webkit-details-marker,.municipality-availability>summary::-webkit-details-marker{display:none}
.island-availability>summary{padding:1rem 1.05rem;background:rgba(107,63,120,.06);font-weight:700}
.island-availability>summary::before,.municipality-availability>summary::before{content:'▸';display:inline-block;margin-right:.45rem;transition:transform .15s ease}
.island-availability[open]>summary::before,.municipality-availability[open]>summary::before{transform:rotate(90deg)}
.island-availability>summary span:first-child,.municipality-availability>summary span:first-child{flex:1}
.municipality-list{display:grid;gap:.65rem;padding:.75rem}
.municipality-availability{border-radius:10px}
.municipality-availability>summary{padding:.8rem .9rem;background:rgba(107,63,120,.025);font-weight:650}
.branch-availability-list{display:grid}
.branch-availability{padding:.9rem 1rem;border-top:1px solid rgba(55,35,61,.08)}
.branch-availability:first-child{border-top:0}
.branch-availability-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}
.branch-contact{display:flex;flex-wrap:wrap;gap:.45rem .9rem;margin-top:.55rem;font-size:.87rem;color:var(--muted)}
.branch-contact a{font-weight:600}
.branch-contact-pending{margin:.5rem 0 0;color:var(--muted);font-size:.84rem}
.book-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,280px);gap:2rem;align-items:start}
.book-cover-feature{margin:0;justify-self:end;max-width:250px}
.book-cover-feature img{display:block;width:100%;height:auto;border-radius:8px;box-shadow:0 10px 28px rgba(35,24,39,.16)}
.book-cover-feature .image-credit-panel{width:min(15rem,calc(100vw - 2rem));max-width:calc(100vw - 2rem)}
.book-cover-feature figcaption{margin-top:.55rem;font-size:.76rem;line-height:1.4;color:var(--muted)}
.book-buy-options{display:grid;gap:.8rem;margin-top:1rem;max-width:820px}
.book-buy-link{display:grid;gap:.2rem;padding:1rem;border:1px solid rgba(55,35,61,.12);border-radius:14px;background:#fff;text-decoration:none;color:inherit}
.book-buy-link:hover{border-color:rgba(107,63,120,.35)}
.book-buy-link span{font-size:.86rem;color:var(--muted)}
.related-library-links h2:not(:first-child){margin-top:2rem}
.related-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}
.related-link-grid>a{display:grid;gap:.2rem;padding:1rem;border:1px solid rgba(55,35,61,.12);border-radius:12px;background:#fff;text-decoration:none;color:inherit}
.related-link-grid>a span{font-size:.84rem;color:var(--muted)}
@media(max-width:980px){.library-catalog-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.library-catalog-controls label:first-child{grid-column:1/-1}}
@media(max-width:700px){.library-catalog-controls{grid-template-columns:1fr}.library-catalog-controls label:first-child{grid-column:auto}.catalog-table-wrap{border:0;background:transparent}.catalog-table{min-width:0}.catalog-table thead{display:none}.catalog-table,.catalog-table tbody,.catalog-table tr,.catalog-table td{display:block;width:100%}.catalog-table tr{margin:0 0 1rem;padding:1rem;border:1px solid rgba(55,35,61,.12);border-radius:14px;background:#fff}.catalog-table td{display:grid;grid-template-columns:8.5rem 1fr;gap:.75rem;padding:.42rem 0;border:0}.catalog-table td::before{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.catalog-table td:nth-child(1)::before{content:'Autor'}.catalog-table td:nth-child(2)::before{content:'Obra'}.catalog-table td:nth-child(3)::before{content:'Idioma'}.catalog-table td:nth-child(4)::before{content:'Ejemplares'}.catalog-table td:nth-child(5)::before{content:'Disponibles'}.catalog-table td:nth-child(6)::before{content:'Digital'}.book-availability-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.island-availability>summary,.municipality-availability>summary{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.island-availability>summary::before,.municipality-availability>summary::before{margin-right:0;flex:0 0 auto}.island-availability>summary span:first-child,.municipality-availability>summary span:first-child{min-width:0;flex:1}.island-availability>summary .availability-pill,.municipality-availability>summary .availability-pill{flex:0 0 auto;white-space:nowrap}.branch-availability-head{display:grid;gap:.25rem}.availability-pill{white-space:normal}.catalog-table td:nth-child(6)::before{content:'RED BICA'}.ttl-buy-card{align-items:flex-start}.ttl-mark{flex-basis:96px;font-size:.94rem}.book-hero{grid-template-columns:1fr}.book-cover-feature{justify-self:start;max-width:220px}.book-cover-feature .image-credit-panel{width:min(13rem,calc(100vw - 1.5rem));max-width:calc(100vw - 1.5rem);right:0}.related-link-grid{grid-template-columns:1fr}}

.book-service-brand{display:flex;align-items:center;gap:.85rem;margin:.25rem 0 1rem}
.book-service-brand img{display:block;max-width:180px;max-height:64px;width:auto;height:auto;object-fit:contain}
.book-service-brand--bica img{max-width:74px;max-height:74px;border-radius:10px}
.book-resource-list .service-logo{display:block;max-width:150px;max-height:42px;width:auto;height:auto;object-fit:contain;margin-bottom:.55rem}
.book-buy-link.service-buy-link{grid-template-columns:minmax(84px,132px) minmax(0,1fr);align-items:center;column-gap:1rem}
.book-buy-link .service-card-logo{display:block;width:auto;height:auto;max-width:132px;max-height:58px;object-fit:contain}
.book-buy-link .service-card-copy{display:grid;gap:.2rem;min-width:0}
@media(max-width:700px){.book-buy-link.service-buy-link{grid-template-columns:74px minmax(0,1fr);column-gap:.75rem}.book-buy-link .service-card-logo{max-width:74px;max-height:48px}.book-service-brand img{max-width:150px}.book-service-brand--bica img{max-width:62px;max-height:62px}}

/* Internet Archive: compact copy cards rather than full-width resource rows. */
.archive-copy-grid{grid-template-columns:repeat(auto-fit,minmax(180px,220px));gap:.85rem;justify-content:start;align-items:stretch;margin:1rem 0 0}
.archive-copy-grid li{display:flex;flex-direction:column;min-height:176px;padding:1rem;border:1px solid rgba(55,35,61,.12);border-radius:18px;background:linear-gradient(180deg,#fff 0,#fbf9fc 100%);box-shadow:0 7px 18px rgba(55,35,61,.05)}
.archive-copy-grid li::before{content:"Ejemplar digital";display:block;margin-bottom:.6rem;color:var(--accent);font-size:.7rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
.archive-copy-grid li>strong{font-size:1rem;line-height:1.3;color:var(--text)}
.archive-copy-grid .catalog-sub{margin-top:.45rem;line-height:1.35}
.archive-copy-grid li>a{display:inline-flex;align-items:center;margin-top:auto;padding-top:.9rem;font-size:.9rem;font-weight:700;line-height:1.3}
@media(max-width:520px){.archive-copy-grid{grid-template-columns:minmax(0,240px)}}


/* Book detail: calm first view and progressive disclosure. */
.book-primary-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.25rem 0 1rem}
.book-primary-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.68rem 1rem;border:1px solid rgba(107,63,120,.28);border-radius:999px;background:#fff;text-decoration:none;font-size:.92rem;font-weight:700}
.book-primary-actions a:first-child{background:var(--accent);border-color:var(--accent);color:#fff}
.book-edition-details{max-width:680px;margin-top:.8rem;border-top:1px solid rgba(55,35,61,.11);border-bottom:1px solid rgba(55,35,61,.11)}
.book-edition-details>summary{padding:.8rem 0;cursor:pointer;color:var(--muted);font-size:.9rem;font-weight:650;list-style:none}
.book-edition-details>summary::-webkit-details-marker{display:none}
.book-edition-details>summary::after{content:'＋';float:right;color:var(--accent);font-weight:500}
.book-edition-details[open]>summary::after{content:'−'}
.book-edition-details-body{padding:0 0 1rem}
.book-edition-details-body>p{margin:.8rem 0 .35rem;font-size:.86rem;color:var(--muted)}
@media(max-width:700px){.book-hero{gap:1.35rem}.book-cover-feature{grid-row:1;justify-self:center;max-width:180px}.book-hero-copy{grid-row:2}.book-primary-actions{margin-top:1rem}.book-primary-actions a{flex:1 1 145px}.book-edition-details{margin-top:.45rem}}


/* Lazos pilot: lighter related-book browsing and equal-weight purchase choices. */
.author-books .grid{gap:1rem}
.author-books .card{padding:1rem;border-color:rgba(55,35,61,.10);border-radius:18px;box-shadow:none}
.author-books .book-cover{margin:-1rem -1rem .85rem;padding:.8rem;border-radius:17px 17px 0 0}
.author-books .card h3{font-size:1.05rem;line-height:1.3;margin:.05rem 0 .4rem}
.author-books .card p{font-size:.84rem;line-height:1.45;color:var(--muted)}
.book-buy-options{grid-template-columns:1fr;max-width:820px}
.book-buy-options .ttl-buy-card,.book-buy-options .book-buy-link.service-buy-link{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:center;gap:1rem;width:100%;max-width:none;min-height:92px;padding:1rem;border:1px solid rgba(55,35,61,.12);border-radius:14px;background:#fff;box-shadow:none;text-decoration:none;color:inherit}
.book-buy-options .ttl-buy-card:hover,.book-buy-options .book-buy-link.service-buy-link:hover{border-color:rgba(107,63,120,.35);box-shadow:none}
.book-buy-options .ttl-mark{width:100%;max-width:112px;justify-self:center;font-size:.9rem}
.book-buy-options .service-card-logo{width:100%;max-width:112px;max-height:54px;justify-self:center}
.book-buy-options .ttl-buy-copy,.book-buy-options .service-card-copy{display:grid;gap:.2rem;min-width:0}
.book-buy-options .ttl-buy-copy strong,.book-buy-options .service-card-copy strong{margin:0;font-size:1rem;line-height:1.35;color:var(--text)}
.book-buy-options .ttl-buy-copy span,.book-buy-options .service-card-copy span{font-size:.86rem;line-height:1.45;color:var(--muted)}
@media(max-width:700px){.book-buy-options .ttl-buy-card,.book-buy-options .book-buy-link.service-buy-link{grid-template-columns:82px minmax(0,1fr);gap:.75rem;min-height:82px;padding:.85rem}.book-buy-options .ttl-mark{max-width:76px;font-size:.72rem}.book-buy-options .service-card-logo{max-width:76px;max-height:44px}.author-books .card{padding:.9rem}.author-books .book-cover{margin:-.9rem -.9rem .75rem}}


/* Lazos pilot: availability reads as quiet catalogue metadata, not KPI cards. */
.book-availability-summary{display:flex;flex-wrap:wrap;gap:.45rem 1.35rem;margin:1.15rem 0 .85rem;padding:.85rem 0;border-top:1px solid rgba(55,35,61,.10);border-bottom:1px solid rgba(55,35,61,.10)}
.book-availability-summary>div{display:flex;align-items:baseline;gap:.38rem;padding:0;border:0;border-radius:0;background:transparent}
.book-availability-summary strong{display:inline;font-size:1rem;font-weight:700;line-height:1.4;color:var(--text)}
.book-availability-summary span{font-size:.86rem;line-height:1.4;color:var(--muted)}
@media(max-width:700px){.book-availability-summary{display:grid;grid-template-columns:1fr 1fr;gap:.55rem 1rem}.book-availability-summary>div{display:block}.book-availability-summary strong{margin-right:.25rem}}


/* Mobile book recommendations: compact browse strip instead of full feature cards. */
@media(max-width:700px){
  .author-books .grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
  .author-books .card{padding:.65rem;border-radius:14px;background:transparent;border-color:rgba(55,35,61,.08)}
  .author-books .book-cover{margin:-.65rem -.65rem .55rem;padding:.45rem;aspect-ratio:3/4;border-radius:13px 13px 0 0;background:rgba(107,63,120,.035)}
  .author-books .book-cover img{max-height:145px}
  .author-books .card h3{font-size:.9rem;line-height:1.25;margin:0}
  .author-books .card p{display:none}
  .author-books>p:last-child{margin-top:1rem;font-size:.9rem}
}


/* Desktop related books: secondary editorial navigation, not competing feature cards. */
@media(min-width:701px){
  .author-books .grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
  .author-books .card{padding:.75rem;border-color:rgba(55,35,61,.07);border-radius:14px;background:transparent}
  .author-books .book-cover{margin:-.75rem -.75rem .65rem;padding:.55rem;border-radius:13px 13px 0 0;background:rgba(107,63,120,.025)}
  .author-books .book-cover img{max-height:190px}
  .author-books .card h3{font-size:.96rem;line-height:1.3;margin:0 0 .25rem}
  .author-books .card p{font-size:.78rem;line-height:1.4;margin:.15rem 0;color:var(--muted)}
}


/* Desktop related books: shrink the card itself with the cover. */
@media(min-width:701px){
  .author-books .grid{align-items:start}
  .author-books .card{align-self:start;height:auto;min-height:0}
  .author-books .book-cover{aspect-ratio:auto;min-height:0;height:auto}
  .author-books .book-cover img{display:block;width:auto;max-width:100%;height:190px;object-fit:contain;margin-inline:auto}
}


/* Official library directory: progressive disclosure */
.branch-directory-details{margin-top:.65rem;border-top:1px solid rgba(55,35,61,.08);padding-top:.55rem}
.branch-directory-details>summary{cursor:pointer;color:var(--accent);font-size:.86rem;font-weight:650;list-style:none}
.branch-directory-details>summary::-webkit-details-marker{display:none}
.branch-directory-details>summary::after{content:'＋';float:right;font-weight:500}
.branch-directory-details[open]>summary::after{content:'−'}
.branch-directory-body{padding:.65rem 0 .1rem;font-size:.86rem;color:var(--muted)}
.branch-directory-body .branch-contact{margin:0 0 .45rem}
.branch-directory-body p{margin:.35rem 0 0}


/* Book availability: focused island → municipality selector */
.library-location-picker{margin:1rem 0 1.5rem}
.library-location-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;max-width:760px}
.library-location-controls label{display:grid;gap:.4rem;color:var(--muted);font-size:.86rem;font-weight:650}
.library-location-controls select{width:100%;min-height:48px;padding:.72rem .85rem;border:1px solid rgba(55,35,61,.16);border-radius:12px;background:#fff;color:var(--text);font:inherit}
.library-location-controls select:focus{outline:2px solid rgba(107,63,120,.22);outline-offset:2px;border-color:rgba(107,63,120,.42)}
.library-location-controls select:disabled{background:rgba(55,35,61,.035);color:var(--muted);cursor:not-allowed}
.library-location-hint{max-width:760px;margin:.7rem 0 .9rem;color:var(--muted);font-size:.88rem;line-height:1.5}
.library-location-hint strong{color:var(--text);font-weight:700}
.library-location-results{display:grid;gap:.7rem;max-width:900px}
.library-location-results .branch-availability{border:1px solid rgba(55,35,61,.11);border-radius:12px;background:#fff}
@media(max-width:700px){
  .library-location-controls{grid-template-columns:1fr}
  .library-location-controls select{min-height:50px}
}


/* Library result card: clearer state, action and progressive details */
.library-location-results{gap:.8rem}
.branch-availability{
  position:relative;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(55,35,61,.11);
  border-radius:14px;
  background:#fff
}
.branch-availability::before{
  content:'';
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:rgba(166,45,45,.55)
}
.branch-availability.is-available::before{background:rgba(47,154,91,.65)}
.branch-card-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(190px,240px);
  gap:1rem;
  align-items:center;
  padding:1rem 1rem .9rem 1.15rem
}
.branch-library-identity h4{
  margin:0;
  font-size:1rem;
  line-height:1.35;
  color:var(--text)
}
.branch-availability-copy{
  display:flex;
  flex-wrap:wrap;
  gap:.3rem .7rem;
  align-items:baseline;
  margin:.42rem 0 0;
  font-size:.84rem;
  line-height:1.4;
  color:var(--muted)
}
.branch-availability-copy strong{color:var(--text);font-weight:700}
.branch-primary-action{
  display:grid;
  gap:.15rem;
  align-content:center;
  min-height:54px;
  padding:.72rem .9rem;
  border:1px solid rgba(107,63,120,.2);
  border-radius:11px;
  background:rgba(107,63,120,.055);
  text-decoration:none;
  color:var(--text)
}
.branch-primary-action:hover{border-color:rgba(107,63,120,.36);background:rgba(107,63,120,.085)}
.branch-primary-action span{font-size:.9rem;font-weight:750;line-height:1.25}
.branch-primary-action small{font-size:.76rem;color:var(--muted);font-weight:500}
.branch-edition-details{align-self:stretch}
.branch-edition-details>summary{
  display:flex;
  align-items:center;
  min-height:54px;
  padding:.72rem .9rem;
  border:1px solid rgba(107,63,120,.2);
  border-radius:11px;
  background:rgba(107,63,120,.055);
  cursor:pointer;
  list-style:none;
  font-size:.88rem;
  font-weight:700
}
.branch-edition-details>summary::-webkit-details-marker{display:none}
.branch-edition-links{display:grid;gap:.45rem;padding:.65rem .1rem 0}
.branch-edition-links a{font-size:.84rem;font-weight:650}
.branch-directory-details{
  margin:0;
  padding:0 1rem 0 1.15rem;
  border-top:1px solid rgba(55,35,61,.075)
}
.branch-directory-details>summary{
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:44px;
  padding:.65rem 0;
  color:var(--muted);
  font-size:.83rem;
  font-weight:650
}
.branch-directory-details>summary::after{float:none;margin-left:1rem;color:var(--accent)}
.branch-directory-body{padding:.1rem 0 1rem}
.branch-contact{
  display:grid;
  gap:.75rem;
  margin:0;
  font-size:.86rem
}
.branch-contact-item{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  gap:.7rem;
  align-items:start
}
.branch-contact-label{
  color:var(--muted);
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.02em;
  text-transform:uppercase
}
.branch-opening-hours{display:grid;gap:.18rem}
.branch-status-note{
  margin:0 0 .1rem;
  padding:.65rem .75rem;
  border-radius:9px;
  background:rgba(166,45,45,.055);
  color:#7f2c2c;
  font-size:.82rem;
  line-height:1.45
}
.branch-official-link{margin:.85rem 0 0}
.branch-official-link a{font-size:.82rem;font-weight:650}
@media(max-width:700px){
  .branch-card-main{grid-template-columns:1fr;padding:.9rem .9rem .8rem 1rem}
  .branch-primary-action,.branch-edition-details>summary{min-height:50px}
  .branch-directory-details{padding:0 .9rem 0 1rem}
  .branch-contact-item{grid-template-columns:1fr;gap:.2rem}
}
