    .manage-pack-page h3 {
        margin-top: 2rem;
    }
    #search_results {
        border: 1px solid #ccc;
        background: #fff;
        max-height: 300px;
        overflow-y: auto;
        margin-top: 5px;
        padding: 5px;
    }
    .search-result {
        padding: 8px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }
    .search-result:hover {
        background-color: #f5f5f5;
    }
    .search-result img {
        height: 60px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .assigned-card-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
    .assigned-card-item {
        display: flex;
        align-items: center;
        padding: 8px;
        background: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 6px;
    }
    .assigned-card-item img {
        height: 60px;
        margin-right: 10px;
    }
    .assigned-card-text {
        flex-grow: 1;
    }
    .remove-card {
        background: #ff4d4d;
        border: none;
        color: white;
        font-weight: bold;
        padding: 6px 10px;
        border-radius: 4px;
        cursor: pointer;
    }
    .remove-card:hover {
        background: #cc0000;
    }
    .rarity-badge {
        display: inline-block;
        padding: 2px 8px;
        border-radius: 12px;
        font-size: 0.75rem;
        font-weight: bold;
        color: white;
        margin-left: 6px;
    }
    .rarity-1  { background-color: #cd7f32; }
    .rarity-2  { background-color: #c0c0c0; }
    .rarity-3  { background-color: #ffd700; }
    .rarity-4  { background-color: #50c878; }
    .rarity-5  { background-color: #0f52ba; }
    .rarity-6  { background-color: #aa0114; }
    .rarity-7  { background-color: #9966cc; }
    .rarity-8  { background-color: #b9f2ff; color: #000; }
    .rarity-9  { background-color: #ff69b4; }
    .rarity-10 { background-color: #7fffd4; color: #000; }