
.custom-author-bio {
    display: block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid #e5e5e5;
    margin: 30px 0;
    text-align: center;
}

.custom-author-bio img {
    display: block;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.custom-author-bio h3 {
    margin-bottom: 10px;
    color: #222;
}

.custom-author-bio p {
    margin: 0;
    color: #555;
    line-height: 1.7;
}

.author-edit-link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 35px 0 0 !important;
    padding-top: 15px;
    border-top: 0.5px solid #000;
    text-align: left;
}

.custom-edit-bio-box {
    display: block;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    background: #fff;
    padding: 30px 30px 15px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid #e5e5e5;
    margin: 30px 0;
    border-radius: 0;
}

.custom-edit-bio-box form {
    display: block;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

#user_bio {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 100% !important;
    box-sizing: border-box !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.custom-save-wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: 0.5px solid #000;
    margin-top: 15px;
    padding-top: 12px;
    text-align: left;
}

.custom-save-link,
.custom-save-link:visited,
.custom-account-link,
.custom-account-link:visited,
.author-edit-link a,
.author-edit-link a:visited {
    color: #cba152 !important;
    text-decoration: none;
    font-weight: 600;
}

.custom-save-link:hover,
.custom-save-link:focus,
.custom-account-link:hover,
.custom-account-link:focus,
.author-edit-link a:hover,
.author-edit-link a:focus {
    color: #fbc965 !important;
    text-decoration: underline;
}

.bio-success-message {
    padding: 10px;
    background: #c5c5c5;
    color: #161e42;
    border: 1px solid #8bc48b;
    margin-bottom: 15px;
}

.bio-link-separator {
    margin: 0 8px;
    color: #777;
}
