/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .aoh-profile-options > h2 {
    color: #222;
    background-color: #dcdcde;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 2px 7px 5px rgb(0 0 0 / 15%), 0px -4px 10px rgb(255 255 255 / 30%);
    margin: -20px;
    margin-bottom: 20px;
}
.aoh-profile-options {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    margin-top: 40px;
}

/* Remove Handle Order of post side metabox */
#aoh_post_options button.handle-order-higher,
#aoh_post_options button.handle-order-lower {display: none;}
#aoh_post_options .inside {padding-bottom: 40px;}

/* Profile Card Metabox Options */
.aoh-media-preview .aoh-image-preview img {
    max-width: 100%;
    height: auto;
    object-fit: fill;
    object-position: center;
}