/**
 * EB Swiper Arrow Widget Styles
 */

.eb-swiper-arrow-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.eb-swiper-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
    line-height: 1;
    color: #333;
}

.eb-swiper-arrow-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.eb-swiper-arrow img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.eb-swiper-arrow svg {
    width: 100%;
    height: 100%;
}
