#post-authors-container {
    margin-bottom: 15px;
}

#post-authors-select {
    height: 150px;
}

.about-authors-widget {
    margin-top: 20px;
}

.author-profile {
    display: flex;
    margin-bottom: 20px;
}

.author-info {
    margin-left: 15px;
}

.author-info h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.about-authors-widget img {
    max-width: 96px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}

#post-authors-container .select2-container {
    width: 100% !important;
}

#post-authors-container .select2-selection {
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    min-height: 38px;
}

#post-authors-container .select2-selection__choice {
    background-color: #00a0d2;
    border: 1px solid #00a0d2;
    color: #fff;
}

#post-authors-container .select2-selection__choice__remove {
    color: #ccd0d4;
    margin-right: 5px;
}

#post-authors-container .select2-selection__choice__remove:hover {
    color: #fff;
}