/* Custom Author Bio Shortcodes */
.custom-author-bio {
    display: block;
    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 {
    display: block;
    margin: 0 0 10px;
    color: #222;
}

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

.author-edit-link {
    display: inline-block;
    margin-left: 10px !important;
    margin-top: 35px !important;
    padding-top: 15px;
    border-top: 0.5px solid #000;
    text-align: left;
}

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

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

#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 {
    width: 100%;
    border-top: 0.5px solid #000;
    margin-top: 15px;
    padding-top: 12px;
    text-align: left;
}

.custom-save-link {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
}

.custom-save-link:hover,
.custom-save-link:focus {
    text-decoration: underline;
}

.custom-account-link {
    text-decoration: none;
    font-weight: 600;
}

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

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