/* TBE 3.4 — 2026-08-06 revision sheet. */

/* The logo uses a versioned file and a visible text fallback, so it remains
   present on the latest-news list and individual news articles even if an
   old CDN copy or a missing image path is encountered. */
.v34-brand-logo-wrap{
  position:relative;
  display:grid;
  place-items:center;
  width:72px;
  height:42px;
  flex:0 0 72px;
  overflow:hidden;
}
.v34-brand-logo-fallback{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#eef7f4;
  color:#2e7d6f;
  font-size:1rem;
  font-weight:950;
  letter-spacing:.04em;
}
.v34-brand-logo{
  position:relative;
  z-index:1;
  width:72px!important;
  height:42px!important;
  object-fit:contain;
  object-position:center;
}

/* Updated context-image presentation: cat + dog, economic animals, and
   medical/scientific/vaccine work, with consistent cropping. */
.v34-context-media img{object-position:center}
.v34-context-media .v25-about-main{object-position:center}

/* Restored contact-form controls. */
.v34-contact-form select{
  width:100%;
  min-height:52px;
  padding:11px 44px 11px 14px;
  border:1px solid #cadbd6;
  border-radius:13px;
  background-color:#fff;
  color:var(--tbe-text);
  line-height:1.4;
}
.v34-contact-form select:focus{
  border-color:#6ba99d;
  box-shadow:0 0 0 4px rgba(15,98,87,.09);
  outline:0;
}
.v34-consent{
  display:flex!important;
  align-items:flex-start;
  gap:11px;
  margin-top:2px;
  padding:16px 17px;
  border:1px solid var(--tbe-line);
  border-radius:14px;
  background:#f7fbfa;
  color:#334b47;
  cursor:pointer;
}
.v34-consent input{
  width:19px!important;
  height:19px!important;
  min-height:0!important;
  flex:0 0 19px;
  margin:3px 0 0;
  accent-color:var(--tbe-green);
}
.v34-consent span{font-size:.9rem;line-height:1.65}
.v34-submit{margin-top:20px;min-width:136px}
.v34-form-destination{margin:12px 0 0;color:var(--tbe-muted);font-size:.79rem}

@media(max-width:1120px){
  .v34-brand-logo-wrap{width:64px;height:38px;flex-basis:64px}
  .v34-brand-logo{width:64px!important;height:38px!important}
}
@media(max-width:620px){
  .v34-brand{gap:8px!important;max-width:calc(100% - 56px)}
  .v34-brand-logo-wrap{width:48px;height:31px;flex-basis:48px}
  .v34-brand-logo{width:48px!important;height:31px!important}
  .v34-brand-logo-fallback{font-size:.76rem;border-radius:8px}
  .v31-site-header .v34-brand .v25-brand-name{max-width:174px;font-size:.8rem;line-height:1.22}
  .v34-contact-form select{min-height:50px}
  .v34-consent{padding:14px}
  .v34-submit{width:100%}
}
@media(max-width:380px){
  .v34-brand-logo-wrap{width:42px;height:28px;flex-basis:42px}
  .v34-brand-logo{width:42px!important;height:28px!important}
  .v31-site-header .v34-brand .v25-brand-name{max-width:145px;font-size:.74rem}
}
