.hubpet-pets-list {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

.hubpet-pets-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px;
}

.hubpet-pets-user-photo-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hubpet-pets-user-photo {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 2px solid #2f5958;
    object-fit: cover;
}

.hubpet-pets-avatar-badge {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1f5756;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 2;
}

.hubpet-pets-avatar-badge i {
    font-size: 14px;
    line-height: 1;
    display: block;
}

.hubpet-pets-avatar-badge svg {
    width: 14px;
    height: 14px;
    display: block;
}

.hubpet-pets-user-name {
    margin: 14px 0 0;
    color: #2f2f2f;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
}

.hubpet-pets-user-email {
    margin: 0;
    color: #8a8a8a;
    font-size: 22px;
}

.hubpet-pets-title {
    margin: 16px 0 2px;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    color: #2f2f2f;
}

.hubpet-pets-subtitle {
    margin: 0 0 16px;
    color: #7f7f7f;
    font-size: 28px;
}

.hubpet-pets-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hubpet-pets-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-radius: 999px;
    background: #f4f1ed;
    box-shadow: 0 10px 24px rgba(32, 57, 56, 0.08);
}

.hubpet-pets-item-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.hubpet-pets-pet-photo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.hubpet-pets-item-name {
    color: #2f5958;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
}

.hubpet-pets-edit {
    color: #2f5958;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.hubpet-pets-edit i {
    font-size: 18px;
}

.hubpet-pets-edit svg {
    width: 18px;
    height: 18px;
}

.hubpet-pets-fab {
    position: fixed;
    right: 28px;
    bottom: 28px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ea831d;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.hubpet-pets-fab i {
    font-size: 20px;
}

.hubpet-pets-fab svg {
    width: 20px;
    height: 20px;
}

.hubpet-pets-empty,
.hubpet-pets-login-required {
    color: #5b5b5b;
}

.hubpet-pets-empty {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
}

.hubpet-pets-empty-text {
    margin: 0;
    color: #9a9a9a;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 280px;
}

.hubpet-pets-empty-link {
    color: #ea831d;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.hubpet-pets-empty-link:hover,
.hubpet-pets-empty-link:focus {
    color: #cf6f13;
}

@media (max-width: 767px) {
    .hubpet-pets-user-photo {
        width: 108px;
        height: 108px;
    }

    .hubpet-pets-avatar-badge {
        width: 24px;
        height: 24px;
        bottom: -9px;
    }

    .hubpet-pets-user-name {
        font-size: 24px;
    }

    .hubpet-pets-user-email {
        font-size: 16px;
    }

    .hubpet-pets-title {
        font-size: 34px;
    }

    .hubpet-pets-subtitle {
        font-size: 16px;
    }

    .hubpet-pets-item-name {
        font-size: 22px;
    }

    .hubpet-pets-fab {
        right: 16px;
        bottom: 60px;
    }

    .hubpet-pets-empty {
        min-height: 180px;
    }

    .hubpet-pets-empty-text {
        font-size: 16px;
        max-width: 210px;
    }

    .hubpet-pets-empty-link {
        font-size: 14px;
    }
}
