@import "filters-LpKK0CJ.css";
@import "guild-loot-Y5UcsuY.css";
@import "wish-badges-ak_u8ez.css";

/* Wishlist page layout — mirrors loot page */
.wishlist-page {
    display: flex;
    min-height: calc(100vh - 60px);
}

.wishlist-content {
    flex: 1;
    padding: 2rem;
    background: var(--bg-dark);
}

.wishlist-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.wishlist-header svg {
    flex-shrink: 0;
    color: var(--color-gold);
}

.wishlist-header h1 {
    color: var(--text-primary);
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

/* Column widths for wishlist table */
.loot-table th:nth-child(1) { width: 22%; }  /* Item */
.loot-table th:nth-child(2) { width: 14%; }  /* Type */
.loot-table th:nth-child(3) { width: 10%; }  /* Slot */
.loot-table th:nth-child(4) { width: 48%; }  /* Wishes */
.loot-table th:nth-child(5) { width: 6%; }   /* Link */
