.favorite-card {
    gap: 10px;
    align-items: flex-start;
}

.favorite-thumb-wrap {
    width: 92px;
    flex: 0 0 92px;
}

.favorite-thumb {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 9px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.favorite-body {
    flex: 1;
    min-width: 0;
}

.favorite-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.favorite-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #22324a;
}

.favorite-shop {
    font-size: 11px;
    color: #FA9123;
    margin: 3px 0;
}

.favorite-city {
    font-size: 11px;
    margin: 0 0 3px 0;
}

.favorite-price {
    margin: 0 0 2px 0;
}

.favorite-remove-btn {
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #d32f2f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    padding: 0;
}

.favorite-remove-btn:hover,
.favorite-remove-btn:focus {
    background: transparent;
    color: #d32f2f;
    outline: none;
}
