/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.teams-listing{padding:3rem 0;}.teams-tabs{display:flex;flex-direction:row;gap:0.25rem;border-bottom:2px solid #e0e0e0;margin-bottom:1.75rem;padding:0;}.teams-listing .tabbed-content__tab{appearance:none;background:transparent;border:none;border-bottom:2px solid transparent;border-radius:4px 4px 0 0;margin-bottom:-2px;padding:0.5rem 1.25rem;font-size:1rem;color:#700000;cursor:pointer;transition:background 0.15s,border-color 0.15s;flex:1;text-align:center;}.teams-listing .tabbed-content__tab:hover{background:#fdf5f5;}.teams-listing .tabbed-content__tab--active{border-bottom:2px solid #700000;font-weight:700;background:#fdf5f5;}.teams-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;}.team-card{display:flex;flex-direction:row;gap:1.25rem;align-items:stretch;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.25rem;box-shadow:0 2px 6px rgba(0,0,0,.06);}.team-card__photo{flex:0 0 160px;max-width:160px;min-height:180px;}.team-card__photo img{width:100%;height:100%;min-height:180px;object-fit:contain;object-position:center;border-radius:4px;display:block;}.team-card__body{flex:1;min-width:0;}.team-card__name{font-size:1.1rem;font-weight:700;color:#222;margin:0 0 0.75rem 0;}.team-card__info{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.35rem;}.team-card__info li{font-size:0.9rem;color:#444;line-height:1.4;}.team-card__label{font-weight:600;color:#333;}.team-card__info a{color:#700000;text-decoration:none;}.team-card__info a:hover{text-decoration:underline;}@media (max-width:768px){.teams-grid{grid-template-columns:1fr;}}@media (max-width:480px){.team-card{flex-direction:column;}.team-card__photo{flex:0 0 auto;max-width:100%;width:100%;}}
