.custom-image-with-button-wrap {
    margin-top: var(--button_margin_top, 15px);
    margin-bottom: var(--button_margin_bottom, 15px);
}

.custom-image-with-button-button {
    display: inline-block;
    float: none;
    background: var(--button_background_color, transparent);
    border: 1px solid var(--button_border_color, #bbbbbb);
    height: 40px;
    line-height: normal;
    border-radius: 20px !important;
    padding: 0 20px;
    margin: 0;
}

.custom-image-with-button-button span {
    font-family: var(--button_font_family), sans-serif;
    font-weight: 900;
    color: var(--button_text_color, #bbb);
    transition: all 0.2s ease;
    font-size: var(--button_min_font_size);
}

.custom-image-with-button-button:hover,
.custom-image-with-button-button:focus {
    outline: none !important;
    border-color: var(--button_hover_border_color, transparent);
    background: var(--button_hover_background_color, #ffffff);
    box-shadow: none;
}

.custom-image-with-button-button:hover span,
.custom-image-with-button-button:focus span {
    color: var(--button_hover_text_color, #000000);
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .custom-image-with-button-button span {
        font-size: 14px;
    }
}

.custom-image-with-button-image {
    margin: 0 0 15px 0;
}

.custom-image-with-button-image a {
    display: block;
}

.experience-assets-image_with_button img {
    vertical-align: middle;
    border-style: none;
}

.experience-assets-image_with_button .component-image {
    width: 100%;
    height: auto;
}
