.editor-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.editor-photo {
    width: 150px;
    height: 150px;
    border: 3px solid #ffffff;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}

.name {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

.pkp_block .title {
    color: #fff;
    background: #F89A30;
    padding: 7px 7px 7px 10px;
}

@media (min-width: 992px) {
    .pkp_head_wrapper {
        background: #f89a30;
    }
}

.pkp_navigation_primary_row {
    background: #000000;
}

@media (min-width: 992px) {
    .pkp_site_name .is_text {
        line-height: 4rem;
    }
}