.staff-details-header .staff-title {
    font-size: 1.15em;
    font-weight: 600;
    color: #8e6f3e;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #CFB991;
}
.profile.right .content-background {
    background: #f7f6f4;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.profile.right .content-wrap img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 15px;
}
.staff-info .staff-name {
    font-size: 1.25em;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4px;
}
.staff-info .staff-title {
    color: #555960;
    font-size: 0.95em;
    margin-bottom: 10px;
}
.staff-info p a {
    color: #555960;
    text-decoration: none;
}
.staff-info p a:hover {
    text-decoration: underline;
}
.staff-details {
    line-height: 1.7;
    font-size: 1em;
    color: #000000;
}
.staff-details > div {
    margin-bottom: 14px;
}
@media (max-width: 768px) {
    .profile.right {
        margin-bottom: 25px;
    }
}
.profile.right .staff-info .staff-title {
    line-height: 1.2 !important;
    letter-spacing: 0.01em;
    max-width: 90%;
    margin: 0 auto 10px;
}
.maincontent {
width:100% !important;
}
.sidenav {
display:none !important;
}