.hubpet-back-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #173f3f;
    background: #fff;
    padding: 10px 14px;
    border-radius: 0;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.hubpet-back-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hubpet-back-button-icon i,
.hubpet-back-button-icon svg {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.hubpet-back-button-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
}
