/**
 * Universal Board Manager Frontend Styles
 */

.srs-trustees-volunteers {
    color: #1A1A1A;
    background-color: #F5F5F5;
    padding: 40px;
    font-family: inherit;
    line-height: 1.6;
}

.srs-trustees-volunteers .member-card {
    background-color: #FFFFFF;
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.srs-trustees-volunteers .member-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.srs-trustees-volunteers .member-title {
    font-size: 1.1rem;
    color: #555555;
    margin-bottom: 15px;
}

/* Accent: A 2px solid Orange (#FF8C00) line separator */
.srs-trustees-volunteers .accent-separator {
    width: 50px;
    border-top: 2px solid #FF8C00;
    margin: 15px 0;
}

.srs-trustees-volunteers .member-email {
    font-size: 0.9rem;
    word-break: break-all;
}

.srs-trustees-volunteers img, 
.srs-trustees-volunteers .ubm-placeholder-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 2px;
}

/* Inclusive placeholder SVG styling */
.srs-trustees-volunteers .ubm-placeholder-image {
    background-color: #FFFFFF;
    padding: 20px;
    border: 1px solid #EEEEEE;
}
