.eproject-svg-button-wrap {
    display: flex;
    width: 100%;
}

.eproject-svg-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none !important;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.eproject-svg-button__text {
    display: inline-block;
    min-width: 0;
}

.eproject-svg-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: currentColor;
    transition: color .22s ease, transform .22s ease;
}

.eproject-svg-button__icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    fill: none;
}

.eproject-svg-button__icon svg [fill]:not([fill="none"]):not([fill="currentColor"]) {
    fill: currentColor;
}

.eproject-svg-button__icon svg [stroke]:not([stroke="none"]):not([stroke="currentColor"]) {
    stroke: currentColor;
}

.eproject-svg-button.has-right-icon-motion:hover .eproject-svg-button__icon--right,
.eproject-svg-button.has-right-icon-motion:focus-visible .eproject-svg-button__icon--right {
    transform: translateX(4px);
}

.eproject-svg-button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

@media (max-width: 767px) {
    .eproject-svg-button {
        max-width: 100%;
    }
}
