/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.block-tabbed-content{width:100%;background-color:#fff;}.tabbed-content{max-width:1200px;margin:0 auto;padding:0 1rem;}.tabbed-content__nav{display:flex;gap:0;border-bottom:2px solid #eee;margin-bottom:2rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;}.tabbed-content__nav::-webkit-scrollbar{display:none;}.tabbed-content__tab{padding:1rem 1.5rem;border:none;background:transparent;font-size:1rem;font-weight:500;color:#666;cursor:pointer;position:relative;white-space:nowrap;transition:color 0.2s ease;}.tabbed-content__tab:hover{color:#700000;}.tabbed-content__tab::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:transparent;transition:background-color 0.2s ease;}.tabbed-content__tab--active{color:#700000;}.tabbed-content__tab--active::after{background-color:#700000;}.tabbed-content__tab:focus{outline:2px solid #700000;outline-offset:2px;}.tabbed-content__tab:focus:not(:focus-visible){outline:none;}.tabbed-content__panels{padding-bottom:3rem;}.tabbed-content__panel{display:none;animation:fadeIn 0.3s ease;}.tabbed-content__panel--active{display:block;}@keyframes fadeIn{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}.tabbed-content__item{margin-bottom:2rem;}.tabbed-content__item:last-child{margin-bottom:0;}.tab-text-block{max-width:800px;}.tab-text-block__title{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 1rem 0;}.tab-text-block__body{font-size:1rem;line-height:1.7;color:#444;}.tab-text-block__body p{margin:0 0 1rem 0;}.tab-text-block__body p:last-child{margin-bottom:0;}.tab-image-block{margin:0;max-width:100%;}.tab-image-block__img{width:100%;max-width:800px;height:auto;display:block;border-radius:4px;}.tab-image-block__caption{margin-top:0.75rem;font-size:0.875rem;color:#666;font-style:italic;}.tab-text-image{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;}.tab-text-image--image-right{direction:rtl;}.tab-text-image--image-right > *{direction:ltr;}.tab-text-image__image{overflow:hidden;border-radius:4px;}.tab-text-image__img{width:100%;height:auto;display:block;}.tab-text-image__content{padding:1rem 0;}.tab-text-image__title{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 1rem 0;}.tab-text-image__body{font-size:1rem;line-height:1.7;color:#444;}.tab-text-image__body p{margin:0 0 1rem 0;}.tab-text-image__body p:last-child{margin-bottom:0;}@media (max-width:768px){.tabbed-content__tab{padding:0.75rem 1rem;font-size:0.9rem;}.tab-text-image{grid-template-columns:1fr;}.tab-text-image--image-right{direction:ltr;}.tab-text-image--image-right .tab-text-image__image{order:-1;}}
.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%;}}
