.wp-block-sunrise-authors-container .block-editor-block-list__layout {
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
}
.wp-block-sunrise-authors-container,
.authors-wrapper {
    font-size: 13px !important;
    line-height: 1.61538462em !important;
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1.84615385em;
    margin-bottom: 4.69230769em !important;
}
.person {
    margin: 0px;
    font-size: inherit !important;
    line-height: inherit !important;
}
.wp-block[data-type="sunrise/person"] p.person-name,
.person p.person-name {
    font-weight: 500;
    margin: 0px !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
.wp-block[data-type="sunrise/person"] p.person-title,
.person p.person-title {
    color: #6C6E77;
    margin: 0px !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
@media (max-width: 768px) {
    .wp-block-sunrise-authors-container,
    .authors-wrapper {
        margin-bottom: 2.5em !important;
    }
}
