.hubpet-favorites-pets {
    max-width: 520px;
    margin: 0 auto;
    color: #214b4a;
}

.hubpet-favorites-title {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.1;
    color: #2f2f2f;
    font-weight: 700;
}

.hubpet-favorites-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 14px;
}

.hubpet-favorites-tab {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #6a6a6a;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.hubpet-favorites-tab.is-active {
    color: #292929;
    border-bottom-color: #ea831d;
}

.hubpet-favorites-search {
    margin-top: 24px;
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 0 14px;
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 22px rgba(33, 60, 59, 0.07);
}

.hubpet-favorites-search-icon {
    color: #b5b5b5;
    line-height: 1;
    display: inline-flex;
}

.hubpet-favorites-search-icon i,
.hubpet-favorites-search-icon svg {
    width: 17px;
    height: 17px;
    font-size: 17px;
}

.hubpet-favorites-search input {
    border: 0;
    outline: 0;
    width: 100%;
    min-width: 0;
    background: transparent;
    color: #375e5d;
    font-size: 14px;
    box-shadow: none !important;
    border-style: none !important;
    padding: 0 !important;
}

.hubpet-favorites-search input::placeholder {
    color: #c3c3c3;
}

.hubpet-favorites-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hubpet-favorites-card {
    background: #fff;
    border-radius: 16px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 20px rgba(33, 60, 59, 0.08);
}

.hubpet-favorites-card-main {
    min-width: 0;
    flex: 1;
}

.hubpet-favorites-card-link {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    text-decoration: none;
    color: inherit;
}

.hubpet-favorites-card-photo {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

.hubpet-favorites-card-name {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    color: #2f5958;
}

.hubpet-favorites-card-meta {
    margin: 4px 0 0;
    font-size: 13px;
    color: #959595;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hubpet-favorites-card-tags {
    margin-top: 6px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.hubpet-favorites-card-tag {
    display: inline-flex;
    border-radius: 8px;
    background: #f4f1ed;
    color: #c7a16b;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    line-height: 1.2;
}

.hubpet-favorites-heart {
    border: 0;
    background: transparent;
    color: #e59a41;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    flex-shrink: 0;
}

.hubpet-favorites-heart i,
.hubpet-favorites-heart svg {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.hubpet-favorites-heart-icon {
    display: inline-flex;
}

.hubpet-favorites-heart-icon-default {
    display: none;
}

.hubpet-favorites-heart-icon-active {
    display: inline-flex;
}

.hubpet-favorites-empty {
    margin: 18px 0 0;
    color: #8d8d8d;
    font-size: 15px;
    text-align: center;
}
