.iwaf_author_profile_wrapper {
    max-width: 60%;
    margin: 0 auto;
}

.iwaf_section_1 {
    display: flex;
}

.iwaf_section_1>div {
    width: 50%;
}

.iwaf_title {
    font-size: 20px;
    font-family: Verdana;
    margin-bottom: 20px;
    font-weight: 500;
    display: inline-block;
}

.iwaf_section_2 {
    margin: 15px 0;
}

.iwaf_editable_container {
    margin: 15px 0;
    cursor: pointer;
}

.iwaf_author_profile_wrapper .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
}

.iwaf_editable_image_container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.iwaf_edit_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.iwaf_author_profile_wrapper .slick-prev::before,
.iwaf_author_profile_wrapper .slick-next::before {
    color: black;
}

.iwaf_submit {
	display: flex;
	gap: 10px;
	align-items: center;
    padding: 16px;
}

.iwaf_add_repeaters {
	margin-left: 8px;
}

.entry-content a.iwaf_form_submit {
    text-decoration: none !important;
    color: unset !important;
}

@media only screen and (max-width: 600px) {
    .iwaf_section_1 {
        flex-direction: column;
    }

    .iwaf_author_logo {
        margin-bottom: 20px;
    }
}