.swsa-section {
margin: 2em 0;
}
.swsa-section-title {
margin-bottom: 1em;
}
.swsa-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 24px;
}
.swsa-card-front {
background: #fff;
border: 1px solid #e5e5e5;
border-radius: 8px;
padding: 24px 20px;
text-align: center;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.swsa-photo-link {
display: inline-block;
}
.swsa-photo {
width: 140px;
height: 140px;
max-width: 100%;
object-fit: cover;
border-radius: 50%;
margin-bottom: 12px;
}
.swsa-name {
margin: 0 0 4px;
font-size: 1.2em;
}
.swsa-name a {
text-decoration: none;
color: inherit;
}
.swsa-job-title {
margin: 0 0 4px;
font-weight: 600;
opacity: 0.85;
}
.swsa-credentials {
margin: 0 0 10px;
font-size: 0.85em;
opacity: 0.7;
}
.swsa-bio {
font-size: 0.95em;
line-height: 1.55;
text-align: left;
}
.swsa-socials-list {
list-style: none;
margin: 10px 0 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 6px 14px;
}
.swsa-socials-list a {
font-size: 0.9em;
}
.swsa-archive-link {
margin: 12px 0 0;
} .author-bio {
display: flex;
gap: 28px;
align-items: flex-start;
background: rgba(0, 0, 0, 0.02);
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 12px;
padding: 28px;
margin: 2em 0;
}
.author-bio .author-info {
display: flex;
flex-direction: column;
flex: 1 1 auto;
min-width: 0;
}
.author-bio .author-info h5 {
order: 1;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 0.75em;
opacity: 0.55;
margin: 0 0 8px;
}
.author-bio .author-info h3 {
order: 2;
margin: 0 0 2px;
}
.author-bio .author-info .swsa-job-title {
order: 3;
font-weight: 600;
opacity: 0.8;
margin: 0 0 12px;
}
.author-bio .author-info .author-description {
order: 4;
line-height: 1.6;
}
.author-bio .author-info .swsa-credentials {
order: 5;
font-size: 0.85em;
opacity: 0.65;
margin: 10px 0 0;
}
.author-bio .author-info .author-social {
order: 6;
margin-top: 12px;
}
.author-bio .author-image {
flex: 0 0 auto;
} .author-bio .author-image a:empty,
.author-bio .author-image:empty {
display: none;
}
.author-bio .author-image img {
border-radius: 50%;
max-width: 140px;
height: auto;
}
@media (max-width: 600px) {
.author-bio {
flex-direction: column-reverse;
align-items: center;
text-align: center;
}
.author-bio .author-info .author-description {
text-align: left;
}
}