.remove-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 3px 8px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 55px;
    height: 24px;
}

.remove-btn:hover {
    background: #c82333;
    transform: scale(1.05);
}

.remove-btn .icon {
    font-size: 12px;
    font-weight: bold;
}

.remove-btn .text {
    font-size: 10px;
}
